SuccessConsole Output

+ chmod 755 job-3-debug.sh
+ ./job-3-debug.sh hwloc-v2.0-20201118.2200.gitde99265d.tar.gz
############################
Running on:
OpenBSD openbsd-59-amd64.cs1cloud.internal 5.9 GENERIC.MP#1888 amd64
Tarball: hwloc-v2.0-20201118.2200.gitde99265d.tar.gz
############################
+ test -f /home/ci/.ciprofile
+ . /home/ci/.ciprofile
+ PATH=/builds/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
+ export PATH
+ C_INCLUDE_PATH=/usr/local/include
+ export C_INCLUDE_PATH
+ LIBRARY_PATH=/usr/local/lib
+ export LIBRARY_PATH
+ LD_LIBRARY_PATH=/usr/local/lib
+ export LD_LIBRARY_PATH
+ tarball=hwloc-v2.0-20201118.2200.gitde99265d.tar.gz
+ basename hwloc-v2.0-20201118.2200.gitde99265d.tar.gz .tar.gz
+ basename=hwloc-v2.0-20201118.2200.gitde99265d
+ test -d hwloc-v2.0-20201118.2200.gitde99265d
+ tar xfz hwloc-v2.0-20201118.2200.gitde99265d.tar.gz
+ rm hwloc-v2.0-20201118.2200.gitde99265d.tar.gz
+ cd hwloc-v2.0-20201118.2200.gitde99265d
+ touch configure
+ mkdir build-plugins-debug
+ cd build-plugins-debug
+ ../configure --enable-plugins --enable-debug

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... x86_64-unknown-openbsd5.9
checking host system type... x86_64-unknown-openbsd5.9
checking target system type... x86_64-unknown-openbsd5.9
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... .././config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-openbsd5.9 file names to x86_64-unknown-openbsd5.9 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd5.9 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd5.9 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
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... openbsd5.9 ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... no

###
### Configuring hwloc core
###
checking hwloc building mode... standalone
configure: hwloc builddir: /home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug
configure: hwloc srcdir: /home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d
configure: Detected VPATH build
checking for hwloc version... v2.0-20201118.2200.gitde99265d
checking if want hwloc maintainer support... enabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
checking size of void *... 8
checking which OS support to include... Unsupported! (x86_64-unknown-openbsd5.9)
configure: WARNING: ***********************************************************
configure: WARNING: *** hwloc does not support this system.
configure: WARNING: *** hwloc will *attempt* to build (but it may not work).
configure: WARNING: *** hwloc run-time results may be reduced to showing just one processor,
configure: WARNING: *** and binding will not be supported.
configure: WARNING: *** You have been warned.
configure: WARNING: *** Pausing to give you time to read this message...
configure: WARNING: ***********************************************************
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... no
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc -std=gnu99 -std=gnu99 supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... yes
checking whether HW_NCPU is declared... yes
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking for sysctl... yes
checking for sysctlbyname... no
checking whether getprogname is declared... yes
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... no
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... no
checking whether sched_setaffinity is declared... no
checking for working CPU_SET... no
checking for working CPU_SET_S... no
checking for working syscall with 6 parameters... yes
checking for lib... no
checking for bash... /usr/local/bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... no
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for getpagesize... yes
checking for memalign... no
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking whether RUNNING_ON_VALGRIND is declared... no
checking pthread_np.h usability... no
checking pthread_np.h presence... yes
configure: WARNING: pthread_np.h: present but cannot be compiled
configure: WARNING: pthread_np.h:     check for missing prerequisite headers?
configure: WARNING: pthread_np.h: see the Autoconf documentation
configure: WARNING: pthread_np.h:     section "Present But Cannot Be Compiled"
configure: WARNING: pthread_np.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------------------ ##
configure: WARNING:     ## Report this to http://github.com/open-mpi/hwloc/issues ##
configure: WARNING:     ## ------------------------------------------------------ ##
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... no
checking whether pthread_getaffinity_np is declared... no
checking for sched_setaffinity... no
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking libudev.h usability... no
checking libudev.h presence... no
checking for libudev.h... no
checking for PCIACCESS... no
checking pciaccess.h usability... no
checking pciaccess.h presence... no
checking for pciaccess.h... no
checking CL/cl_ext.h usability... no
checking CL/cl_ext.h presence... no
checking for CL/cl_ext.h... no
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
configure: WARNING: X11 not found; GL disabled
checking NVCtrl/NVCtrl.h usability... no
checking NVCtrl/NVCtrl.h presence... no
checking for NVCtrl/NVCtrl.h... no
checking for LIBXML2... no
checking for x86 cpuid... yes
checking for pthread_mutex_lock... no
checking for pthread_mutex_lock with -lpthread... yes
checking if plugin support is enabled... yes
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking components to build statically...  noos xml synthetic xml_nolibxml x86
checking components to build as plugins... 
checking for diff... /usr/bin/diff

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

###
### Configuring hwloc command line utilities
###
checking for CAIRO... no
checking for wchar_t... yes
checking for putwc... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... no
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking termcap support using ncurses and ... no
checking termcap support using ncurses and -ltermcap... yes
checking whether diff accepts -u... yes
checking whether diff accepts -w... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for clock_gettime... yes

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

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

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

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

+ make
Making all in include
Making all in hwloc
  CC       topology.lo
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       shmem.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-x86.lo
  CCLD     libhwloc.la
Making all in utils
Making all in hwloc
Making all in .
  CC       hwloc-annotate.o
  CCLD     hwloc-annotate
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-bind.o
  CCLD     hwloc-bind
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-calc.o
  CCLD     hwloc-calc
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-diff.o
  CCLD     hwloc-diff
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-distrib.o
  CCLD     hwloc-distrib
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-info.o
  CCLD     hwloc-info
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-patch.o
  CCLD     hwloc-patch
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-ps.o
  CCLD     hwloc-ps
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
hwloc-ps.o: In function `one_process':
../../../utils/hwloc/hwloc-ps.c:238: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc-gather-cpuid.o
  CCLD     hwloc-gather-cpuid
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
Creating hwloc.7 man page...
Creating hwloc-annotate.1 man page...
Creating hwloc-bind.1 man page...
Creating hwloc-calc.1 man page...
Creating hwloc-compress-dir.1 man page...
Creating hwloc-diff.1 man page...
Creating hwloc-distrib.1 man page...
Creating hwloc-info.1 man page...
Creating hwloc-patch.1 man page...
Creating hwloc-ps.1 man page...
Creating hwloc-gather-cpuid.1 man page...
Making all in lstopo
  CC       lstopo_no_graphics-lstopo.o
  CC       lstopo_no_graphics-lstopo-color.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-ascii.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
  CCLD     lstopo-no-graphics
lstopo_no_graphics-lstopo-text.o: In function `output_console_obj':
../../../utils/lstopo/lstopo-text.c:39: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
Creating lstopo-no-graphics.1 man page...
Making all in tests
Making all in hwloc
Making all in .
Making all in ports
Making all in xml
Making all in x86
Making all in contrib/systemd
Making all in contrib/misc
Making all in doc
make  all-recursive
Making all in examples
+ make check
Making check in include
Making check in hwloc
make  hwloc_fake.la
  CC       topology-fake.lo
  CCLD     hwloc_fake.la
Making check in utils
Making check in hwloc
Making check in .
make  check-TESTS
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-fake-plugin.sh
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 7
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in lstopo
make  check-TESTS
PASS: test-lstopo.sh
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in tests
Making check in hwloc
Making check in .
make  hwloc_list_components hwloc_bitmap  hwloc_bitmap_string  hwloc_bitmap_compare_inclusion  hwloc_get_closest_objs  hwloc_get_obj_covering_cpuset  hwloc_get_cache_covering_cpuset  hwloc_get_largest_objs_inside_cpuset  hwloc_get_next_obj_covering_cpuset  hwloc_get_obj_inside_cpuset  hwloc_get_shared_cache_covering_obj  hwloc_get_obj_below_array_by_type  hwloc_bitmap_first_last_weight  hwloc_bitmap_singlify hwloc_type_depth  hwloc_type_sscanf hwloc_bind  hwloc_get_last_cpu_location  hwloc_get_area_memlocation  hwloc_object_userdata hwloc_synthetic  hwloc_backends hwloc_pci_backend  hwloc_is_thissystem hwloc_distances  hwloc_groups hwloc_insert_misc  hwloc_topology_restrict hwloc_topology_dup  hwloc_topology_diff hwloc_topology_abi  hwloc_obj_infos hwloc_iodevs  xmlbuffer gl intel-mic  shmem         
  CC       hwloc_list_components.o
  CCLD     hwloc_list_components
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bitmap.o
  CCLD     hwloc_bitmap
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bitmap_string.o
  CCLD     hwloc_bitmap_string
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bitmap_compare_inclusion.o
  CCLD     hwloc_bitmap_compare_inclusion
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_closest_objs.o
  CCLD     hwloc_get_closest_objs
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_obj_covering_cpuset.o
  CCLD     hwloc_get_obj_covering_cpuset
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_cache_covering_cpuset.o
  CCLD     hwloc_get_cache_covering_cpuset
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_largest_objs_inside_cpuset.o
  CCLD     hwloc_get_largest_objs_inside_cpuset
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_next_obj_covering_cpuset.o
  CCLD     hwloc_get_next_obj_covering_cpuset
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_obj_inside_cpuset.o
  CCLD     hwloc_get_obj_inside_cpuset
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_shared_cache_covering_obj.o
  CCLD     hwloc_get_shared_cache_covering_obj
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_obj_below_array_by_type.o
  CCLD     hwloc_get_obj_below_array_by_type
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bitmap_first_last_weight.o
  CCLD     hwloc_bitmap_first_last_weight
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bitmap_singlify.o
  CCLD     hwloc_bitmap_singlify
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_type_depth.o
  CCLD     hwloc_type_depth
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_type_sscanf.o
  CCLD     hwloc_type_sscanf
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_bind.o
  CCLD     hwloc_bind
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_last_cpu_location.o
  CCLD     hwloc_get_last_cpu_location
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_get_area_memlocation.o
  CCLD     hwloc_get_area_memlocation
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_object_userdata.o
  CCLD     hwloc_object_userdata
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
hwloc_object_userdata.o: In function `export_cb':
../../../tests/hwloc/hwloc_object_userdata.c:42: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_synthetic.o
  CCLD     hwloc_synthetic
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_backends.o
  CCLD     hwloc_backends
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_pci_backend.o
  CCLD     hwloc_pci_backend
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_is_thissystem.o
  CCLD     hwloc_is_thissystem
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_distances.o
  CCLD     hwloc_distances
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_groups.o
  CCLD     hwloc_groups
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_insert_misc.o
  CCLD     hwloc_insert_misc
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_topology_restrict.o
  CCLD     hwloc_topology_restrict
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_topology_dup.o
  CCLD     hwloc_topology_dup
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_topology_diff.o
  CCLD     hwloc_topology_diff
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_topology_abi.o
  CCLD     hwloc_topology_abi
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_obj_infos.o
  CCLD     hwloc_obj_infos
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       hwloc_iodevs.o
  CCLD     hwloc_iodevs
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       xmlbuffer.o
  CCLD     xmlbuffer
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       gl.o
  CCLD     gl
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       intel-mic.o
  CCLD     intel-mic
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       shmem.o
  CCLD     shmem
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
make  check-TESTS
PASS: hwloc_list_components
PASS: hwloc_bitmap
PASS: hwloc_bitmap_string
PASS: hwloc_bitmap_compare_inclusion
PASS: hwloc_get_closest_objs
PASS: hwloc_get_obj_covering_cpuset
PASS: hwloc_get_cache_covering_cpuset
PASS: hwloc_get_largest_objs_inside_cpuset
PASS: hwloc_get_next_obj_covering_cpuset
PASS: hwloc_get_obj_inside_cpuset
PASS: hwloc_get_shared_cache_covering_obj
PASS: hwloc_get_obj_below_array_by_type
PASS: hwloc_bitmap_first_last_weight
PASS: hwloc_bitmap_singlify
PASS: hwloc_type_depth
PASS: hwloc_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_restrict
PASS: hwloc_topology_dup
PASS: hwloc_topology_diff
PASS: hwloc_topology_abi
PASS: hwloc_obj_infos
PASS: hwloc_iodevs
PASS: xmlbuffer
PASS: gl
PASS: intel-mic
PASS: shmem
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 37
# PASS:  37
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in ports
make    
Making check in xml
make  check-TESTS
PASS: 16amd64-8n2c-cpusets.xml
PASS: 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: 64intel64-fakeKNL-SNC4-hybrid.xml
PASS: 96em64t-4n4d3ca2co-pci.xml
PASS: 192em64t-12gr2n8c2t.xml
PASS: 192em64t-24n8c2t.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: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml
PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 30
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in x86
make  check-TESTS
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in contrib/systemd
Making check in contrib/misc
make  hwloc-tweak-osindex
  CC       hwloc-tweak-osindex.o
  CCLD     hwloc-tweak-osindex
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
Making check in doc
make  check-recursive
Making check in examples
make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind  nodeset+membind+policy get-knl-modes  gpu sharedcaches
  CC       hwloc-hello.o
  CCLD     hwloc-hello
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
cp -f ../../../doc/examples/hwloc-hello.c hwloc-hello-cpp.cpp
  CXX      hwloc-hello-cpp.o
  CXXLD    hwloc-hello-cpp
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       cpuset+bitmap+cpubind.o
  CCLD     cpuset+bitmap+cpubind
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       nodeset+membind+policy.o
  CCLD     nodeset+membind+policy
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       get-knl-modes.o
  CCLD     get-knl-modes
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       gpu.o
  CCLD     gpu
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
  CC       sharedcaches.o
  CCLD     sharedcaches
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
/home/ci/workspace/extended_v2.0-XOMVZN7EHL5KOZBJSLMVQTTE5AQN762WEIOA2NKDKMFHKDDPZOQQ/check-unix-debug/hwloc-v2.0-20201118.2200.gitde99265d/build-plugins-debug/hwloc/.libs/libhwloc.so.15.3: warning: warning: sprintf() is often misused, please use snprintf()
make  check-TESTS
PASS: hwloc-hello
PASS: hwloc-hello-cpp
============================================================================
Testsuite summary for hwloc v2.0-20201118.2200.gitde99265d
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
+ tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics
hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.


 * CPU cpusets *

cpu 0 (os 0) has cpuset 0x00000001
cpu 1 (os 1) has cpuset 0x00000002
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0
  PU#0 cpuset 0x00000001
  PU#1 cpuset 0x00000002
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0
  PU#0 cpuset 0x00000001
  PU#1 cpuset 0x00000002

Add missing single NUMA node

Fixup root sets

Propagate sets
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Removing unauthorized sets from all sets
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

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

--- PU level has number 2

Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Now reconnecting
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Removing bridge objects if needed
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Removing empty objects
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1
  Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2
    PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
    PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
    NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE
may merge levels #0=Machine and #1=Group
removed child level Group at depth 1
Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2
  PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001
  PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001
  NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001

Propagate total memory up
Machine
  NUMANode L#0 (P#0)
  PU L#0 (P#0)
  PU L#1 (P#1)
+ cd ..
+ exit 0