DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build --target all --
[1/102] Building CXX object src/CMakeFiles/toml11.dir/format.cpp.o
[2/102] Building CXX object src/CMakeFiles/toml11.dir/region.cpp.o
[3/102] Building CXX object src/CMakeFiles/toml11.dir/color.cpp.o
[4/102] Building CXX object src/CMakeFiles/toml11.dir/datetime.cpp.o
[5/102] Building CXX object src/CMakeFiles/toml11.dir/comments.cpp.o
[6/102] Building CXX object src/CMakeFiles/toml11.dir/error_info.cpp.o
[7/102] Building CXX object src/CMakeFiles/toml11.dir/location.cpp.o
[8/102] Building CXX object src/CMakeFiles/toml11.dir/context.cpp.o
[9/102] Building CXX object src/CMakeFiles/toml11.dir/value_t.cpp.o
[10/102] Building CXX object src/CMakeFiles/toml11.dir/scanner.cpp.o
[11/102] Building CXX object src/CMakeFiles/toml11.dir/source_location.cpp.o
[12/102] Building CXX object src/CMakeFiles/toml11.dir/literal.cpp.o
FAILED: src/CMakeFiles/toml11.dir/literal.cpp.o
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -DTOML11_COMPILE_SOURCES -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -std=c++11 -Wall -Wextra -Wpedantic -Werror -Wsign-conversion -Wconversion -Wdouble-promotion -Wrange-loop-analysis -Wundef -Wshadow -MD -MT src/CMakeFiles/toml11.dir/literal.cpp.o -MF src/CMakeFiles/toml11.dir/literal.cpp.o.d -o src/CMakeFiles/toml11.dir/literal.cpp.o -c TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/src/literal.cpp
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/src/literal.cpp:1:
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/impl/literal_impl.hpp:4:
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/impl/../fwd/literal_fwd.hpp:22:26: error: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
22 | ::toml::value operator"" _toml(const char* str, std::size_t len);
| ~~~~~~~~~~~^~~~~
| operator""_toml
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/src/literal.cpp:1:
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/impl/literal_impl.hpp:118:12: error: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
118 | operator"" _toml(const char* str, std::size_t len)
| ~~~~~~~~~~~^~~~~
| operator""_toml
2 errors generated.
[13/102] Building CXX object tests/CMakeFiles/toml11_test_utility.dir/utility.cpp.o
[14/102] Building CXX object src/CMakeFiles/toml11.dir/syntax.cpp.o
[15/102] Building CXX object src/CMakeFiles/toml11.dir/skip.cpp.o
[16/102] Building CXX object src/CMakeFiles/toml11.dir/serializer.cpp.o
[17/102] Building CXX object tests/CMakeFiles/test_error_message.dir/test_error_message.cpp.o
FAILED: tests/CMakeFiles/test_error_message.dir/test_error_message.cpp.o
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -DTOML11_COMPILE_SOURCES -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/extlib/doctest/doctest -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -std=c++11 -Wall -Wextra -Wpedantic -Werror -Wsign-conversion -Wconversion -Wdouble-promotion -Wrange-loop-analysis -Wundef -Wshadow -MD -MT tests/CMakeFiles/test_error_message.dir/test_error_message.cpp.o -MF tests/CMakeFiles/test_error_message.dir/test_error_message.cpp.o.d -o tests/CMakeFiles/test_error_message.dir/test_error_message.cpp.o -c TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/test_error_message.cpp
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/test_error_message.cpp:4:
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml.hpp:40:
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/literal.hpp:4:
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/fwd/literal_fwd.hpp:22:26: error: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
22 | ::toml::value operator"" _toml(const char* str, std::size_t len);
| ~~~~~~~~~~~^~~~~
| operator""_toml
1 error generated.
[18/102] Building CXX object tests/CMakeFiles/test_comments.dir/test_comments.cpp.o
FAILED: tests/CMakeFiles/test_comments.dir/test_comments.cpp.o
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -DTOML11_COMPILE_SOURCES -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/extlib/doctest/doctest -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git=/usr/src/debug/libtoml11/4.3.0 -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build=/usr/src/debug/libtoml11/4.3.0 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -std=c++11 -Wall -Wextra -Wpedantic -Werror -Wsign-conversion -Wconversion -Wdouble-promotion -Wrange-loop-analysis -Wundef -Wshadow -MD -MT tests/CMakeFiles/test_comments.dir/test_comments.cpp.o -MF tests/CMakeFiles/test_comments.dir/test_comments.cpp.o.d -o tests/CMakeFiles/test_comments.dir/test_comments.cpp.o -c TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/test_comments.cpp
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/tests/test_comments.cpp:4:
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml.hpp:40:
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/literal.hpp:4:
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/git/include/toml11/fwd/literal_fwd.hpp:22:26: error: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
22 | ::toml::value operator"" _toml(const char* str, std::size_t len);
| ~~~~~~~~~~~^~~~~
| operator""_toml
1 error generated.
[19/102] Building CXX object src/CMakeFiles/toml11.dir/types.cpp.o
[20/102] Building CXX object tests/CMakeFiles/test_datetime.dir/test_datetime.cpp.o
[21/102] Building CXX object src/CMakeFiles/toml11.dir/parser.cpp.o
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/temp/run.do_compile.1359738:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/temp/run.do_compile.1359738, line 153
#2: cmake_do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/temp/run.do_compile.1359738, line 147
#3: do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/temp/run.do_compile.1359738, line 142
#4: main, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libtoml11/4.3.0/temp/run.do_compile.1359738, line 166