DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/build --target all --
[1/76] Building CXX object CMakeFiles/fmt.dir/src/os.cc.o
[2/76] Building CXX object test/CMakeFiles/test-main.dir/util.cc.o
[3/76] Building CXX object test/CMakeFiles/test-main.dir/test-main.cc.o
[4/76] Building CXX object test/CMakeFiles/assert-test.dir/assert-test.cc.o
[5/76] Building CXX object test/CMakeFiles/test-main.dir/gtest-extra.cc.o
[6/76] Building CXX object test/CMakeFiles/args-test.dir/args-test.cc.o
[7/76] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
[8/76] Linking CXX shared library libfmt.so.11.1.4
[9/76] Creating library symlink libfmt.so.11 libfmt.so
[10/76] Building CXX object test/CMakeFiles/color-test.dir/color-test.cc.o
[11/76] Building CXX object test/CMakeFiles/format-impl-test.dir/test-main.cc.o
[12/76] Building CXX object test/CMakeFiles/format-impl-test.dir/format-impl-test.cc.o
FAILED: test/CMakeFiles/format-impl-test.dir/format-impl-test.cc.o
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot -DFMT_HEADER_ONLY=1 -DGTEST_HAS_STD_WSTRING=1 -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1 -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git/include -isystem TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git/test/gtest/. -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/fmt/11.1.4/recipe-sysroot -O2 -g -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git=/usr/src/debug/fmt/11.1.4 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git=/usr/src/debug/fmt/11.1.4 -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/build=/usr/src/debug/fmt/11.1.4 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/build=/usr/src/debug/fmt/11.1.4 -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot= -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot-native= -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT test/CMakeFiles/format-impl-test.dir/format-impl-test.cc.o -MF test/CMakeFiles/format-impl-test.dir/format-impl-test.cc.o.d -o test/CMakeFiles/format-impl-test.dir/format-impl-test.cc.o -c TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git/test/format-impl-test.cc
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git/test/format-impl-test.cc:310:20: error: 'is_floating_point' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
310 | template <> struct is_floating_point<double_double> : std::true_type {};
| ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot/usr/include/c++/v1/__type_traits/is_floating_point.h:30:29: note: marked 'no_specializations' here
30 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_floating_point
| ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot/usr/include/c++/v1/__config:1177:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1177 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/git/test/format-impl-test.cc:318:20: error: 'is_floating_point' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | template <> struct is_floating_point<slow_float> : std::true_type {};
| ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot/usr/include/c++/v1/__type_traits/is_floating_point.h:30:29: note: marked 'no_specializations' here
30 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_floating_point
| ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/recipe-sysroot/usr/include/c++/v1/__config:1177:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1177 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
2 errors generated.
[13/76] Building CXX object test/CMakeFiles/gtest-extra-test.dir/gtest-extra-test.cc.o
[14/76] Building CXX object test/CMakeFiles/format-impl-test.dir/header-only-test.cc.o
[15/76] Building CXX object test/CMakeFiles/format-impl-test.dir/util.cc.o
[16/76] Building CXX object test/CMakeFiles/format-impl-test.dir/gtest-extra.cc.o
[17/76] Building CXX object test/CMakeFiles/format-impl-test.dir/__/src/os.cc.o
[18/76] Building CXX object test/gtest/CMakeFiles/gtest.dir/gmock-gtest-all.cc.o
[19/76] Building CXX object test/CMakeFiles/base-test.dir/base-test.cc.o
[20/76] Building CXX object test/CMakeFiles/format-test.dir/format-test.cc.o
[21/76] Building CXX object test/CMakeFiles/chrono-test.dir/chrono-test.cc.o
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/temp/run.do_compile.1320853:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/temp/run.do_compile.1320853, line 153
#2: cmake_do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/temp/run.do_compile.1320853, line 147
#3: do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/temp/run.do_compile.1320853, line 142
#4: main, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/fmt/11.1.4/temp/run.do_compile.1320853, line 166