SuccessConsole Output

+ chmod 755 job-3-embedded.sh
+ ./job-3-embedded.sh hwloc-v1.11-20220406.0500.git093316a8.tar.gz
############################
Running on:
Linux hwloc-ubuntu2004amd64 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Tarball: hwloc-v1.11-20220406.0500.git093316a8.tar.gz
############################
+ test -f /builds/.ciprofile
+ tarball=hwloc-v1.11-20220406.0500.git093316a8.tar.gz
+ basename hwloc-v1.11-20220406.0500.git093316a8.tar.gz .tar.gz
+ basename=hwloc-v1.11-20220406.0500.git093316a8
+ test -d hwloc-v1.11-20220406.0500.git093316a8
+ tar xfz hwloc-v1.11-20220406.0500.git093316a8.tar.gz
+ mv hwloc-v1.11-20220406.0500.git093316a8.tar.gz hwloc-v1.11-20220406.0500.git093316a8
+ cd hwloc-v1.11-20220406.0500.git093316a8
+ touch configure
+ cd tests/embedded
+ ./run-embedded-tests.sh ../../hwloc-v1.11-20220406.0500.git093316a8.tar.gz
=== 1: Got tarball: ../../hwloc-v1.11-20220406.0500.git093316a8.tar.gz
=== 2: Got version: v1.11-20220406.0500.git093316a8
=== 3: Extracting tarball...
=== 4: Removing old tree...
=== 5: Running autogen...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './config'.
libtoolize: copying file './config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, './config'.
libtoolize: copying file './config/libtool.m4'
libtoolize: copying file './config/ltoptions.m4'
libtoolize: copying file './config/ltsugar.m4'
libtoolize: copying file './config/ltversion.m4'
libtoolize: copying file './config/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:34: installing './config/ar-lib'
configure.ac:15: installing './config/compile'
configure.ac:9: installing './config/config.guess'
configure.ac:9: installing './config/config.sub'
configure.ac:10: installing './config/install-sh'
configure.ac:10: installing './config/missing'
Makefile.am: installing './config/depcomp'
parallel-tests: installing './config/test-driver'
autoreconf: Leaving directory `.'
=== 6: Running non-VPATH configure...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3

=== Configuring hwloc (embedded mode)
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... libraries , headers 
checking hwloc building mode... embedded
configure: hwloc builddir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree
configure: hwloc srcdir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree
checking for hwloc version... v1.11-20220406.0500.git093316a8
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... hwloc-tree/
checking for hwloc symbol prefix... mytest_
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall... yes
checking for KERRIGHED... no
checking for lib... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for move_pages in -lnuma... yes
checking libudev.h usability... yes
checking libudev.h presence... yes
checking for libudev.h... yes
checking for udev_device_new_from_subsystem_sysname in -ludev... yes
checking for PCIACCESS... yes
checking pciaccess.h usability... yes
checking pciaccess.h presence... yes
checking for pciaccess.h... yes
checking for pci_slot_match_iterator_create... yes
checking for final PCIACCESS support... yes
checking CL/cl_ext.h usability... yes
checking CL/cl_ext.h presence... yes
checking for CL/cl_ext.h... yes
checking for clGetDeviceIDs in -lOpenCL... yes
checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/Xutil.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking NVCtrl/NVCtrl.h usability... yes
checking NVCtrl/NVCtrl.h presence... yes
checking for NVCtrl/NVCtrl.h... yes
checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes
checking for LIBXML2... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci pci opencl gl xml_libxml x86
checking components to build as plugins... 
=== Done configuring hwloc (embedded mode)

checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating hwloc-tree/Makefile
config.status: creating hwloc-tree/include/Makefile
config.status: creating hwloc-tree/src/Makefile
config.status: creating Makefile
config.status: creating hwloc-tree/include/private/autogen/config.h
config.status: creating hwloc-tree/include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== 7: Running make
Making all in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
Making all in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
  CC       topology.lo
In file included from topology.c:45:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
   21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
      |  ^~~~~~~
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-custom.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-opencl.lo
  CC       topology-gl.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc_embedded.la
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
Making all in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
  CC       main.o
  CC       do_test.lo
  CCLD     libdo_test.la
  CCLD     main
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
=== 8: Running make check
Making check in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
Making check in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
make  
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
Making check in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
make  check-TESTS
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
PASS: main
============================================================================
Testsuite summary for hwloc-embedded-test 1.0
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
=== 9: Running make clean
Making clean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
Making clean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
Making clean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
=== 10: Running make distclean
Making distclean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
Making distclean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "static-components.h" || rm -f static-components.h
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/base64.Plo
rm -f ./.deps/bind.Plo
rm -f ./.deps/bitmap.Plo
rm -f ./.deps/components.Plo
rm -f ./.deps/diff.Plo
rm -f ./.deps/distances.Plo
rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo
rm -f ./.deps/hwloc_gl_la-topology-gl.Plo
rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo
rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo
rm -f ./.deps/hwloc_pci_la-topology-pci.Plo
rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo
rm -f ./.deps/misc.Plo
rm -f ./.deps/pci-common.Plo
rm -f ./.deps/topology-aix.Plo
rm -f ./.deps/topology-bgq.Plo
rm -f ./.deps/topology-cuda.Plo
rm -f ./.deps/topology-custom.Plo
rm -f ./.deps/topology-darwin.Plo
rm -f ./.deps/topology-fake.Plo
rm -f ./.deps/topology-freebsd.Plo
rm -f ./.deps/topology-gl.Plo
rm -f ./.deps/topology-hardwired.Plo
rm -f ./.deps/topology-hpux.Plo
rm -f ./.deps/topology-linux.Plo
rm -f ./.deps/topology-netbsd.Plo
rm -f ./.deps/topology-noos.Plo
rm -f ./.deps/topology-nvml.Plo
rm -f ./.deps/topology-opencl.Plo
rm -f ./.deps/topology-osf.Plo
rm -f ./.deps/topology-pci.Plo
rm -f ./.deps/topology-solaris-chiptype.Plo
rm -f ./.deps/topology-solaris.Plo
rm -f ./.deps/topology-synthetic.Plo
rm -f ./.deps/topology-windows.Plo
rm -f ./.deps/topology-x86.Plo
rm -f ./.deps/topology-xml-libxml.Plo
rm -f ./.deps/topology-xml-nolibxml.Plo
rm -f ./.deps/topology-xml.Plo
rm -f ./.deps/topology.Plo
rm -f ./.deps/traversal.Plo
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/src'
Making distclean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
rm -f Makefile
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f ./.deps/do_test.Plo
rm -f ./.deps/main.Po
rm -f Makefile
=== 11: Running VPATH configure...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3

=== Configuring hwloc (embedded mode)
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... libraries , headers 
checking hwloc building mode... embedded
configure: hwloc builddir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree
configure: hwloc srcdir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree
configure: Detected VPATH build
checking for hwloc version... v1.11-20220406.0500.git093316a8
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... hwloc-tree/
checking for hwloc symbol prefix... mytest_
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall... yes
checking for KERRIGHED... no
checking for lib... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for move_pages in -lnuma... yes
checking libudev.h usability... yes
checking libudev.h presence... yes
checking for libudev.h... yes
checking for udev_device_new_from_subsystem_sysname in -ludev... yes
checking for PCIACCESS... yes
checking pciaccess.h usability... yes
checking pciaccess.h presence... yes
checking for pciaccess.h... yes
checking for pci_slot_match_iterator_create... yes
checking for final PCIACCESS support... yes
checking CL/cl_ext.h usability... yes
checking CL/cl_ext.h presence... yes
checking for CL/cl_ext.h... yes
checking for clGetDeviceIDs in -lOpenCL... yes
checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/Xutil.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking NVCtrl/NVCtrl.h usability... yes
checking NVCtrl/NVCtrl.h presence... yes
checking for NVCtrl/NVCtrl.h... yes
checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes
checking for LIBXML2... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci pci opencl gl xml_libxml x86
checking components to build as plugins... 
=== Done configuring hwloc (embedded mode)

checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating hwloc-tree/Makefile
config.status: creating hwloc-tree/include/Makefile
config.status: creating hwloc-tree/src/Makefile
config.status: creating Makefile
config.status: creating hwloc-tree/include/private/autogen/config.h
config.status: creating hwloc-tree/include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== 12: Running make
Making all in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making all in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
  CC       topology.lo
In file included from ../../../hwloc-tree/src/topology.c:45:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
   21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
      |  ^~~~~~~
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-custom.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-opencl.lo
  CC       topology-gl.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc_embedded.la
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making all in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
  CC       main.o
  CC       do_test.lo
  CCLD     libdo_test.la
  CCLD     main
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 13: Running make check
Making check in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making check in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make  
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making check in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make  check-TESTS
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
PASS: main
============================================================================
Testsuite summary for hwloc-embedded-test 1.0
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 14: Running make clean
Making clean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making clean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making clean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 15: Running make distclean
Making distclean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making distclean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "../../../hwloc-tree/src" || test -z "" || rm -f 
test -z "static-components.h" || rm -f static-components.h
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/base64.Plo
rm -f ./.deps/bind.Plo
rm -f ./.deps/bitmap.Plo
rm -f ./.deps/components.Plo
rm -f ./.deps/diff.Plo
rm -f ./.deps/distances.Plo
rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo
rm -f ./.deps/hwloc_gl_la-topology-gl.Plo
rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo
rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo
rm -f ./.deps/hwloc_pci_la-topology-pci.Plo
rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo
rm -f ./.deps/misc.Plo
rm -f ./.deps/pci-common.Plo
rm -f ./.deps/topology-aix.Plo
rm -f ./.deps/topology-bgq.Plo
rm -f ./.deps/topology-cuda.Plo
rm -f ./.deps/topology-custom.Plo
rm -f ./.deps/topology-darwin.Plo
rm -f ./.deps/topology-fake.Plo
rm -f ./.deps/topology-freebsd.Plo
rm -f ./.deps/topology-gl.Plo
rm -f ./.deps/topology-hardwired.Plo
rm -f ./.deps/topology-hpux.Plo
rm -f ./.deps/topology-linux.Plo
rm -f ./.deps/topology-netbsd.Plo
rm -f ./.deps/topology-noos.Plo
rm -f ./.deps/topology-nvml.Plo
rm -f ./.deps/topology-opencl.Plo
rm -f ./.deps/topology-osf.Plo
rm -f ./.deps/topology-pci.Plo
rm -f ./.deps/topology-solaris-chiptype.Plo
rm -f ./.deps/topology-solaris.Plo
rm -f ./.deps/topology-synthetic.Plo
rm -f ./.deps/topology-windows.Plo
rm -f ./.deps/topology-x86.Plo
rm -f ./.deps/topology-xml-libxml.Plo
rm -f ./.deps/topology-xml-nolibxml.Plo
rm -f ./.deps/topology-xml.Plo
rm -f ./.deps/topology.Plo
rm -f ./.deps/traversal.Plo
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making distclean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../../hwloc-tree/include" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../hwloc-tree" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -f Makefile
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f ./.deps/do_test.Plo
rm -f ./.deps/main.Po
rm -f Makefile
=== 16: Re-extracting tarball...
=== 17: Removing old tree...
=== 18: Running autogen...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './config'.
libtoolize: copying file './config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, './config'.
libtoolize: copying file './config/libtool.m4'
libtoolize: copying file './config/ltoptions.m4'
libtoolize: copying file './config/ltsugar.m4'
libtoolize: copying file './config/ltversion.m4'
libtoolize: copying file './config/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:15: installing './config/compile'
configure.ac:10: installing './config/missing'
Makefile.am: installing './config/depcomp'
autoreconf: Leaving directory `.'
=== 19: Running VPATH-clean configure...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3

=== Configuring hwloc (embedded mode)
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... libraries , headers 
checking hwloc building mode... embedded
configure: hwloc builddir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree
configure: hwloc srcdir: /builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/hwloc-tree
configure: Detected VPATH build
checking for hwloc version... v1.11-20220406.0500.git093316a8
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... hwloc-tree/
checking for hwloc symbol prefix... mytest_
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall... yes
checking for KERRIGHED... no
checking for lib... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for move_pages in -lnuma... yes
checking libudev.h usability... yes
checking libudev.h presence... yes
checking for libudev.h... yes
checking for udev_device_new_from_subsystem_sysname in -ludev... yes
checking for PCIACCESS... yes
checking pciaccess.h usability... yes
checking pciaccess.h presence... yes
checking for pciaccess.h... yes
checking for pci_slot_match_iterator_create... yes
checking for final PCIACCESS support... yes
checking CL/cl_ext.h usability... yes
checking CL/cl_ext.h presence... yes
checking for CL/cl_ext.h... yes
checking for clGetDeviceIDs in -lOpenCL... yes
checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/Xutil.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking NVCtrl/NVCtrl.h usability... yes
checking NVCtrl/NVCtrl.h presence... yes
checking for NVCtrl/NVCtrl.h... yes
checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes
checking for LIBXML2... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci pci opencl gl xml_libxml x86
checking components to build as plugins... 
=== Done configuring hwloc (embedded mode)

checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating hwloc-tree/Makefile
config.status: creating hwloc-tree/include/Makefile
config.status: creating hwloc-tree/src/Makefile
config.status: creating Makefile
config.status: creating hwloc-tree/include/private/autogen/config.h
config.status: creating hwloc-tree/include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== 20: Running make
Making all in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making all in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
  CC       topology.lo
In file included from ../../../hwloc-tree/src/topology.c:45:
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
   21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
      |  ^~~~~~~
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-custom.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-opencl.lo
  CC       topology-gl.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc_embedded.la
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making all in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
  CC       main.o
  CC       do_test.lo
  CCLD     libdo_test.la
  CCLD     main
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 21: Running make check
Making check in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making check in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make  
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making check in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make  check-TESTS
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[3]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
PASS: main
============================================================================
Testsuite summary for hwloc-embedded-test 1.0
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 22: Running make clean
Making clean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making clean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making clean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
=== 23: Running make distclean
Making distclean in hwloc-tree
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
Making distclean in src
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
test -z "" || rm -f 
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
rm -f ./so_locations
test -z "     " || rm -f      
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "../../../hwloc-tree/src" || test -z "" || rm -f 
test -z "static-components.h" || rm -f static-components.h
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/base64.Plo
rm -f ./.deps/bind.Plo
rm -f ./.deps/bitmap.Plo
rm -f ./.deps/components.Plo
rm -f ./.deps/diff.Plo
rm -f ./.deps/distances.Plo
rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo
rm -f ./.deps/hwloc_gl_la-topology-gl.Plo
rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo
rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo
rm -f ./.deps/hwloc_pci_la-topology-pci.Plo
rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo
rm -f ./.deps/misc.Plo
rm -f ./.deps/pci-common.Plo
rm -f ./.deps/topology-aix.Plo
rm -f ./.deps/topology-bgq.Plo
rm -f ./.deps/topology-cuda.Plo
rm -f ./.deps/topology-custom.Plo
rm -f ./.deps/topology-darwin.Plo
rm -f ./.deps/topology-fake.Plo
rm -f ./.deps/topology-freebsd.Plo
rm -f ./.deps/topology-gl.Plo
rm -f ./.deps/topology-hardwired.Plo
rm -f ./.deps/topology-hpux.Plo
rm -f ./.deps/topology-linux.Plo
rm -f ./.deps/topology-netbsd.Plo
rm -f ./.deps/topology-noos.Plo
rm -f ./.deps/topology-nvml.Plo
rm -f ./.deps/topology-opencl.Plo
rm -f ./.deps/topology-osf.Plo
rm -f ./.deps/topology-pci.Plo
rm -f ./.deps/topology-solaris-chiptype.Plo
rm -f ./.deps/topology-solaris.Plo
rm -f ./.deps/topology-synthetic.Plo
rm -f ./.deps/topology-windows.Plo
rm -f ./.deps/topology-x86.Plo
rm -f ./.deps/topology-xml-libxml.Plo
rm -f ./.deps/topology-xml-nolibxml.Plo
rm -f ./.deps/topology-xml.Plo
rm -f ./.deps/topology.Plo
rm -f ./.deps/traversal.Plo
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/src'
Making distclean in include
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../../hwloc-tree/include" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree/include'
make[2]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../hwloc-tree" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
rm -f Makefile
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build/hwloc-tree'
make[1]: Entering directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -rf .libs _libs
test -z "libdo_test.la" || rm -f libdo_test.la
rm -f ./so_locations
 rm -f main
rm -f *.o
test -z "main.log" || rm -f main.log
test -z "main.trs" || rm -f main.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/builds/workspace/extended_v1.11@2/check-embedded/hwloc-v1.11-20220406.0500.git093316a8/tests/embedded/build'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f ./.deps/do_test.Plo
rm -f ./.deps/main.Po
rm -f Makefile
=== 24: All tests passed!
+ exit 0