creating build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/reader.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/events.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/resolver.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/representer.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/error.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/emitter.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/tokens.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/dumper.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/loader.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/composer.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/nodes.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/serializer.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/parser.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/constructor.py -> build/lib.linux-x86_64-cpython-311/yaml
copying lib/yaml/scanner.py -> build/lib.linux-x86_64-cpython-311/yaml
creating build/lib.linux-x86_64-cpython-311/_yaml
copying lib/_yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/_yaml
running build_ext
building 'yaml._yaml' extension
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/yaml
/usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -I/home/buildroot/autobuild/instance-1/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-1/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o
cc1: fatal error: yaml/_yaml.c: No such file or directory
compilation terminated.
Error compiling module, falling back to pure Python
>>> host-python-pyyaml 6.0 Installing to host directory
(cd /home/buildroot/autobuild/instance-1/output-1/build/host-python-pyyaml-6.0//; PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib  /home/buildroot/autobuild/instance-1/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-1/output-1/host --root=/ --single-version-externally-managed )
running install
/home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
running build_ext
building 'yaml._yaml' extension
/usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -I/home/buildroot/autobuild/instance-1/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-1/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o
cc1: fatal error: yaml/_yaml.c: No such file or directory
compilation terminated.
Error compiling module, falling back to pure Python
running install_lib
creating /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/reader.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/events.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/resolver.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/representer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/__init__.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/error.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/cyaml.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/emitter.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/tokens.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/dumper.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/loader.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/composer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/nodes.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/serializer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/parser.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/constructor.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
copying build/lib.linux-x86_64-cpython-311/yaml/scanner.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml
creating /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/_yaml
copying build/lib.linux-x86_64-cpython-311/_yaml/__init__.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/_yaml
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/reader.py to reader.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/events.py to events.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/resolver.py to resolver.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/representer.py to representer.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/error.py to error.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/cyaml.py to cyaml.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/emitter.py to emitter.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/tokens.py to tokens.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/dumper.py to dumper.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/loader.py to loader.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/composer.py to composer.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/nodes.py to nodes.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/serializer.py to serializer.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/parser.py to parser.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/constructor.py to constructor.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/yaml/scanner.py to scanner.cpython-311.pyc
byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/_yaml/__init__.py to __init__.cpython-311.pyc
running install_egg_info
running egg_info
writing lib/PyYAML.egg-info/PKG-INFO
writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt
writing top-level names to lib/PyYAML.egg-info/top_level.txt
reading manifest file 'lib/PyYAML.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
adding license file 'LICENSE'
writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt'
Copying lib/PyYAML.egg-info to /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/PyYAML-6.0-py3.11.egg-info
running install_scripts
sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798.tar.gz: OK (sha256: c67b8f3d9b74fd0d70eb6eec3b2ec2d496d0f169deedf6fc07dbff2c2f275d2b)
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Extracting
gzip -d -c /home/buildroot/autobuild/instance-1/dl/sdbusplus/sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798   -xf -
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Patching
mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/m4
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Updating config.sub and config.guess
for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798 -name $file); do cp support/gnuconfig/$file $i; done; done
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Configuring
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Autoreconfiguring
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:27: installing 'build-aux/ar-lib'
configure.ac:26: installing 'build-aux/compile'
configure.ac:79: installing 'build-aux/config.guess'
configure.ac:79: installing 'build-aux/config.sub'
configure.ac:7: installing 'build-aux/install-sh'
configure.ac:7: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Patching libtool
patching file /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/build-aux/ltmain.sh
Hunk #1 succeeded at 2694 (offset 7 lines).
Hunk #2 succeeded at 4284 (offset 7 lines).
Hunk #3 succeeded at 6579 (offset 25 lines).
Hunk #4 succeeded at 6589 (offset 25 lines).
Hunk #5 succeeded at 6882 (offset 25 lines).
Hunk #6 succeeded at 7174 (offset 25 lines).
Hunk #7 succeeded at 8140 (offset 28 lines).
Hunk #8 succeeded at 10769 (offset 59 lines).
(cd /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-1/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-1/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-1/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking  --disable-libsdbusplus )
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether /usr/bin/g++ accepts -g... yes
checking for /usr/bin/g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/g++... none
checking for gcc... /usr/bin/gcc
checking whether the compiler supports GNU C... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to enable C11 features... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking dependency style of /usr/bin/gcc... none
checking the archiver (/usr/bin/ar) interface... ar
checking whether make sets $(MAKE)... (cached) yes
checking for a Python interpreter with version >= 2.7... python
checking for python... /home/buildroot/autobuild/instance-1/output-1/host/bin/python
checking for python version... 3.11
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking pkg-config is at least version 0.9.0... yes
checking for SYSTEMD... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -Wall... (cached) yes
checking whether C++ compiler accepts -Werror... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/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
checking the name lister (/usr/bin/nm) 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... /usr/bin/ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/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 how to run the C++ preprocessor... /usr/bin/g++ -E
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++ static flag -static works... no
checking if /usr/bin/g++ supports -c -o file.o... yes
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to run the C preprocessor... /usr/bin/cpp
checking for GTEST... no
checking for GMOCK... no
checking whether /usr/bin/gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for gtest/gtest.h... no
checking for gmock/gmock.h... no
checking for main in -lgtest... no
checking for main in -lgmock... no
checking for valgrind... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating tools/setup.py
config.status: creating example/Makefile
config.status: creating sdbusplus.pc
config.status: creating sdbusplus/bus.hpp
config.status: creating sdbusplus/server.hpp
config.status: creating tools/sdbusplus/templates/interface.mako.server.cpp
config.status: creating tools/sdbusplus/templates/method.mako.prototype.hpp
config.status: creating tools/sdbusplus/templates/property.mako.prototype.hpp
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Building
PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig"  /usr/bin/make -j4  -C /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/
make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
/usr/bin/make  all-recursive
make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
Making all in .
make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Making all in tools
make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Installing to host directory
PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig"  /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/
make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
Making install in .
make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Makefile:828: target 'check-valgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-memcheck-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-helgrind-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-drd-recursive' given more than once in the same rule
Makefile:828: target 'check-valgrind-sgcheck-recursive' given more than once in the same rule
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
Making install in tools
make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
/usr/bin/make  install-exec-hook
make[3]: Nothing to be done for 'install-data-am'.
make[4]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
/home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/home/buildroot/autobuild/instance-1/output-1/host/lib/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
zip_safe flag not set; analyzing archive contents...
make[4]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798/tools'
make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-sdbusplus-4212292bcf136d04b38ba5116aa568b0fa312798'
>>>   Finalizing host directory
>>>   Finalizing target directory
mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson
sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g"         -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in
sed         -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf
/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L  console 0 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab
/usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab
if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi
if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi
mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc
echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname
/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts
mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc
echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue
/usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow
grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells
if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \
	/home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \
	/home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \
	/home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc
find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \
	\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc
rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true
rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug
find /home/buildroot/autobuild/instance-1/output-1/target   -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true
find /home/buildroot/autobuild/instance-1/output-1/target   \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true  2>/dev/null || true
test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \
	{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \
	{ echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true
mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc
( \
	echo "NAME=Buildroot"; \
	echo "VERSION=2023.02-280-g4f38b5dcbd"; \
	echo "ID=buildroot"; \
	echo "VERSION_ID=2023.05-git"; \
	echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \
) >  /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc
>>>   Sanitizing RPATH in target tree
PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target
touch /home/buildroot/autobuild/instance-1/output-1/target/usr
ln -snf /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging
make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'
make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot'
>>>   Buildroot 2023.02-280-g4f38b5dcbd Collecting legal info
COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4)
>>> toolchain-buildroot  Collecting legal info
>>> host-gcc-final 11.3.0 Collecting legal info
>>> host-binutils 2.38 Collecting legal info
COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d)
>>> host-skeleton  Collecting legal info
>>> host-elf2flt 2021.08 Collecting legal info
LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6)
>>> host-autoconf 2.71 Collecting legal info
COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350)
>>> host-libtool 2.4.6 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-m4 1.4.19 Collecting legal info
COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
>>> host-automake 1.16.5 Collecting legal info
COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6)
>>> host-zlib  Collecting legal info
>>> host-libzlib 1.2.13 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> host-gmp 6.2.1 Collecting legal info
COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-mpc 1.2.1 Collecting legal info
COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768)
>>> host-mpfr 4.1.1 Collecting legal info
COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118)
>>> uclibc 1.0.43 Collecting legal info
COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3)
>>> host-gcc-initial 11.3.0 Collecting legal info
>>> linux-headers 6.1.14 Collecting legal info
COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0)
LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79)
LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f)
>>> skeleton  Collecting legal info
>>> skeleton-init-sysv  Collecting legal info
>>> skeleton-init-common  Collecting legal info
>>> toolchain  Collecting legal info
>>> busybox 1.36.0 Collecting legal info
LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548)
archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f)
>>> bzip2 1.0.8 Collecting legal info
LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3)
>>> host-faketime 0.9.10 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> gettext-tiny 0.3.2 Collecting legal info
LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f)
>>> gettext  Collecting legal info
>>> initscripts  Collecting legal info
>>> jasper 2.0.33 Collecting legal info
LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81)
>>> host-cmake 3.22.3 Collecting legal info
Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97)
>>> host-pkgconf 1.6.3 Collecting legal info
COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04)
>>> libnfnetlink 1.0.2 Collecting legal info
COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad)
>>> librsync 2.3.2 Collecting legal info
COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509)
>>> popt 1.19 Collecting legal info
COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801)
>>> zlib  Collecting legal info
>>> libzlib 1.2.13 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> lzo 2.10 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> lzop 1.04 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> mtdev 1.1.6 Collecting legal info
COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4)
>>> ncurses 6.3-20221224 Collecting legal info
COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac)
>>> host-ncurses 6.3-20221224 Collecting legal info
COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac)
>>> host-patchelf 0.13 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> host-pwgen 2.08 Collecting legal info
debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1)
>>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info
COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a)
>>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info
librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd)
>>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info
LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1)
>>> host-autoconf-archive 2022.09.03 Collecting legal info
COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195)
COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2)
>>> host-python-inflection 0.5.1 Collecting legal info
LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133)
>>> host-python-setuptools 65.6.3 Collecting legal info
LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8)
>>> host-python3 3.11.2 Collecting legal info
LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf)
>>> host-expat 2.5.0 Collecting legal info
COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534)
>>> host-libffi 3.4.4 Collecting legal info
LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388)
>>> host-python-mako 1.2.4 Collecting legal info
LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa)
>>> host-python-markupsafe 2.1.1 Collecting legal info
LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea)
>>> host-python-pyyaml 6.0 Collecting legal info
LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4)
>>> host-libyaml 0.2.5 Collecting legal info
License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29)
WARNING: the Buildroot source code has not been saved
WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined)
WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined)
Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info
make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'