Skip to content

Console Output

+ chmod 755 job-1-check.sh
+ ./job-1-check.sh hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz
############################
Running on:
Linux hwloc-debian6i386 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686 GNU/Linux
Tarball: hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz
############################
+ test -f /builds/.ciprofile
+ . /builds/.ciprofile
+ export PATH=/builds/jdk1.8.0_151/bin/:/builds/jdk1.8.0_151/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
+ tarball=hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz
+ basename hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz .tar.gz
+ basename=hwloc-v2.9-20240515.2021.gitc804b6c6
+ test -d hwloc-v2.9-20240515.2021.gitc804b6c6
+ tar xfz hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz
+ rm hwloc-v2.9-20240515.2021.gitc804b6c6.tar.gz
+ cd hwloc-v2.9-20240515.2021.gitc804b6c6
+ touch configure
+ mkdir build
+ cd build
+ ../configure

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... unsupported
checking for gcc option to enable C99 features... -std=gnu99
checking whether gcc -std=gnu99 understands -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 -std=gnu99 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 -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) unsupported
checking for gcc option to enable C99 features... (cached) -std=gnu99
checking whether gcc -std=gnu99 understands -c and -o together... (cached) yes
checking dependency style of gcc -std=gnu99... (cached) gcc3
checking for gcc -std=gnu99 options needed to detect all undeclared functions... none needed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for X... libraries , headers 

###
### Configuring hwloc core
###
checking hwloc building mode... standalone
configure: hwloc builddir: /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build
configure: hwloc srcdir: /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6
configure: Detected VPATH build
checking for hwloc version... v2.9-20240515.2021.gitc804b6c6
checking if want hwloc maintainer support... disabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking for the C compiler vendor... gnu
checking size of void *... 4
checking which OS support to include... Linux
checking which CPU support to include... x86_32
checking size of unsigned long... 4
checking size of unsigned int... 4
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(constructor)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc -std=gnu99 supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking whether to enable "picky" compiler mode... no (default)
checking for unistd.h... (cached) yes
checking for dirent.h... yes
checking for strings.h... (cached) 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 for sys/mman.h... yes

**** Linux-specific checks
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall with 6 parameters... yes
checking for libudev.h... no
**** end of Linux-specific checks

checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
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 whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking for mach/mach_init.h... no
checking for mach_init.h... no
checking for mach/mach_host.h... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether snprintf is correct... yes
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for pthread_mutex_lock... yes
checking for valgrind/valgrind.h... no
checking whether RUNNING_ON_VALGRIND is declared... no

**** pciaccess configuration
checking for PCIACCESS... no
checking for pciaccess.h... no
**** end of pciaccess configuration

**** NVIDIA-common configuration
configure: common CUDA/OpenCL/NVML CPPFLAGS: 
configure: common CUDA/OpenCL/NVML LDFLAGS: 
**** end of NVIDIA-common configuration

**** CUDA configuration
checking for cuda.h... no
checking for cuda_runtime_api.h... no
**** end of CUDA configuration

**** NVML configuration
checking for nvml.h... no
**** end of NVML configuration

**** RSMI configuration
configure: assuming ROCm is installed in standard directories ...
checking for rocm_smi/rocm_smi.h... no
**** end of RSMI configuration

**** OpenCL configuration
checking for CL/cl_ext.h... no
**** end of OpenCL configuration

**** LevelZero configuration
checking for LEVELZERO... no
checking for level_zero/ze_api.h... no
**** end of LevelZero configuration

**** NVIDIA GL configuration
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for NVCtrl/NVCtrl.h... no
**** end of NVIDIA GL configuration

**** libxml2 configuration
checking for LIBXML2... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
**** end of libxml2 configuration

**** x86 CPUID configuration
checking for x86 cpuid... yes
**** end of x86 CPUID configuration

**** component and plugin-specific configuration
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic xml_nolibxml linux xml_libxml x86
checking components to build as plugins... 
**** end of component and plugin configuration
checking for diff... /usr/bin/diff

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

###
### Configuring hwloc command line utilities
###
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for X11/Xlib.h... (cached) yes
checking for XOpenDisplay in -lX11... (cached) yes
checking for X11/Xutil.h... yes
checking for X11/keysym.h... yes
checking for CAIRO... yes
checking for cairo.h... yes
checking for cairo_fill... yes
checking for final CAIRO support... yes
checking whether lstopo Cairo/X11 interactive graphical output is supported... yes
checking for wchar_t... yes
checking for putwc... yes
checking for locale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... yes
checking for xlocale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking termcap support using ncurses and ... no
checking termcap support using ncurses and -lncursesw... no
checking termcap support using ncurses and -lncurses... yes
checking whether diff accepts -u... yes
checking whether diff accepts -w... yes
checking whether bind is declared... yes
checking for bind in -lsocket... no
checking for isatty... yes
checking for tcgetpgrp... yes
checking for time.h... yes
checking for clock_gettime... no
checking for archivemount... no

###
### Configuring tests
###
checking for pthread_self in -lpthread... yes
checking for NUMA... no
checking for numa_available in -lnuma... yes
checking whether numa_bitmask_alloc is declared... yes
checking for stdlib.h... (cached) yes
checking for mkstemp... yes
checking for infiniband/verbs.h... yes
checking for ibv_open_device in -libverbs... yes
checking for xmllint... xmllint
checking for bunzip2... bunzip2
checking if CXX works... yes
checking whether diff accepts -u... yes

###
### Performing final hwloc configuration
###
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating hwloc/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/doxygen-config.cfg
config.status: creating utils/Makefile
config.status: creating utils/hwloc/Makefile
config.status: creating utils/lstopo/Makefile
config.status: creating hwloc.pc
config.status: creating netloc/Makefile
config.status: creating utils/netloc/infiniband/Makefile
config.status: creating utils/netloc/draw/Makefile
config.status: creating utils/netloc/scotch/Makefile
config.status: creating utils/netloc/mpi/Makefile
config.status: creating netloc.pc
config.status: creating netlocscotch.pc
config.status: creating tests/Makefile
config.status: creating tests/hwloc/Makefile
config.status: creating tests/hwloc/linux/Makefile
config.status: creating tests/hwloc/linux/allowed/Makefile
config.status: creating tests/hwloc/linux/gather/Makefile
config.status: creating tests/hwloc/x86/Makefile
config.status: creating tests/hwloc/x86+linux/Makefile
config.status: creating tests/hwloc/xml/Makefile
config.status: creating tests/hwloc/ports/Makefile
config.status: creating tests/hwloc/rename/Makefile
config.status: creating tests/hwloc/linux/allowed/test-topology.sh
config.status: creating tests/hwloc/linux/gather/test-gather-topology.sh
config.status: creating tests/hwloc/linux/test-topology.sh
config.status: creating tests/hwloc/x86/test-topology.sh
config.status: creating tests/hwloc/x86+linux/test-topology.sh
config.status: creating tests/hwloc/xml/test-topology.sh
config.status: creating tests/hwloc/wrapper.sh
config.status: creating utils/hwloc/hwloc-compress-dir
config.status: creating utils/hwloc/hwloc-gather-topology
config.status: creating utils/hwloc/test-hwloc-annotate.sh
config.status: creating utils/hwloc/test-hwloc-calc.sh
config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
config.status: creating utils/hwloc/test-hwloc-distrib.sh
config.status: creating utils/hwloc/test-hwloc-info.sh
config.status: creating utils/hwloc/test-build-custom-topology.sh
config.status: creating utils/hwloc/test-fake-plugin.sh
config.status: creating utils/hwloc/test-parsing-flags.sh
config.status: creating utils/hwloc/test-hwloc-dump-hwdata/Makefile
config.status: creating utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh
config.status: creating utils/lstopo/test-lstopo.sh
config.status: creating utils/lstopo/test-lstopo-shmem.sh
config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw
config.status: creating contrib/hwloc-ps.www/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/completion/Makefile
config.status: creating contrib/misc/Makefile
config.status: creating contrib/windows/Makefile
config.status: creating tests/netloc/Makefile
config.status: creating tests/netloc/tests.sh
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: linking ../hwloc/topology-solaris.c to tests/hwloc/ports/topology-solaris.c
config.status: linking ../hwloc/topology-solaris-chiptype.c to tests/hwloc/ports/topology-solaris-chiptype.c
config.status: linking ../hwloc/topology-aix.c to tests/hwloc/ports/topology-aix.c
config.status: linking ../hwloc/topology-windows.c to tests/hwloc/ports/topology-windows.c
config.status: linking ../hwloc/topology-darwin.c to tests/hwloc/ports/topology-darwin.c
config.status: linking ../hwloc/topology-freebsd.c to tests/hwloc/ports/topology-freebsd.c
config.status: linking ../hwloc/topology-netbsd.c to tests/hwloc/ports/topology-netbsd.c
config.status: linking ../hwloc/topology-hpux.c to tests/hwloc/ports/topology-hpux.c
config.status: linking ../hwloc/topology-bgq.c to tests/hwloc/ports/topology-bgq.c
config.status: linking ../hwloc/topology-opencl.c to tests/hwloc/ports/topology-opencl.c
config.status: linking ../hwloc/topology-cuda.c to tests/hwloc/ports/topology-cuda.c
config.status: linking ../hwloc/topology-nvml.c to tests/hwloc/ports/topology-nvml.c
config.status: linking ../hwloc/topology-rsmi.c to tests/hwloc/ports/topology-rsmi.c
config.status: linking ../hwloc/topology-levelzero.c to tests/hwloc/ports/topology-levelzero.c
config.status: linking ../hwloc/topology-gl.c to tests/hwloc/ports/topology-gl.c
config.status: linking ../utils/lstopo/lstopo-windows.c to tests/hwloc/ports/lstopo-windows.c
config.status: linking ../utils/lstopo/lstopo-android.c to tests/hwloc/ports/lstopo-android.c
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing chmoding-scripts commands

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

Probe / display I/O devices: PCI(linux) LinuxIO
Graphical output:            yes (Cairo)
XML input / output:          full
Netloc functionality:        no
Plugin support:              no
-----------------------------------------------------------------------------

+ make
Making all in include
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include »
Making all in hwloc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
  CC       topology.lo
  CC       traversal.lo
  CC       distances.lo
  CC       memattrs.lo
  CC       cpukinds.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       shmem.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc.la
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
Making all in utils
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
Making all in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making all in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
  CC       hwloc-annotate.o
  CCLD     hwloc-annotate
  CC       hwloc-bind.o
  CCLD     hwloc-bind
  CC       hwloc-calc.o
  CCLD     hwloc-calc
  CC       hwloc-diff.o
  CCLD     hwloc-diff
  CC       hwloc-distrib.o
  CCLD     hwloc-distrib
  CC       hwloc-info.o
  CCLD     hwloc-info
  CC       hwloc-patch.o
  CCLD     hwloc-patch
  CC       hwloc-ps.o
  CC       common-ps.lo
  CCLD     libutils_common.la
  CCLD     hwloc-ps
  CC       hwloc-gather-cpuid.o
  CCLD     hwloc-gather-cpuid
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
  CCLD     hwloc-dump-hwdata
Creating hwloc.7 man page...
Creating hwloc-annotate.1 man page...
Creating hwloc-bind.1 man page...
Creating hwloc-calc.1 man page...
Creating hwloc-compress-dir.1 man page...
Creating hwloc-diff.1 man page...
Creating hwloc-distrib.1 man page...
Creating hwloc-info.1 man page...
Creating hwloc-patch.1 man page...
Creating hwloc-gather-topology.1 man page...
Creating hwloc-ps.1 man page...
Creating hwloc-gather-cpuid.1 man page...
Creating hwloc-dump-hwdata.1 man page...
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making all in test-hwloc-dump-hwdata
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making all in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
  CC       lstopo_no_graphics-lstopo.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-tikz.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-svg.o
  CC       lstopo_no_graphics-lstopo-ascii.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
  CC       lstopo_no_graphics-lstopo-shmem.o
  CCLD     lstopo-no-graphics
  CC       lstopo-lstopo.o
  CC       lstopo-lstopo-draw.o
  CC       lstopo-lstopo-tikz.o
  CC       lstopo-lstopo-fig.o
  CC       lstopo-lstopo-svg.o
  CC       lstopo-lstopo-ascii.o
  CC       lstopo-lstopo-text.o
  CC       lstopo-lstopo-xml.o
  CC       lstopo-lstopo-shmem.o
  CC       lstopo-lstopo-cairo.o
  CCLD     lstopo
Creating lstopo-no-graphics.1 man page...
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
Making all in tests
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
Making all in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
Making all in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
Making all in ports
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
Making all in xml
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
Making all in linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making all in .
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making all in allowed
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
Making all in gather
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making all in x86
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
Making all in x86+linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
Making all in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/systemd »
Creating hwloc-dump-hwdata.service...
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/systemd »
Making all in contrib/completion
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/completion »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/completion »
Making all in contrib/misc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
Making all in contrib/hwloc-ps.www
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/hwloc-ps.www »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/hwloc-ps.www »
Making all in doc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make  all-recursive
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
Making all in examples
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build »
+ test x = xtrue
+ make check
Making check in include
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include »
Making check in hwloc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
make  
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/hwloc »
Making check in utils
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
Making check in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making check in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
PASS: test-hwloc-annotate.sh
PASS: test-hwloc-calc.sh
PASS: test-hwloc-compress-dir.sh
PASS: test-hwloc-diffpatch.sh
PASS: test-hwloc-distrib.sh
PASS: test-hwloc-info.sh
PASS: test-build-custom-topology.sh
PASS: test-parsing-flags.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 8
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making check in test-hwloc-dump-hwdata
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
PASS: knl-snc4h50.tar.bz2
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc/test-hwloc-dump-hwdata »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/hwloc »
Making check in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
PASS: test-lstopo.sh
PASS: test-lstopo-shmem.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
make[2]: Rien à faire pour « check-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/utils »
Making check in tests
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
Making check in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
Making check in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make  hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_get_obj_with_same_locality hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs cpuset_nodeset memattrs memtiers cpukinds xmlbuffer gl  shmem linux-libnuma glibc-sched openfabrics-verbs      
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
  CC       hwloc_api_version.o
  CCLD     hwloc_api_version
  CC       hwloc_list_components.o
  CCLD     hwloc_list_components
  CC       hwloc_bitmap.o
  CCLD     hwloc_bitmap
  CC       hwloc_bitmap_string.o
  CCLD     hwloc_bitmap_string
  CC       hwloc_bitmap_compare_inclusion.o
  CCLD     hwloc_bitmap_compare_inclusion
  CC       hwloc_get_closest_objs.o
  CCLD     hwloc_get_closest_objs
  CC       hwloc_get_obj_covering_cpuset.o
  CCLD     hwloc_get_obj_covering_cpuset
  CC       hwloc_get_cache_covering_cpuset.o
  CCLD     hwloc_get_cache_covering_cpuset
  CC       hwloc_get_largest_objs_inside_cpuset.o
  CCLD     hwloc_get_largest_objs_inside_cpuset
  CC       hwloc_get_next_obj_covering_cpuset.o
  CCLD     hwloc_get_next_obj_covering_cpuset
  CC       hwloc_get_obj_inside_cpuset.o
  CCLD     hwloc_get_obj_inside_cpuset
  CC       hwloc_get_shared_cache_covering_obj.o
  CCLD     hwloc_get_shared_cache_covering_obj
  CC       hwloc_get_obj_below_array_by_type.o
  CCLD     hwloc_get_obj_below_array_by_type
  CC       hwloc_get_obj_with_same_locality.o
  CCLD     hwloc_get_obj_with_same_locality
  CC       hwloc_bitmap_first_last_weight.o
  CCLD     hwloc_bitmap_first_last_weight
  CC       hwloc_bitmap_singlify.o
  CCLD     hwloc_bitmap_singlify
  CC       hwloc_type_depth.o
  CCLD     hwloc_type_depth
  CC       hwloc_type_sscanf.o
  CCLD     hwloc_type_sscanf
  CC       hwloc_bind.o
  CCLD     hwloc_bind
  CC       hwloc_get_last_cpu_location.o
  CCLD     hwloc_get_last_cpu_location
  CC       hwloc_get_area_memlocation.o
  CCLD     hwloc_get_area_memlocation
  CC       hwloc_object_userdata.o
  CCLD     hwloc_object_userdata
  CC       hwloc_synthetic.o
  CCLD     hwloc_synthetic
  CC       hwloc_backends.o
  CCLD     hwloc_backends
  CC       hwloc_pci_backend.o
  CCLD     hwloc_pci_backend
  CC       hwloc_is_thissystem.o
  CCLD     hwloc_is_thissystem
  CC       hwloc_distances.o
  CCLD     hwloc_distances
  CC       hwloc_groups.o
  CCLD     hwloc_groups
  CC       hwloc_insert_misc.o
  CCLD     hwloc_insert_misc
  CC       hwloc_topology_allow.o
  CCLD     hwloc_topology_allow
  CC       hwloc_topology_restrict.o
  CCLD     hwloc_topology_restrict
  CC       hwloc_topology_dup.o
  CCLD     hwloc_topology_dup
  CC       hwloc_topology_diff.o
  CCLD     hwloc_topology_diff
  CC       hwloc_topology_abi.o
  CCLD     hwloc_topology_abi
  CC       hwloc_obj_infos.o
  CCLD     hwloc_obj_infos
  CC       hwloc_iodevs.o
  CCLD     hwloc_iodevs
  CC       cpuset_nodeset.o
  CCLD     cpuset_nodeset
  CC       memattrs.o
  CCLD     memattrs
  CC       memtiers.o
  CCLD     memtiers
  CC       cpukinds.o
  CCLD     cpukinds
  CC       xmlbuffer.o
  CCLD     xmlbuffer
  CC       gl.o
  CCLD     gl
  CC       shmem.o
  CCLD     shmem
  CC       linux_libnuma-linux-libnuma.o
  CCLD     linux-libnuma
  CC       glibc-sched.o
  CCLD     glibc-sched
  CC       openfabrics_verbs-openfabrics-verbs.o
  CCLD     openfabrics-verbs
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
PASS: hwloc_api_version
PASS: hwloc_list_components
PASS: hwloc_bitmap
PASS: hwloc_bitmap_string
PASS: hwloc_bitmap_compare_inclusion
PASS: hwloc_get_closest_objs
PASS: hwloc_get_obj_covering_cpuset
PASS: hwloc_get_cache_covering_cpuset
PASS: hwloc_get_largest_objs_inside_cpuset
PASS: hwloc_get_next_obj_covering_cpuset
PASS: hwloc_get_obj_inside_cpuset
PASS: hwloc_get_shared_cache_covering_obj
PASS: hwloc_get_obj_below_array_by_type
PASS: hwloc_get_obj_with_same_locality
PASS: hwloc_bitmap_first_last_weight
PASS: hwloc_bitmap_singlify
PASS: hwloc_type_depth
PASS: hwloc_type_sscanf
PASS: hwloc_bind
PASS: hwloc_get_last_cpu_location
PASS: hwloc_get_area_memlocation
PASS: hwloc_object_userdata
PASS: hwloc_synthetic
PASS: hwloc_backends
PASS: hwloc_pci_backend
PASS: hwloc_is_thissystem
PASS: hwloc_distances
PASS: hwloc_groups
PASS: hwloc_insert_misc
PASS: hwloc_topology_allow
PASS: hwloc_topology_restrict
PASS: hwloc_topology_dup
PASS: hwloc_topology_diff
PASS: hwloc_topology_abi
PASS: hwloc_obj_infos
PASS: hwloc_iodevs
PASS: cpuset_nodeset
PASS: memattrs
PASS: memtiers
PASS: cpukinds
PASS: xmlbuffer
PASS: gl
PASS: shmem
SKIP: linux-libnuma
PASS: glibc-sched
PASS: openfabrics-verbs
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 46
# PASS:  45
# SKIP:  1
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
Making check in ports
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
make  liblstopo-port-windows.a liblstopo-port-android.a \
	  libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-rsmi.la libhwloc-port-levelzero.la libhwloc-port-gl.la
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
  CC       liblstopo_port_windows_a-lstopo-windows.o
  AR       liblstopo-port-windows.a
  CC       liblstopo_port_android_a-lstopo-android.o
  AR       liblstopo-port-android.a
  CC       libhwloc_port_aix_la-topology-aix.lo
  CCLD     libhwloc-port-aix.la
  CC       libhwloc_port_bgq_la-topology-bgq.lo
  CCLD     libhwloc-port-bgq.la
  CC       libhwloc_port_darwin_la-topology-darwin.lo
  CCLD     libhwloc-port-darwin.la
  CC       libhwloc_port_freebsd_la-topology-freebsd.lo
  CCLD     libhwloc-port-freebsd.la
  CC       libhwloc_port_hpux_la-topology-hpux.lo
  CCLD     libhwloc-port-hpux.la
  CC       libhwloc_port_netbsd_la-topology-netbsd.lo
  CCLD     libhwloc-port-netbsd.la
  CC       libhwloc_port_solaris_la-topology-solaris.lo
  CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
  CCLD     libhwloc-port-solaris.la
  CC       libhwloc_port_windows_la-topology-windows.lo
  CCLD     libhwloc-port-windows.la
  CC       libhwloc_port_opencl_la-topology-opencl.lo
  CCLD     libhwloc-port-opencl.la
  CC       libhwloc_port_cuda_la-topology-cuda.lo
  CCLD     libhwloc-port-cuda.la
  CC       libhwloc_port_nvml_la-topology-nvml.lo
  CCLD     libhwloc-port-nvml.la
  CC       libhwloc_port_rsmi_la-topology-rsmi.lo
  CCLD     libhwloc-port-rsmi.la
  CC       libhwloc_port_levelzero_la-topology-levelzero.lo
  CCLD     libhwloc-port-levelzero.la
  CC       libhwloc_port_gl_la-topology-gl.lo
  CCLD     libhwloc-port-gl.la
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/ports »
Making check in xml
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
PASS: 8intel64-4n2t-memattrs.xml
PASS: 16amd64-8n2c-cpusets.xml
PASS: 16amd64-4distances.xml
PASS: 16amd64-4distances.console.output
PASS: 16em64t-4s2c2t.xml
PASS: 16em64t-4s2c2t-offlines.xml
PASS: 16em64t-4s2c2t.console.output
PASS: 16-2gr2gr2n2c+misc.xml
PASS: 16-2gr2gr2n2c+misc.console.output
PASS: 16intel64-manyVFs.xml
PASS: 16intel64-manyVFs.console.output
PASS: 16intel64-manyVFs.console.nocollapse.output
PASS: 24em64t-2n6c2t-pci.xml
PASS: 32em64t-2n8c2t-pci-noio.xml
PASS: 32em64t-2n8c2t-pci-normalio.xml
PASS: 32em64t-2n8c2t-pci-wholeio.xml
PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.xml
PASS: 96em64t-4n4d3ca2co-pci.xml
PASS: 192em64t-12gr2n8c2t.xml
PASS: 192em64t-24n8c2t.xml
PASS: power8gpudistances.xml
PASS: fakeheterodistances.xml
PASS: fakecpukinds.xml
PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml
PASS: 8ia64-2n2s2c+1n.v1tov2.xml
PASS: 16amd64-4distances.v1tov2.xml
PASS: 16amd64-4distances.v2tov1.xml
PASS: 2intel64-1n2c-numaroot.v1tov2.xml
PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml
PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 37
# PASS:  37
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/xml »
Making check in linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making check in .
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
PASS: 2amd64-2n.output
PASS: 2i386-2t-hugepagesizecount.xml.output
PASS: 2i386-2c-nohugepage.xml.output
PASS: 2ps3-2t.output
PASS: 4em64t-2c2t-ignore-reorder.output
PASS: 4ia64-4s.output
PASS: 4fake-4gr1nu1pu.output
PASS: 256ppc-8n8s4t.output
PASS: 32amd64-4s2n4c-cgroup2.output
PASS: 32amd64-4s2n4c-cgroup2.xml.output
PASS: 8amd64-4n2c.output
PASS: 8em64t-4c2t.output
PASS: 8em64t-2s2ca2c.output
PASS: 8em64t-2s2ca2c-buggynuma.output
PASS: 8em64t-2s4c-heterogeneous.output
PASS: 8ia64-2n2s2c.output
PASS: 8ia64-2s2c2t.output
PASS: 8ia64-4s2c.output
PASS: 16amd64-4n4c-cgroup-distance-merge.output
PASS: 16amd64-8n2c.output
PASS: 16amd64-8n2c-cpusets.output
PASS: 16amd64-8n2c-cpusets.xml.output
PASS: 16amd64-8n2c-cpusets_noadmin.output
PASS: 16em64t-4s2ca2c-cpusetreorder.output
PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
PASS: 16em64t-4s2c2t.output
PASS: 16em64t-4s2c2t-offlines.output
PASS: 16em64t-4s2c2t-offlines.xml.output
PASS: 16em64t-4s2c2t_ncaches.output
PASS: 16em64t-4s2c2t_merge.output
PASS: 16em64t-4s2c2t.xml.output
PASS: 16ia64-8n2s.output
PASS: 32em64t-2n8c+1mic.output
PASS: 32intel64-2p8co2t+8ve.output
PASS: 40intel64-2g2n4c+pci.output
PASS: 40intel64-4n10c+pci-conflicts.output
PASS: 48amd64-4d2n6c-sparse.output
PASS: 64amd64-4s2n4ca2co.output
PASS: 64fake-4n2s2ca2c2t.output
PASS: 64intel64-fakeKNL-A2A-cache.output
PASS: 64intel64-fakeKNL-SNC4-hybrid.output
PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output
PASS: 96em64t-4n4d3ca2co.output
PASS: 128ia64-17n4s2c.output
PASS: 128arm-2pa2n8cluster4co.output
PASS: 256ia64-64n2s2c.output
PASS: 2s390-2c.output
PASS: 20s390-2g6s4c.output
PASS: 2arm-2c.output
PASS: nvidiagpunumanodes.output
PASS: nvidiagpunumanodes.kept.output
PASS: fakememinitiators-1np2c+1npp+gi.output
PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output
PASS: fakeheterocpunuma.output
PASS: fakeheteromemtiers.output
PASS: offline-cpu0-node0.output
PASS: 2pa-pcidomain32bits-disabled.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 57
# PASS:  57
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making check in allowed
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
PASS: test1.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/allowed »
Making check in gather
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
PASS: test-gather-topology.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux/gather »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/linux »
Making check in x86
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
PASS: Intel-CPUID.1A-1p2co2t.output
PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output
PASS: Intel-CascadeLake-2xXeon6230.output
PASS: Intel-Skylake-2xXeon6140.output
PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output
PASS: Intel-Haswell-2xXeon-E5-2680v3.output
PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output
PASS: Intel-SandyBridge-2xXeon-E5-2650.output
PASS: Intel-Westmere-2xXeon-X5650.output
PASS: Intel-Nehalem-2xXeon-X5550.output
PASS: Intel-Penryn-4xXeon-X7460.output
PASS: Intel-Core-2xXeon-E5345.output
PASS: Intel-KnightsLanding-XeonPhi-7210.output
PASS: Intel-KnightsCorner-XeonPhi-SE10P.output
PASS: AMD-19h-Zen3-2xEpyc-7763.output
PASS: AMD-17h-Zen-2xEpyc-7451.output
PASS: AMD-15h-Piledriver-4xOpteron-6348.output
PASS: AMD-15h-Bulldozer-4xOpteron-6272.output
PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output
PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output
PASS: AMD-K8-SantaRosa-2xOpteron-2218.output
PASS: AMD-K8-SledgeHammer-2xOpteron-250.output
PASS: Hygon-Dhyana-32cores.output
PASS: Zhaoxin-CentaurHauls-ZXD-4600.output
PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 25
# PASS:  25
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86 »
Making check in x86+linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
PASS: 64amd64-4p2n4ca2co.output
PASS: 64amd64-4p2n4ca2co.topoextnuma.output
PASS: 5intel64-hybrid-lakefield.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc/x86+linux »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests/hwloc »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
make[2]: Rien à faire pour « check-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/tests »
Making check in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/systemd »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/systemd »
Making check in contrib/completion
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/completion »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/completion »
Making check in contrib/misc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
make  hwloc-tweak-osindex
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
  CC       hwloc-tweak-osindex.o
  CCLD     hwloc-tweak-osindex
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/misc »
Making check in contrib/hwloc-ps.www
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/hwloc-ps.www »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/contrib/hwloc-ps.www »
Making check in doc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make  check-recursive
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
Making check in examples
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu memory-attributes sharedcaches
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/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       memory-attributes.o
  CCLD     memory-attributes
  CC       sharedcaches.o
  CCLD     sharedcaches
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
PASS: hwloc-hello
PASS: hwloc-hello-cpp
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[3]: Rien à faire pour « check-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/doc »
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build »
make[1]: Rien à faire pour « check-am ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build »
+ utils/lstopo/lstopo-no-graphics -v
Machine (P#0 total=1727332KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686 hwlocVersion=v2.9-20240515.2021.gitc804b6c6 ProcessName=lt-lstopo-no-graphics)
  NUMANode L#0 (P#0 local=1727332KB total=1727332KB)
  Package L#0 (P#0 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2)
    L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0)
      L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
        L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
          Core L#0 (P#0)
            PU L#0 (P#0)
  Package L#1 (P#1 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2)
    L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0)
      L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
        L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
          Core L#1 (P#0)
            PU L#1 (P#1)
  HostBridge L#0 (buses=0000:[00-00])
    PCI L#0 (busid=0000:00:01.1 id=8086:7010 class=0101(IDE))
      Block L#0 (Size=1048575 SectorSize=512 LinuxDeviceID=11:0) "sr0"
    PCI L#1 (busid=0000:00:02.0 id=1013:00b8 class=0300(VGA))
    PCI L#2 (busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet))
      Network L#1 (Address=06:76:54:00:05:47) "eth0"
    PCI L#3 (busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI))
      Block L#2 (Size=20971520 SectorSize=512 LinuxDeviceID=254:0) "vda"
depth 0:           1 Machine (type #0)
 depth 1:          2 Package (type #1)
  depth 2:         2 L2Cache (type #5)
   depth 3:        2 L1dCache (type #4)
    depth 4:       2 L1iCache (type #9)
     depth 5:      2 Core (type #2)
      depth 6:     2 PU (type #3)
Special depth -3:  1 NUMANode (type #13)
Special depth -4:  1 Bridge (type #14)
Special depth -5:  4 PCIDev (type #15)
Special depth -6:  3 OSDev (type #16)
+ cd ..
+ mkdir build-plugins
+ cd build-plugins
+ /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../configure --enable-plugins

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... unsupported
checking for gcc option to enable C99 features... -std=gnu99
checking whether gcc -std=gnu99 understands -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 -std=gnu99 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 -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) unsupported
checking for gcc option to enable C99 features... (cached) -std=gnu99
checking whether gcc -std=gnu99 understands -c and -o together... (cached) yes
checking dependency style of gcc -std=gnu99... (cached) gcc3
checking for gcc -std=gnu99 options needed to detect all undeclared functions... none needed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for X... libraries , headers 

###
### Configuring hwloc core
###
checking hwloc building mode... standalone
configure: hwloc builddir: /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins
configure: hwloc srcdir: /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6
configure: Detected VPATH build
checking for hwloc version... v2.9-20240515.2021.gitc804b6c6
checking if want hwloc maintainer support... disabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking for the C compiler vendor... gnu
checking size of void *... 4
checking which OS support to include... Linux
checking which CPU support to include... x86_32
checking size of unsigned long... 4
checking size of unsigned int... 4
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(constructor)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc -std=gnu99 supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking whether to enable "picky" compiler mode... no (default)
checking for unistd.h... (cached) yes
checking for dirent.h... yes
checking for strings.h... (cached) 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 for sys/mman.h... yes

**** Linux-specific checks
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall with 6 parameters... yes
checking for libudev.h... no
**** end of Linux-specific checks

checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
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 whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking for mach/mach_init.h... no
checking for mach_init.h... no
checking for mach/mach_host.h... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether snprintf is correct... yes
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for pthread_mutex_lock... yes
checking for valgrind/valgrind.h... no
checking whether RUNNING_ON_VALGRIND is declared... no

**** pciaccess configuration
checking for PCIACCESS... no
checking for pciaccess.h... no
**** end of pciaccess configuration

**** NVIDIA-common configuration
configure: common CUDA/OpenCL/NVML CPPFLAGS: 
configure: common CUDA/OpenCL/NVML LDFLAGS: 
**** end of NVIDIA-common configuration

**** CUDA configuration
checking for cuda.h... no
checking for cuda_runtime_api.h... no
**** end of CUDA configuration

**** NVML configuration
checking for nvml.h... no
**** end of NVML configuration

**** RSMI configuration
configure: assuming ROCm is installed in standard directories ...
checking for rocm_smi/rocm_smi.h... no
**** end of RSMI configuration

**** OpenCL configuration
checking for CL/cl_ext.h... no
**** end of OpenCL configuration

**** LevelZero configuration
checking for LEVELZERO... no
checking for level_zero/ze_api.h... no
**** end of LevelZero configuration

**** NVIDIA GL configuration
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for NVCtrl/NVCtrl.h... no
**** end of NVIDIA GL configuration

**** libxml2 configuration
checking for LIBXML2... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
**** end of libxml2 configuration

**** x86 CPUID configuration
checking for x86 cpuid... yes
**** end of x86 CPUID configuration

**** component and plugin-specific configuration
checking if plugin support is enabled... yes
checking for dlopen... no
checking for dlfcn.h... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
checking which library to use for loading plugins... dlopen
checking components to build statically...  noos xml synthetic xml_nolibxml linux x86
checking components to build as plugins...  xml_libxml
**** end of component and plugin configuration
checking for diff... /usr/bin/diff

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

###
### Configuring hwloc command line utilities
###
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for X11/Xlib.h... (cached) yes
checking for XOpenDisplay in -lX11... (cached) yes
checking for X11/Xutil.h... yes
checking for X11/keysym.h... yes
checking for CAIRO... yes
checking for cairo.h... yes
checking for cairo_fill... yes
checking for final CAIRO support... yes
checking whether lstopo Cairo/X11 interactive graphical output is supported... yes
checking for wchar_t... yes
checking for putwc... yes
checking for locale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... yes
checking for xlocale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking termcap support using ncurses and ... no
checking termcap support using ncurses and -lncursesw... no
checking termcap support using ncurses and -lncurses... yes
checking whether diff accepts -u... yes
checking whether diff accepts -w... yes
checking whether bind is declared... yes
checking for bind in -lsocket... no
checking for isatty... yes
checking for tcgetpgrp... yes
checking for time.h... yes
checking for clock_gettime... no
checking for archivemount... no

###
### Configuring tests
###
checking for pthread_self in -lpthread... yes
checking for NUMA... no
checking for numa_available in -lnuma... yes
checking whether numa_bitmask_alloc is declared... yes
checking for stdlib.h... (cached) yes
checking for mkstemp... yes
checking for infiniband/verbs.h... yes
checking for ibv_open_device in -libverbs... yes
checking for xmllint... xmllint
checking for bunzip2... bunzip2
checking if CXX works... yes
checking whether diff accepts -u... yes

###
### Performing final hwloc configuration
###
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating hwloc/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/doxygen-config.cfg
config.status: creating utils/Makefile
config.status: creating utils/hwloc/Makefile
config.status: creating utils/lstopo/Makefile
config.status: creating hwloc.pc
config.status: creating netloc/Makefile
config.status: creating utils/netloc/infiniband/Makefile
config.status: creating utils/netloc/draw/Makefile
config.status: creating utils/netloc/scotch/Makefile
config.status: creating utils/netloc/mpi/Makefile
config.status: creating netloc.pc
config.status: creating netlocscotch.pc
config.status: creating tests/Makefile
config.status: creating tests/hwloc/Makefile
config.status: creating tests/hwloc/linux/Makefile
config.status: creating tests/hwloc/linux/allowed/Makefile
config.status: creating tests/hwloc/linux/gather/Makefile
config.status: creating tests/hwloc/x86/Makefile
config.status: creating tests/hwloc/x86+linux/Makefile
config.status: creating tests/hwloc/xml/Makefile
config.status: creating tests/hwloc/ports/Makefile
config.status: creating tests/hwloc/rename/Makefile
config.status: creating tests/hwloc/linux/allowed/test-topology.sh
config.status: creating tests/hwloc/linux/gather/test-gather-topology.sh
config.status: creating tests/hwloc/linux/test-topology.sh
config.status: creating tests/hwloc/x86/test-topology.sh
config.status: creating tests/hwloc/x86+linux/test-topology.sh
config.status: creating tests/hwloc/xml/test-topology.sh
config.status: creating tests/hwloc/wrapper.sh
config.status: creating utils/hwloc/hwloc-compress-dir
config.status: creating utils/hwloc/hwloc-gather-topology
config.status: creating utils/hwloc/test-hwloc-annotate.sh
config.status: creating utils/hwloc/test-hwloc-calc.sh
config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
config.status: creating utils/hwloc/test-hwloc-distrib.sh
config.status: creating utils/hwloc/test-hwloc-info.sh
config.status: creating utils/hwloc/test-build-custom-topology.sh
config.status: creating utils/hwloc/test-fake-plugin.sh
config.status: creating utils/hwloc/test-parsing-flags.sh
config.status: creating utils/hwloc/test-hwloc-dump-hwdata/Makefile
config.status: creating utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh
config.status: creating utils/lstopo/test-lstopo.sh
config.status: creating utils/lstopo/test-lstopo-shmem.sh
config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw
config.status: creating contrib/hwloc-ps.www/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/completion/Makefile
config.status: creating contrib/misc/Makefile
config.status: creating contrib/windows/Makefile
config.status: creating tests/netloc/Makefile
config.status: creating tests/netloc/tests.sh
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-solaris.c to tests/hwloc/ports/topology-solaris.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-solaris-chiptype.c to tests/hwloc/ports/topology-solaris-chiptype.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-aix.c to tests/hwloc/ports/topology-aix.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-windows.c to tests/hwloc/ports/topology-windows.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-darwin.c to tests/hwloc/ports/topology-darwin.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-freebsd.c to tests/hwloc/ports/topology-freebsd.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-netbsd.c to tests/hwloc/ports/topology-netbsd.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-hpux.c to tests/hwloc/ports/topology-hpux.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-bgq.c to tests/hwloc/ports/topology-bgq.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-opencl.c to tests/hwloc/ports/topology-opencl.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-cuda.c to tests/hwloc/ports/topology-cuda.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-nvml.c to tests/hwloc/ports/topology-nvml.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-rsmi.c to tests/hwloc/ports/topology-rsmi.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-levelzero.c to tests/hwloc/ports/topology-levelzero.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../hwloc/topology-gl.c to tests/hwloc/ports/topology-gl.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../utils/lstopo/lstopo-windows.c to tests/hwloc/ports/lstopo-windows.c
config.status: linking /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/../utils/lstopo/lstopo-android.c to tests/hwloc/ports/lstopo-android.c
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing chmoding-scripts commands

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

Probe / display I/O devices: PCI(linux) LinuxIO
Graphical output:            yes (Cairo)
XML input / output:          full
Netloc functionality:        no
Plugin support:              dlopen (xml_libxml)
-----------------------------------------------------------------------------

+ make
Making all in include
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/include »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/include »
Making all in hwloc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
  CC       topology.lo
  CC       traversal.lo
  CC       distances.lo
  CC       memattrs.lo
  CC       cpukinds.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       shmem.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-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
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
Making all in utils
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
Making all in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making all in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
  CC       hwloc-annotate.o
  CCLD     hwloc-annotate
  CC       hwloc-bind.o
  CCLD     hwloc-bind
  CC       hwloc-calc.o
  CCLD     hwloc-calc
  CC       hwloc-diff.o
  CCLD     hwloc-diff
  CC       hwloc-distrib.o
  CCLD     hwloc-distrib
  CC       hwloc-info.o
  CCLD     hwloc-info
  CC       hwloc-patch.o
  CCLD     hwloc-patch
  CC       hwloc-ps.o
  CC       common-ps.lo
  CCLD     libutils_common.la
  CCLD     hwloc-ps
  CC       hwloc-gather-cpuid.o
  CCLD     hwloc-gather-cpuid
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
  CCLD     hwloc-dump-hwdata
Creating hwloc.7 man page...
Creating hwloc-annotate.1 man page...
Creating hwloc-bind.1 man page...
Creating hwloc-calc.1 man page...
Creating hwloc-compress-dir.1 man page...
Creating hwloc-diff.1 man page...
Creating hwloc-distrib.1 man page...
Creating hwloc-info.1 man page...
Creating hwloc-patch.1 man page...
Creating hwloc-gather-topology.1 man page...
Creating hwloc-ps.1 man page...
Creating hwloc-gather-cpuid.1 man page...
Creating hwloc-dump-hwdata.1 man page...
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making all in test-hwloc-dump-hwdata
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making all in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
  CC       lstopo_no_graphics-lstopo.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-tikz.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-svg.o
  CC       lstopo_no_graphics-lstopo-ascii.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
  CC       lstopo_no_graphics-lstopo-shmem.o
  CCLD     lstopo-no-graphics
  CC       lstopo-lstopo.o
  CC       lstopo-lstopo-draw.o
  CC       lstopo-lstopo-tikz.o
  CC       lstopo-lstopo-fig.o
  CC       lstopo-lstopo-svg.o
  CC       lstopo-lstopo-ascii.o
  CC       lstopo-lstopo-text.o
  CC       lstopo-lstopo-xml.o
  CC       lstopo-lstopo-shmem.o
  CC       lstopo-lstopo-cairo.o
  CCLD     lstopo
Creating lstopo-no-graphics.1 man page...
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
Making all in tests
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
Making all in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
Making all in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
Making all in ports
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
Making all in xml
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
Making all in linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making all in .
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making all in allowed
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
Making all in gather
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making all in x86
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
Making all in x86+linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
Making all in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/systemd »
Creating hwloc-dump-hwdata.service...
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/systemd »
Making all in contrib/completion
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/completion »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/completion »
Making all in contrib/misc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
Making all in contrib/hwloc-ps.www
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/hwloc-ps.www »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/hwloc-ps.www »
Making all in doc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make  all-recursive
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
Making all in examples
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins »
+ test x = xtrue
+ make check
Making check in include
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/include »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/include »
Making check in hwloc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
make  hwloc_fake.la
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
  CC       topology-fake.lo
  CCLD     hwloc_fake.la
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/hwloc »
Making check in utils
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
Making check in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making check in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
PASS: test-hwloc-annotate.sh
PASS: test-hwloc-calc.sh
PASS: test-hwloc-compress-dir.sh
PASS: test-hwloc-diffpatch.sh
PASS: test-hwloc-distrib.sh
PASS: test-hwloc-info.sh
PASS: test-build-custom-topology.sh
PASS: test-parsing-flags.sh
PASS: test-fake-plugin.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making check in test-hwloc-dump-hwdata
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
PASS: knl-snc4h50.tar.bz2
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc/test-hwloc-dump-hwdata »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/hwloc »
Making check in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
PASS: test-lstopo.sh
PASS: test-lstopo-shmem.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
make[2]: Rien à faire pour « check-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/utils »
Making check in tests
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
Making check in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
Making check in .
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make  hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_get_obj_with_same_locality hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs cpuset_nodeset memattrs memtiers cpukinds xmlbuffer gl  shmem linux-libnuma glibc-sched openfabrics-verbs      
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
  CC       hwloc_api_version.o
  CCLD     hwloc_api_version
  CC       hwloc_list_components.o
  CCLD     hwloc_list_components
  CC       hwloc_bitmap.o
  CCLD     hwloc_bitmap
  CC       hwloc_bitmap_string.o
  CCLD     hwloc_bitmap_string
  CC       hwloc_bitmap_compare_inclusion.o
  CCLD     hwloc_bitmap_compare_inclusion
  CC       hwloc_get_closest_objs.o
  CCLD     hwloc_get_closest_objs
  CC       hwloc_get_obj_covering_cpuset.o
  CCLD     hwloc_get_obj_covering_cpuset
  CC       hwloc_get_cache_covering_cpuset.o
  CCLD     hwloc_get_cache_covering_cpuset
  CC       hwloc_get_largest_objs_inside_cpuset.o
  CCLD     hwloc_get_largest_objs_inside_cpuset
  CC       hwloc_get_next_obj_covering_cpuset.o
  CCLD     hwloc_get_next_obj_covering_cpuset
  CC       hwloc_get_obj_inside_cpuset.o
  CCLD     hwloc_get_obj_inside_cpuset
  CC       hwloc_get_shared_cache_covering_obj.o
  CCLD     hwloc_get_shared_cache_covering_obj
  CC       hwloc_get_obj_below_array_by_type.o
  CCLD     hwloc_get_obj_below_array_by_type
  CC       hwloc_get_obj_with_same_locality.o
  CCLD     hwloc_get_obj_with_same_locality
  CC       hwloc_bitmap_first_last_weight.o
  CCLD     hwloc_bitmap_first_last_weight
  CC       hwloc_bitmap_singlify.o
  CCLD     hwloc_bitmap_singlify
  CC       hwloc_type_depth.o
  CCLD     hwloc_type_depth
  CC       hwloc_type_sscanf.o
  CCLD     hwloc_type_sscanf
  CC       hwloc_bind.o
  CCLD     hwloc_bind
  CC       hwloc_get_last_cpu_location.o
  CCLD     hwloc_get_last_cpu_location
  CC       hwloc_get_area_memlocation.o
  CCLD     hwloc_get_area_memlocation
  CC       hwloc_object_userdata.o
  CCLD     hwloc_object_userdata
  CC       hwloc_synthetic.o
  CCLD     hwloc_synthetic
  CC       hwloc_backends.o
  CCLD     hwloc_backends
  CC       hwloc_pci_backend.o
  CCLD     hwloc_pci_backend
  CC       hwloc_is_thissystem.o
  CCLD     hwloc_is_thissystem
  CC       hwloc_distances.o
  CCLD     hwloc_distances
  CC       hwloc_groups.o
  CCLD     hwloc_groups
  CC       hwloc_insert_misc.o
  CCLD     hwloc_insert_misc
  CC       hwloc_topology_allow.o
  CCLD     hwloc_topology_allow
  CC       hwloc_topology_restrict.o
  CCLD     hwloc_topology_restrict
  CC       hwloc_topology_dup.o
  CCLD     hwloc_topology_dup
  CC       hwloc_topology_diff.o
  CCLD     hwloc_topology_diff
  CC       hwloc_topology_abi.o
  CCLD     hwloc_topology_abi
  CC       hwloc_obj_infos.o
  CCLD     hwloc_obj_infos
  CC       hwloc_iodevs.o
  CCLD     hwloc_iodevs
  CC       cpuset_nodeset.o
  CCLD     cpuset_nodeset
  CC       memattrs.o
  CCLD     memattrs
  CC       memtiers.o
  CCLD     memtiers
  CC       cpukinds.o
  CCLD     cpukinds
  CC       xmlbuffer.o
  CCLD     xmlbuffer
  CC       gl.o
  CCLD     gl
  CC       shmem.o
  CCLD     shmem
  CC       linux_libnuma-linux-libnuma.o
  CCLD     linux-libnuma
  CC       glibc-sched.o
  CCLD     glibc-sched
  CC       openfabrics_verbs-openfabrics-verbs.o
  CCLD     openfabrics-verbs
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
PASS: hwloc_api_version
PASS: hwloc_list_components
PASS: hwloc_bitmap
PASS: hwloc_bitmap_string
PASS: hwloc_bitmap_compare_inclusion
PASS: hwloc_get_closest_objs
PASS: hwloc_get_obj_covering_cpuset
PASS: hwloc_get_cache_covering_cpuset
PASS: hwloc_get_largest_objs_inside_cpuset
PASS: hwloc_get_next_obj_covering_cpuset
PASS: hwloc_get_obj_inside_cpuset
PASS: hwloc_get_shared_cache_covering_obj
PASS: hwloc_get_obj_below_array_by_type
PASS: hwloc_get_obj_with_same_locality
PASS: hwloc_bitmap_first_last_weight
PASS: hwloc_bitmap_singlify
PASS: hwloc_type_depth
PASS: hwloc_type_sscanf
PASS: hwloc_bind
PASS: hwloc_get_last_cpu_location
PASS: hwloc_get_area_memlocation
PASS: hwloc_object_userdata
PASS: hwloc_synthetic
PASS: hwloc_backends
PASS: hwloc_pci_backend
PASS: hwloc_is_thissystem
PASS: hwloc_distances
PASS: hwloc_groups
PASS: hwloc_insert_misc
PASS: hwloc_topology_allow
PASS: hwloc_topology_restrict
PASS: hwloc_topology_dup
PASS: hwloc_topology_diff
PASS: hwloc_topology_abi
PASS: hwloc_obj_infos
PASS: hwloc_iodevs
PASS: cpuset_nodeset
PASS: memattrs
PASS: memtiers
PASS: cpukinds
PASS: xmlbuffer
PASS: gl
PASS: shmem
SKIP: linux-libnuma
PASS: glibc-sched
PASS: openfabrics-verbs
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 46
# PASS:  45
# SKIP:  1
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
Making check in ports
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
make  liblstopo-port-windows.a liblstopo-port-android.a \
	  libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-rsmi.la libhwloc-port-levelzero.la libhwloc-port-gl.la
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
  CC       liblstopo_port_windows_a-lstopo-windows.o
  AR       liblstopo-port-windows.a
  CC       liblstopo_port_android_a-lstopo-android.o
  AR       liblstopo-port-android.a
  CC       libhwloc_port_aix_la-topology-aix.lo
  CCLD     libhwloc-port-aix.la
  CC       libhwloc_port_bgq_la-topology-bgq.lo
  CCLD     libhwloc-port-bgq.la
  CC       libhwloc_port_darwin_la-topology-darwin.lo
  CCLD     libhwloc-port-darwin.la
  CC       libhwloc_port_freebsd_la-topology-freebsd.lo
  CCLD     libhwloc-port-freebsd.la
  CC       libhwloc_port_hpux_la-topology-hpux.lo
  CCLD     libhwloc-port-hpux.la
  CC       libhwloc_port_netbsd_la-topology-netbsd.lo
  CCLD     libhwloc-port-netbsd.la
  CC       libhwloc_port_solaris_la-topology-solaris.lo
  CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
  CCLD     libhwloc-port-solaris.la
  CC       libhwloc_port_windows_la-topology-windows.lo
  CCLD     libhwloc-port-windows.la
  CC       libhwloc_port_opencl_la-topology-opencl.lo
  CCLD     libhwloc-port-opencl.la
  CC       libhwloc_port_cuda_la-topology-cuda.lo
  CCLD     libhwloc-port-cuda.la
  CC       libhwloc_port_nvml_la-topology-nvml.lo
  CCLD     libhwloc-port-nvml.la
  CC       libhwloc_port_rsmi_la-topology-rsmi.lo
  CCLD     libhwloc-port-rsmi.la
  CC       libhwloc_port_levelzero_la-topology-levelzero.lo
  CCLD     libhwloc-port-levelzero.la
  CC       libhwloc_port_gl_la-topology-gl.lo
  CCLD     libhwloc-port-gl.la
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/ports »
Making check in xml
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
PASS: 8intel64-4n2t-memattrs.xml
PASS: 16amd64-8n2c-cpusets.xml
PASS: 16amd64-4distances.xml
PASS: 16amd64-4distances.console.output
PASS: 16em64t-4s2c2t.xml
PASS: 16em64t-4s2c2t-offlines.xml
PASS: 16em64t-4s2c2t.console.output
PASS: 16-2gr2gr2n2c+misc.xml
PASS: 16-2gr2gr2n2c+misc.console.output
PASS: 16intel64-manyVFs.xml
PASS: 16intel64-manyVFs.console.output
PASS: 16intel64-manyVFs.console.nocollapse.output
PASS: 24em64t-2n6c2t-pci.xml
PASS: 32em64t-2n8c2t-pci-noio.xml
PASS: 32em64t-2n8c2t-pci-normalio.xml
PASS: 32em64t-2n8c2t-pci-wholeio.xml
PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.xml
PASS: 96em64t-4n4d3ca2co-pci.xml
PASS: 192em64t-12gr2n8c2t.xml
PASS: 192em64t-24n8c2t.xml
PASS: power8gpudistances.xml
PASS: fakeheterodistances.xml
PASS: fakecpukinds.xml
PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml
PASS: 8ia64-2n2s2c+1n.v1tov2.xml
PASS: 16amd64-4distances.v1tov2.xml
PASS: 16amd64-4distances.v2tov1.xml
PASS: 2intel64-1n2c-numaroot.v1tov2.xml
PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml
PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml
PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 37
# PASS:  37
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/xml »
Making check in linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making check in .
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
PASS: 2amd64-2n.output
PASS: 2i386-2t-hugepagesizecount.xml.output
PASS: 2i386-2c-nohugepage.xml.output
PASS: 2ps3-2t.output
PASS: 4em64t-2c2t-ignore-reorder.output
PASS: 4ia64-4s.output
PASS: 4fake-4gr1nu1pu.output
PASS: 256ppc-8n8s4t.output
PASS: 32amd64-4s2n4c-cgroup2.output
PASS: 32amd64-4s2n4c-cgroup2.xml.output
PASS: 8amd64-4n2c.output
PASS: 8em64t-4c2t.output
PASS: 8em64t-2s2ca2c.output
PASS: 8em64t-2s2ca2c-buggynuma.output
PASS: 8em64t-2s4c-heterogeneous.output
PASS: 8ia64-2n2s2c.output
PASS: 8ia64-2s2c2t.output
PASS: 8ia64-4s2c.output
PASS: 16amd64-4n4c-cgroup-distance-merge.output
PASS: 16amd64-8n2c.output
PASS: 16amd64-8n2c-cpusets.output
PASS: 16amd64-8n2c-cpusets.xml.output
PASS: 16amd64-8n2c-cpusets_noadmin.output
PASS: 16em64t-4s2ca2c-cpusetreorder.output
PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
PASS: 16em64t-4s2c2t.output
PASS: 16em64t-4s2c2t-offlines.output
PASS: 16em64t-4s2c2t-offlines.xml.output
PASS: 16em64t-4s2c2t_ncaches.output
PASS: 16em64t-4s2c2t_merge.output
PASS: 16em64t-4s2c2t.xml.output
PASS: 16ia64-8n2s.output
PASS: 32em64t-2n8c+1mic.output
PASS: 32intel64-2p8co2t+8ve.output
PASS: 40intel64-2g2n4c+pci.output
PASS: 40intel64-4n10c+pci-conflicts.output
PASS: 48amd64-4d2n6c-sparse.output
PASS: 64amd64-4s2n4ca2co.output
PASS: 64fake-4n2s2ca2c2t.output
PASS: 64intel64-fakeKNL-A2A-cache.output
PASS: 64intel64-fakeKNL-SNC4-hybrid.output
PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output
PASS: 96em64t-4n4d3ca2co.output
PASS: 128ia64-17n4s2c.output
PASS: 128arm-2pa2n8cluster4co.output
PASS: 256ia64-64n2s2c.output
PASS: 2s390-2c.output
PASS: 20s390-2g6s4c.output
PASS: 2arm-2c.output
PASS: nvidiagpunumanodes.output
PASS: nvidiagpunumanodes.kept.output
PASS: fakememinitiators-1np2c+1npp+gi.output
PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output
PASS: fakeheterocpunuma.output
PASS: fakeheteromemtiers.output
PASS: offline-cpu0-node0.output
PASS: 2pa-pcidomain32bits-disabled.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 57
# PASS:  57
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making check in allowed
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
PASS: test1.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/allowed »
Making check in gather
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make  check-TESTS
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[6]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
PASS: test-gather-topology.sh
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux/gather »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/linux »
Making check in x86
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
PASS: Intel-CPUID.1A-1p2co2t.output
PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output
PASS: Intel-CascadeLake-2xXeon6230.output
PASS: Intel-Skylake-2xXeon6140.output
PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output
PASS: Intel-Haswell-2xXeon-E5-2680v3.output
PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output
PASS: Intel-SandyBridge-2xXeon-E5-2650.output
PASS: Intel-Westmere-2xXeon-X5650.output
PASS: Intel-Nehalem-2xXeon-X5550.output
PASS: Intel-Penryn-4xXeon-X7460.output
PASS: Intel-Core-2xXeon-E5345.output
PASS: Intel-KnightsLanding-XeonPhi-7210.output
PASS: Intel-KnightsCorner-XeonPhi-SE10P.output
PASS: AMD-19h-Zen3-2xEpyc-7763.output
PASS: AMD-17h-Zen-2xEpyc-7451.output
PASS: AMD-15h-Piledriver-4xOpteron-6348.output
PASS: AMD-15h-Bulldozer-4xOpteron-6272.output
PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output
PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output
PASS: AMD-K8-SantaRosa-2xOpteron-2218.output
PASS: AMD-K8-SledgeHammer-2xOpteron-250.output
PASS: Hygon-Dhyana-32cores.output
PASS: Zhaoxin-CentaurHauls-ZXD-4600.output
PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 25
# PASS:  25
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86 »
Making check in x86+linux
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
PASS: 64amd64-4p2n4ca2co.output
PASS: 64amd64-4p2n4ca2co.topoextnuma.output
PASS: 5intel64-hybrid-lakefield.output
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc/x86+linux »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests/hwloc »
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
make[2]: Rien à faire pour « check-am ».
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/tests »
Making check in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/systemd »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/systemd »
Making check in contrib/completion
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/completion »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/completion »
Making check in contrib/misc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
make  hwloc-tweak-osindex
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
  CC       hwloc-tweak-osindex.o
  CCLD     hwloc-tweak-osindex
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/misc »
Making check in contrib/hwloc-ps.www
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/hwloc-ps.www »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/contrib/hwloc-ps.www »
Making check in doc
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make  check-recursive
make[2]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
Making check in examples
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu memory-attributes sharedcaches
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/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       memory-attributes.o
  CCLD     memory-attributes
  CC       sharedcaches.o
  CCLD     sharedcaches
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[5]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
PASS: hwloc-hello
PASS: hwloc-hello-cpp
============================================================================
Testsuite summary for hwloc v2.9-20240515.2021.gitc804b6c6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[4]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[3]: Rien à faire pour « check-am ».
make[3]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[2]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins/doc »
make[1]: entrant dans le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins »
make[1]: Rien à faire pour « check-am ».
make[1]: quittant le répertoire « /builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build-plugins »
+ tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics -v
Machine (P#0 total=1727332KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686 hwlocVersion=v2.9-20240515.2021.gitc804b6c6 ProcessName=lt-lstopo-no-graphics)
  NUMANode L#0 (P#0 local=1727332KB total=1727332KB)
  Package L#0 (P#0 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2)
    L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0)
      L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
        L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
          Core L#0 (P#0)
            PU L#0 (P#0)
  Package L#1 (P#1 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2)
    L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0)
      L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
        L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
          Core L#1 (P#0)
            PU L#1 (P#1)
  HostBridge L#0 (buses=0000:[00-00])
    PCI L#0 (busid=0000:00:01.1 id=8086:7010 class=0101(IDE))
      Block L#0 (Size=1048575 SectorSize=512 LinuxDeviceID=11:0) "sr0"
    PCI L#1 (busid=0000:00:02.0 id=1013:00b8 class=0300(VGA))
    PCI L#2 (busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet))
      Network L#1 (Address=06:76:54:00:05:47) "eth0"
    PCI L#3 (busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI))
      Block L#2 (Size=20971520 SectorSize=512 LinuxDeviceID=254:0) "vda"
depth 0:           1 Machine (type #0)
 depth 1:          2 Package (type #1)
  depth 2:         2 L2Cache (type #5)
   depth 3:        2 L1dCache (type #4)
    depth 4:       2 L1iCache (type #9)
     depth 5:      2 Core (type #2)
      depth 6:     2 PU (type #3)
Special depth -3:  1 NUMANode (type #13)
Special depth -4:  1 Bridge (type #14)
Special depth -5:  4 PCIDev (type #15)
Special depth -6:  3 OSDev (type #16)
+ tests/hwloc/wrapper.sh utils/hwloc/hwloc-info --support
discovery:pu = 1
discovery:disallowed_pu = 1
discovery:numa = 0
discovery:numa_memory = 0
discovery:disallowed_numa = 0
discovery:cpukind_efficiency = 0
cpubind:set_thisproc_cpubind = 1
cpubind:get_thisproc_cpubind = 1
cpubind:set_proc_cpubind = 1
cpubind:get_proc_cpubind = 1
cpubind:set_thisthread_cpubind = 1
cpubind:get_thisthread_cpubind = 1
cpubind:set_thread_cpubind = 1
cpubind:get_thread_cpubind = 1
cpubind:get_thisproc_last_cpu_location = 1
cpubind:get_proc_last_cpu_location = 1
cpubind:get_thisthread_last_cpu_location = 1
membind:set_thisproc_membind = 0
membind:get_thisproc_membind = 0
membind:set_proc_membind = 0
membind:get_proc_membind = 0
membind:set_thisthread_membind = 1
membind:get_thisthread_membind = 1
membind:set_area_membind = 1
membind:get_area_membind = 1
membind:alloc_membind = 1
membind:firsttouch_membind = 1
membind:bind_membind = 1
membind:interleave_membind = 1
membind:nexttouch_membind = 0
membind:migrate_membind = 1
membind:get_area_memlocation = 1
misc:imported_support = 0
+ cd ..
+ test x = xtrue
+ cd build/tests/hwloc/rename
+ make check
mkdir -p include/hwloc/autogen include/private/autogen
sed	-e 's/^#define HWLOC_SYM_TRANSFORM 0/#define HWLOC_SYM_TRANSFORM 1/'                    \
		-e 's/^#define HWLOC_SYM_PREFIX hwloc_/#define HWLOC_SYM_PREFIX foobar_/'               \
		-e 's/^#define HWLOC_SYM_PREFIX_CAPS HWLOC_/#define HWLOC_SYM_PREFIX_CAPS FOOBAR_/'     \
		/builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include/hwloc/autogen/config.h > include/hwloc/autogen/config.h
sed	-e 's/^#define HWLOC_SYM_TRANSFORM 0/#define HWLOC_SYM_TRANSFORM 1/'                    \
		-e 's/^#define HWLOC_SYM_PREFIX hwloc_/#define HWLOC_SYM_PREFIX foobar_/'               \
		-e 's/^#define HWLOC_SYM_PREFIX_CAPS HWLOC_/#define HWLOC_SYM_PREFIX_CAPS FOOBAR_/'     \
		/builds/workspace/basic_v2.9/check-unix/hwloc-v2.9-20240515.2021.gitc804b6c6/build/include/private/autogen/config.h > include/private/autogen/config.h
# Checking for warnings/errors during renaming
# using -DHWLOC_TEST_RENAME_LINUX=1 -DHWLOC_TEST_RENAME_LINUX_LIBNUMA=1 -DHWLOC_TEST_RENAME_GLIBC_SCHED=1 -DHWLOC_TEST_RENAME_OPENFABRICS_VERBS=1      
# Finding needed renaming
# done
# Finding useless renaming
# done
+ exit 0