DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/build --target all --
[1/58] Building CXX object CMakeFiles/avrocpp.dir/impl/Zigzag.cc.o
[2/58] Building CXX object CMakeFiles/avrocpp.dir/impl/LogicalType.cc.o
FAILED: [code=1] CMakeFiles/avrocpp.dir/impl/LogicalType.cc.o
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-clang++ --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/recipe-sysroot -DAVRO_DYN_LINK -DAVRO_SOURCE -DAVRO_VERSION=\"1.12.0\" -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_RANDOM_DYN_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DFMT_HEADER_ONLY=1 -Davrocpp_EXPORTS -ITMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro -ITMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/build -ITMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include -ITMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/build/_deps/fmt-src/include -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/recipe-sysroot -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++=/usr/src/debug/avro-c++/1.12 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/build=/usr/src/debug/avro-c++/1.12 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -DNDEBUG -std=gnu++17 -fPIC -MD -MT CMakeFiles/avrocpp.dir/impl/LogicalType.cc.o -MF CMakeFiles/avrocpp.dir/impl/LogicalType.cc.o.d -o CMakeFiles/avrocpp.dir/impl/LogicalType.cc.o -c TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/impl/LogicalType.cc
In file included from TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/impl/LogicalType.cc:19:
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:50:23: error: unknown type name 'int32_t'
50 | void setPrecision(int32_t precision);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:51:5: error: unknown type name 'int32_t'
51 | int32_t precision() const { return precision_; }
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:52:19: error: unknown type name 'int32_t'
52 | void setScale(int32_t scale);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:53:5: error: unknown type name 'int32_t'
53 | int32_t scale() const { return scale_; }
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:59:5: error: unknown type name 'int32_t'
59 | int32_t precision_;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/sources/avro-c++-1.12/lang/c++/include/avro/LogicalType.hh:60:5: error: unknown type name 'int32_t'
60 | int32_t scale_;
| ^
6 errors generated.
[3/58] Building CXX object CMakeFiles/avrocpp.dir/impl/Types.cc.o
[4/58] Building CXX object CMakeFiles/avrocpp.dir/impl/BinaryEncoder.cc.o
[5/58] Building CXX object CMakeFiles/avrocpp.dir/impl/ResolverSchema.cc.o
[6/58] Building CXX object CMakeFiles/avrocpp.dir/impl/BinaryDecoder.cc.o
[7/58] Building CXX object CMakeFiles/avrocpp.dir/impl/Node.cc.o
[8/58] Building CXX object CMakeFiles/avrocpp.dir/impl/ValidSchema.cc.o
[9/58] Building CXX object CMakeFiles/avrocpp.dir/impl/Schema.cc.o
[10/58] Building CXX object CMakeFiles/avrocpp.dir/impl/NodeImpl.cc.o
[11/58] Building CXX object CMakeFiles/avrocpp.dir/impl/Compiler.cc.o
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/temp/run.do_compile.2899239:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/temp/run.do_compile.2899239, line 153
#2: cmake_do_compile, TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/temp/run.do_compile.2899239, line 147
#3: do_compile, TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/temp/run.do_compile.2899239, line 142
#4: main, TMPDIR/work/cortexa57-yoe-linux-musl/avro-c++/1.12/temp/run.do_compile.2899239, line 166