From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7A71C00528 for ; Sat, 5 Aug 2023 07:38:59 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.2152.1691221132802014886 for ; Sat, 05 Aug 2023 00:38:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@moto-timo.dev header.s=gm1 header.b=Fs+PDV27; spf=pass (domain: moto-timo.dev, ip: 217.70.183.193, mailfrom: auh@moto-timo.dev) Received: by mail.gandi.net (Postfix) with ESMTPSA id 57836240002 for ; Sat, 5 Aug 2023 07:38:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moto-timo.dev; s=gm1; t=1691221131; h=from:from:reply-to:subject:subject:to:to:cc:mime-version:mime-version: content-type:content-type; bh=9hjTm2eqVpGgmsNdHPZ/q9NG6bK/O5W447mzIhESass=; b=Fs+PDV27lW2PpvcG/o2lhZUCkuCIYiQTk7+5AyUPvrngmzdKbxVpS5ACD8Sr6/SNUAbSIJ QRUhm2RQu8NP0BxdgFLRt4q1gh9FHWd+HXk7sOs/jWt46E5diDgvixwZ3qXy6C+Hv/xDCM Aqq770TC6R7k2IN/0+f9zf5gYW6l3qglMC3SWOTNfQs+uxPhr4NMXxEpmhOVMLy3qKaNW+ XXIhqhgkX6TP4rBFby657cXPTU1hMNex30cIwc0MV/Cc6m8ymxg1g8MMWsETNw4lPKFcSP UV9gUAlehKJ79gPhDKgYsj1hcnW+pB/iy25xAfLoX6YIn5LJvZbw11CtJy7wMA== Content-Type: multipart/mixed; boundary="===============8415378811847807535==" MIME-Version: 1.0 From: auh@moto-timo.dev To: openembedded-devel@lists.openembedded.org Subject: [AUH] python3-grpcio-tools: upgrading to 1.56.2 FAILED X-GND-Sasl: auh@moto-timo.dev List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Aug 2023 07:38:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104247 Message-Id: <20230805073859.D7A71C00528@smtp.lore.kernel.org> Date: Sat, 5 Aug 2023 07:38:59 +0000 (UTC) --===============8415378811847807535== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-grpcio-tools* to *1.56.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-grpcio-tools-upgrade-1.56.0-1.56.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- >From 89a141afaaf0cbb9b0755d690457087ba586af6b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 4 Aug 2023 22:33:34 -0500 Subject: [PATCH] python3-grpcio-tools: upgrade 1.56.0 -> 1.56.2 --- ...n3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb index 8fbe1fa91..4d8ede159 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb @@ -13,7 +13,7 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ file://0001-direct_mmap-Use-off_t-on-linux.patch \ " -SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" +SRC_URI[sha256sum] = "82af2f4040084141a732f0ef1ecf3f14fdf629923d74d850415e4d09a077e77a" RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" -- 2.25.1 --===============8415378811847807535== Content-Type: text/x-diff; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-python3-grpcio-tools-upgrade-1.56.0-1.56.2.patch" >From 89a141afaaf0cbb9b0755d690457087ba586af6b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 4 Aug 2023 22:33:34 -0500 Subject: [PATCH] python3-grpcio-tools: upgrade 1.56.0 -> 1.56.2 --- ...n3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb index 8fbe1fa91..4d8ede159 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb @@ -13,7 +13,7 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ file://0001-direct_mmap-Use-off_t-on-linux.patch \ " -SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" +SRC_URI[sha256sum] = "82af2f4040084141a732f0ef1ecf3f14fdf629923d74d850415e4d09a077e77a" RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" -- 2.25.1 --===============8415378811847807535== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bitbake-output-qemux86_musl.txt" Loading cache...done. Loaded 12651 entries from dependency cache. Parsing recipes...done. Parsing of 7341 .bb files complete (7338 cached, 3 parsed). 12615 targets, 384 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies NOTE: Resolving any missing task queue dependencies Build Configuration (mc:default): BB_VERSION = "2.4.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "i686-poky-linux-musl" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "4.2" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "master:058a44165ce375f405063e73a9fcd1b2757ef8da" meta-oe meta-python meta-perl = "heads/origin/master-next:915969d13507e195e703dabf7f2252c607dce4c2" workspace = ":" Build Configuration (mc:qemux86-musl): BB_VERSION = "2.4.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "i686-poky-linux-musl" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "4.2" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "master:058a44165ce375f405063e73a9fcd1b2757ef8da" meta-oe meta-python meta-perl = "heads/origin/master-next:915969d13507e195e703dabf7f2252c607dce4c2" workspace = ":" Build Configuration (mc:qemuarm64): BB_VERSION = "2.4.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "i686-poky-linux-musl" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "4.2" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "master:058a44165ce375f405063e73a9fcd1b2757ef8da" meta-oe meta-python meta-perl = "heads/origin/master-next:915969d13507e195e703dabf7f2252c607dce4c2" workspace = ":" Initialising tasks...done. Checking sstate mirror object availability...done. Sstate summary: Wanted 366 Local 126 Mirrors 229 Missed 11 Current 272 (96% match, 98% complete) NOTE: Executing Tasks NOTE: Running task 1395 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_recipe_qa) NOTE: Running task 1501 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb:do_populate_sysroot) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_recipe_qa: Started NOTE: recipe python3-grpcio-1.56.2-r0: task do_populate_sysroot: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_recipe_qa: Succeeded NOTE: Running task 1781 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_fetch) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_fetch: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_fetch: Succeeded NOTE: Running task 1782 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_unpack) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_unpack: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_unpack: Succeeded NOTE: Running task 1783 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_patch) NOTE: Running task 1784 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_collect_spdx_deps) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_patch: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_collect_spdx_deps: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_collect_spdx_deps: Succeeded NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_patch: Succeeded NOTE: Running task 1785 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_deploy_source_date_epoch) NOTE: Running task 1786 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_populate_lic) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_populate_lic: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_deploy_source_date_epoch: Started NOTE: recipe python3-grpcio-1.56.2-r0: task do_populate_sysroot: Succeeded NOTE: Running task 1787 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_prepare_recipe_sysroot) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_populate_lic: Succeeded NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: Running task 1788 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_configure) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_configure: Started NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_configure: Succeeded NOTE: Running task 1789 of 1798 (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_compile) NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_compile: Started Log data follows: | DEBUG: Executing shell function do_compile | /scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2/setup.py:30: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html | import pkg_resources | running bdist_wheel | running build | running build_py | creating build | creating build/lib.linux-x86_64-cpython-311 | creating build/lib.linux-x86_64-cpython-311/grpc_tools | copying grpc_tools/command.py -> build/lib.linux-x86_64-cpython-311/grpc_tools | copying grpc_tools/protoc.py -> build/lib.linux-x86_64-cpython-311/grpc_tools | copying grpc_tools/__init__.py -> build/lib.linux-x86_64-cpython-311/grpc_tools | creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto | creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google | creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/any.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/api.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf/compiler | copying grpc_tools/_proto/google/protobuf/compiler/plugin.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf/compiler | copying grpc_tools/_proto/google/protobuf/descriptor.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/duration.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/empty.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/field_mask.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/source_context.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/struct.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/timestamp.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/type.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | copying grpc_tools/_proto/google/protobuf/wrappers.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf | running build_ext | building 'grpc_tools._protoc_compiler' extension | creating build/temp.linux-x86_64-cpython-311 | creating build/temp.linux-x86_64-cpython-311/grpc_root | creating build/temp.linux-x86_64-cpython-311/grpc_root/src | creating build/temp.linux-x86_64-cpython-311/grpc_root/src/compiler | creating build/temp.linux-x86_64-cpython-311/grpc_tools | creating build/temp.linux-x86_64-cpython-311/third_party | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/container | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/container/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/hash | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/hash/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/numeric | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/profiling | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/profiling/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/status | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src | creating build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/types | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/allowlists | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/php | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/ruby | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/accessors | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io | creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs | creating build/temp.linux-x86_64-cpython-311/third_party/utf8_range | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c grpc_root/src/compiler/proto_parser_helper.cc -o build/temp.linux-x86_64-cpython-311/grpc_root/src/compiler/proto_parser_helper.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c grpc_tools/_protoc_compiler.cpp -o build/temp.linux-x86_64-cpython-311/grpc_tools/_protoc_compiler.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/cycleclock.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/cycleclock.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/raw_logging.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/raw_logging.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/spinlock_wait.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/sysinfo.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/sysinfo.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/throw_delegate.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/throw_delegate.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/log_severity.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/log_severity.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/crc32c.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/crc32c.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal/vdso_support.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/symbolize.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/symbolize.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/hash/internal/hash.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/hash/internal/hash.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/globals.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/globals.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/check_op.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/check_op.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/globals.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/globals.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/log_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/log_message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/nullguard.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/nullguard.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/log_entry.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/log_entry.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/numeric/int128.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/numeric/int128.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/status/status.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/status/status.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/status/statusor.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/status/statusor.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/charconv.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/charconv.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/cord_analysis.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/cord_analysis.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/escaping.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/escaping.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/charconv_parse.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cordz_functions.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cordz_info.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cordz_info.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/escaping.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/escaping.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/ostringstream.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/ostringstream.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/bind.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/parser.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/utf8.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/utf8.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/numbers.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/numbers.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/str_replace.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/str_replace.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/string_view.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/string_view.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/barrier.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/barrier.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/match.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/match.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/proto.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/proto.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/strerror.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/strerror.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/low_level_alloc.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c grpc_root/src/compiler/python_generator.cc -o build/temp.linux-x86_64-cpython-311/grpc_root/src/compiler/python_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/arg.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/internal/demangle.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal/demangle.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/mutex.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/mutex.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/civil_time.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/civil_time.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/spinlock.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/spinlock.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/stacktrace.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/stacktrace.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/hash/internal/city.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/hash/internal/city.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.o -std=c++14 -fno-wrapv -frtti | grpc_tools/_protoc_compiler.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': | grpc_tools/_protoc_compiler.cpp:7521:31: warning: comparing the result of pointer addition '(((const char*)"grpc_tools._protoc_compiler") + 10)' and NULL [-Waddress] | 7521 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/debugging/internal/examine_stack.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/duration.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/duration.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_internal.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_internal.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/cpu_detect.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_64.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/log_sink.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/log_sink.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/memutil.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/memutil.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cordz_handle.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/log_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/log_format.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/blocking_counter.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/blocking_counter.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/substitute.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/substitute.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/internal/waiter.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/internal/waiter.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/thread_identity.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/thread_identity.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/container/internal/raw_hash_set.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/hash/internal/low_level_hash.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/str_split.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/str_split.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/initialize.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/initialize.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/time.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/time.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/types/bad_variant_access.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/types/bad_variant_access.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/any_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/any_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/cord_buffer.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/cord_buffer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arena_align.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arena_align.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arenastring.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arenastring.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/allowlists/empty_package.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/allowlists/empty_package.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/code_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/code_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/enum.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/enum_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/conditions.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/conditions.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/message_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/string_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/cord.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/cord.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/stringify_sink.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/extension.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/log/internal/log_sink_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/log/internal/log_sink_set.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/any.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/any.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/ascii.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/ascii.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/str_cat.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/str_cat.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/parse_function_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/parse_function_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/tracker.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/tracker.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/importer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/importer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/doc_comment.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/doc_comment.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/enum_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/allowlists/weak_imports.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/allowlists/weak_imports.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arena_config.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arena_config.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/extension_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/extension_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/file.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/notification.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/notification.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/generator_factory.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/generator_factory.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/format.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/format.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/types/bad_optional_access.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/types/bad_optional_access.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/clock.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/clock.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/kotlin_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/kotlin_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/map_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/map_field_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/output.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/output.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_builder.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_builder.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/status/status_payload_printer.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/status/status_payload_printer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/name_resolver.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/name_resolver.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/primitive_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/service.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/string_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc -o build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arena.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arena.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/main.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/main.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/enum_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arenaz_sampler.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arenaz_sampler.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/map_field.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/code_generator.cc: In member function 'virtual bool google::protobuf::compiler::CodeGenerator::GenerateAll(const std::vector&, const std::string&, google::protobuf::compiler::GeneratorContext*, std::string*) const': | third_party/protobuf/src/google/protobuf/compiler/code_generator.cc:60:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 60 | for (int i = 0; i < files.size(); i++) { | | ~~^~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/message_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/oneof.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/oneof.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c grpc_tools/main.cc -o build/temp.linux-x86_64-cpython-311/grpc_tools/main.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22, | from third_party/abseil-cpp/absl/strings/cord.h:82, | from third_party/abseil-cpp/absl/strings/cord.cc:15: | In function 'void absl::lts_20230125::cord_internal::SmallMemmove(char*, const char*, size_t) [with bool nullify_tail = false]', | inlined from 'absl::lts_20230125::CordBuffer absl::lts_20230125::CreateAppendBuffer(cord_internal::InlineData&, size_t, size_t)' at third_party/abseil-cpp/absl/strings/cord.cc:554:30, | inlined from 'absl::lts_20230125::CordBuffer absl::lts_20230125::Cord::GetAppendBufferSlowPath(size_t, size_t, size_t)' at third_party/abseil-cpp/absl/strings/cord.cc:574:66: | third_party/abseil-cpp/absl/strings/internal/cord_internal.h:119:11: warning: writing 8 bytes into a region of size between 3 and 7 [-Wstringop-overflow=] | 119 | memcpy(dst, &buf1, 8); | | ~~~~~~^~~~~~~~~~~~~~~ | In file included from third_party/abseil-cpp/absl/strings/cord.h:83: | third_party/abseil-cpp/absl/strings/cord_buffer.h: In member function 'absl::lts_20230125::CordBuffer absl::lts_20230125::Cord::GetAppendBufferSlowPath(size_t, size_t, size_t)': | third_party/abseil-cpp/absl/strings/cord_buffer.h:402:12: note: destination object 'absl::lts_20230125::CordBuffer::Rep::Short::data' of size 7 | 402 | char data[sizeof(Long) - 1]; | | ^~~~ | third_party/abseil-cpp/absl/strings/internal/cord_internal.h:298:11: note: destination object 'absl::lts_20230125::cord_internal::CordRep::storage' of size 3 | 298 | uint8_t storage[3]; | | ^~~~~~~ | In function 'void absl::lts_20230125::cord_internal::SmallMemmove(char*, const char*, size_t) [with bool nullify_tail = false]', | inlined from 'absl::lts_20230125::CordBuffer absl::lts_20230125::CreateAppendBuffer(cord_internal::InlineData&, size_t, size_t)' at third_party/abseil-cpp/absl/strings/cord.cc:554:30, | inlined from 'absl::lts_20230125::CordBuffer absl::lts_20230125::Cord::GetAppendBufferSlowPath(size_t, size_t, size_t)' at third_party/abseil-cpp/absl/strings/cord.cc:574:66: | third_party/abseil-cpp/absl/strings/internal/cord_internal.h:120:11: warning: writing 8 bytes into a region of size between 3 and 7 [-Wstringop-overflow=] | 120 | memcpy(dst + n - 8, &buf2, 8); | | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ | third_party/abseil-cpp/absl/strings/cord_buffer.h: In member function 'absl::lts_20230125::CordBuffer absl::lts_20230125::Cord::GetAppendBufferSlowPath(size_t, size_t, size_t)': | third_party/abseil-cpp/absl/strings/cord_buffer.h:402:12: note: destination object 'absl::lts_20230125::CordBuffer::Rep::Short::data' of size 7 | 402 | char data[sizeof(Long) - 1]; | | ^~~~ | third_party/abseil-cpp/absl/strings/internal/cord_internal.h:298:11: note: destination object 'absl::lts_20230125::cord_internal::CordRep::storage' of size 3 | 298 | uint8_t storage[3]; | | ^~~~~~~ | In file included from third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:31: | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:59:18: error: 'int32_t' has not been declared | 59 | void AddString(int32_t key, const std::string& input_for_decode, | | ^~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:68:21: error: 'int32_t' was not declared in this scope | 68 | typedef std::pair DataEntry; | | ^~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:40:1: note: 'int32_t' is defined in header ''; did you forget to '#include '? | 39 | #include "google/protobuf/port_def.inc" | +++ |+#include | 40 | | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:68:41: error: template argument 1 is invalid | 68 | typedef std::pair DataEntry; | | ^ | In file included from third_party/abseil-cpp/absl/base/macros.h:36, | from third_party/abseil-cpp/absl/strings/string_view.h:42, | from third_party/protobuf/src/google/protobuf/stubs/common.h:44, | from third_party/protobuf/src/google/protobuf/descriptor.h:64, | from third_party/protobuf/src/google/protobuf/compiler/cpp/field.h:44, | from third_party/protobuf/src/google/protobuf/compiler/cpp/field.cc:35: | third_party/abseil-cpp/absl/log/internal/check_op.h: In instantiation of 'constexpr std::string* absl::lts_20230125::log_internal::Check_GTImpl(const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/cpp/field.cc:232:3: required from here | third_party/abseil-cpp/absl/log/internal/check_op.h:341:43: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] | 341 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_GT, >) | third_party/abseil-cpp/absl/base/optimization.h:178:58: note: in definition of macro 'ABSL_PREDICT_TRUE' | 178 | #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) | | ^ | third_party/abseil-cpp/absl/log/internal/check_op.h:341:1: note: in expansion of macro 'ABSL_LOG_INTERNAL_CHECK_OP_IMPL' | 341 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_GT, >) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/importer.cc: In member function 'google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFileResult google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile(absl::lts_20230125::string_view, std::string*, std::string*)': | third_party/protobuf/src/google/protobuf/compiler/importer.cc:400:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 400 | for (int i = 0; i < mappings_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc: In function 'std::string google::protobuf::compiler::csharp::ShoutyToPascalCase(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc:129:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 129 | for (int i = 0; i < input.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc: In function 'bool google::protobuf::compiler::csharp::AllPrintableAscii(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc:330:20: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 330 | for(int i = 0; i < text.size(); i++) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In function 'std::string google::protobuf::compiler::cpp::{anonymous}::ConditionalToCheckBitmasks(const std::vector&, bool, absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:101:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 101 | for (int i = 0; i < masks.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function 'void google::protobuf::compiler::csharp::MessageGenerator::GenerateWriteToBody(google::protobuf::io::Printer*, bool)': | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:576:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 576 | for (int i = 0; i < fields_by_number().size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function 'void google::protobuf::compiler::csharp::MessageGenerator::GenerateMainParseLoop(google::protobuf::io::Printer*, bool)': | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:719:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 719 | for (int i = 0; i < fields_by_number().size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function 'int google::protobuf::compiler::csharp::MessageGenerator::GetPresenceIndex(const google::protobuf::FieldDescriptor*)': | third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:761:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 761 | for (int i = 0; i < fields_by_number().size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/java/doc_comment.cc: In function 'void google::protobuf::compiler::java::WriteDocCommentBodyForLocation(google::protobuf::io::Printer*, const google::protobuf::SourceLocation&, bool)': | third_party/protobuf/src/google/protobuf/compiler/java/doc_comment.cc:166:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 166 | for (int i = 0; i < lines.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'void google::protobuf::compiler::cpp::{anonymous}::ColdChunkSkipper::OnStartChunk(int, int, const std::string&, google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:435:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 435 | while (limit_chunk_ < chunks_.size() && IsColdChunk(limit_chunk_)) { | | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.cc: In member function 'void google::protobuf::compiler::java::EnumLiteGenerator::Generate(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.cc:88:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 88 | for (int i = 0; i < canonical_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.cc:111:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 111 | for (int i = 0; i < aliases_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum_lite.cc:181:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 181 | for (int i = 0; i < canonical_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'std::pair google::protobuf::compiler::cpp::MessageGenerator::GenerateOffsets(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:2176:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2176 | for (int i = 0; i < has_bit_indices_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/file.cc: In function 'bool google::protobuf::compiler::java::{anonymous}::CollectExtensions(const google::protobuf::Message&, FieldDescriptorSet*)': | third_party/protobuf/src/google/protobuf/compiler/java/file.cc:99:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 99 | for (int i = 0; i < fields.size(); i++) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'void google::protobuf::compiler::cpp::MessageGenerator::GenerateSwap(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:3118:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] | 3118 | for (int i = 0; i < HasBitsSize(); ++i) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'void google::protobuf::compiler::cpp::MessageGenerator::GenerateClassSpecificMergeImpl(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:3299:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 3299 | for (int chunk_index = 0; chunk_index < chunks.size(); chunk_index++) { | | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'void google::protobuf::compiler::cpp::MessageGenerator::GenerateSerializeWithCachedSizesBody(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:3802:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 3802 | i < ordered_fields.size() || j < sorted_extensions.size();) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:3802:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 3802 | i < ordered_fields.size() || j < sorted_extensions.size();) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:3803:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 3803 | if ((j == sorted_extensions.size()) || | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc: In member function 'void google::protobuf::compiler::cpp::MessageGenerator::GenerateByteSize(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4067:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 4067 | for (int chunk_index = 0; chunk_index < chunks.size(); chunk_index++) { | | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4094:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 4094 | for (int j = 0; j < chunk.size(); j++) { | | ~~^~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/php/names.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/php/names.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/abseil-cpp/absl/log/internal/check_impl.h:20, | from third_party/abseil-cpp/absl/log/absl_check.h:38, | from third_party/protobuf/src/google/protobuf/io/coded_stream.h:132, | from third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:42: | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc: In member function 'void google::protobuf::compiler::objectivec::TextFormatDecodeData::AddString(int32_t, const std::string&, const std::string&)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:177:19: error: request for member 'first' in '* i.__gnu_cxx::__normal_iterator >::operator->()', which is of non-class type 'const int' | 177 | ABSL_CHECK(i->first != key) | | ^~~~~ | third_party/abseil-cpp/absl/log/internal/conditions.h:62:7: note: in definition of macro 'ABSL_LOG_INTERNAL_STATELESS_CONDITION' | 62 | !(condition) ? (void)0 : ::absl::log_internal::Voidify()&& | | ^~~~~~~~~ | third_party/abseil-cpp/absl/log/internal/check_impl.h:26:3: note: in expansion of macro 'ABSL_LOG_INTERNAL_CONDITION_FATAL' | 26 | ABSL_LOG_INTERNAL_CONDITION_FATAL(STATELESS, \ | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/abseil-cpp/absl/log/internal/check_impl.h:27:37: note: in expansion of macro 'ABSL_PREDICT_FALSE' | 27 | ABSL_PREDICT_FALSE(!(condition))) \ | | ^~~~~~~~~~~~~~~~~~ | third_party/abseil-cpp/absl/log/absl_check.h:40:31: note: in expansion of macro 'ABSL_CHECK_IMPL' | 40 | #define ABSL_CHECK(condition) ABSL_CHECK_IMPL((condition), #condition) | | ^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:177:5: note: in expansion of macro 'ABSL_CHECK' | 177 | ABSL_CHECK(i->first != key) | | ^~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:185:41: error: expression list treated as compound expression in functional cast [-fpermissive] | 185 | entries_.push_back(DataEntry(key, data)); | | ^ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:185:32: warning: left operand of comma operator has no effect [-Wunused-value] | 185 | entries_.push_back(DataEntry(key, data)); | | ^~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:185:22: error: invalid cast from type 'const std::string' {aka 'const std::__cxx11::basic_string'} to type 'google::protobuf::compiler::objectivec::TextFormatDecodeData::DataEntry' {aka 'int'} | 185 | entries_.push_back(DataEntry(key, data)); | | ^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc: In member function 'std::string google::protobuf::compiler::objectivec::TextFormatDecodeData::Data() const': | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:198:38: error: request for member 'first' in '* i.__gnu_cxx::__normal_iterator >::operator->()', which is of non-class type 'const int' | 198 | output_stream.WriteVarint32(i->first); | | ^~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:199:36: error: request for member 'second' in '* i.__gnu_cxx::__normal_iterator >::operator->()', which is of non-class type 'const int' | 199 | output_stream.WriteString(i->second); | | ^~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc: In static member function 'static std::string google::protobuf::compiler::objectivec::TextFormatDecodeData::DecodeDataForString(const std::string&, const std::string&)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:223:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 223 | for (int y = 0; y < desired_output.size(); y++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:230:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 230 | if (x >= input_for_decode.size()) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:242:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 242 | if (x != input_for_decode.size()) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from third_party/abseil-cpp/absl/base/macros.h:36, | from third_party/abseil-cpp/absl/algorithm/container.h:54, | from third_party/abseil-cpp/absl/container/flat_hash_map.h:38, | from third_party/protobuf/src/google/protobuf/compiler/cpp/message.h:45, | from third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:35: | third_party/abseil-cpp/absl/log/internal/check_op.h: In instantiation of 'constexpr std::string* absl::lts_20230125::log_internal::Check_NEImpl(const T1&, const T2&, const char*) [with T1 = int; T2 = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:359:3: required from here | third_party/abseil-cpp/absl/log/internal/check_op.h:337:43: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare] | 337 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_NE, !=) | third_party/abseil-cpp/absl/base/optimization.h:178:58: note: in definition of macro 'ABSL_PREDICT_TRUE' | 178 | #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) | | ^ | third_party/abseil-cpp/absl/log/internal/check_op.h:337:1: note: in expansion of macro 'ABSL_LOG_INTERNAL_CHECK_OP_IMPL' | 337 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_NE, !=) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/plugin.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/plugin.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/python/generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python/generator.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/java/message_builder.cc: In member function 'void google::protobuf::compiler::java::MessageBuilderGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/java/message_builder.cc:253:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 253 | for (int i = 0; i < map_fields.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/message_builder.cc:278:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 278 | for (int i = 0; i < map_fields.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~ | In file included from third_party/protobuf/src/google/protobuf/compiler/cpp/enum.h:42, | from third_party/protobuf/src/google/protobuf/compiler/cpp/file.h:49, | from third_party/protobuf/src/google/protobuf/compiler/cpp/generator.cc:46: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/helpers.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/protobuf/src/google/protobuf/compiler/java/helpers.h:47, | from third_party/protobuf/src/google/protobuf/compiler/java/kotlin_generator.cc:36: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/python/pyi_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python/pyi_generator.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.cc: In member function 'virtual bool google::protobuf::compiler::objectivec::{anonymous}::ProtoFrameworkCollector::ConsumeLine(absl::lts_20230125::string_view, std::string*)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.cc:72:14: warning: comparison of integer expressions of different signedness: 'int' and 'const absl::lts_20230125::string_view::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 72 | if (offset == absl::string_view::npos) { | | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.cc:83:16: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 83 | while (start < proto_file_list.length()) { | | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/import_writer.cc:85:16: warning: comparison of integer expressions of different signedness: 'int' and 'const absl::lts_20230125::string_view::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 85 | if (offset == absl::string_view::npos) { | | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/context.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/context.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/protobuf/src/google/protobuf/compiler/java/helpers.h:47, | from third_party/protobuf/src/google/protobuf/compiler/java/context.h:38, | from third_party/protobuf/src/google/protobuf/compiler/java/file.cc:44: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/names.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/names.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/map_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/enum.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/names.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/names.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In function 'bool google::protobuf::compiler::{anonymous}::TryCreateParentDirectory(const std::string&, const std::string&)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:193:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 193 | for (int i = 0; i < parts.size() - 1; i++) { | | ~~^~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/helpers.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::InsertShiftedInfo(const std::string&, size_t, size_t, google::protobuf::GeneratedCodeInfo&)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:757:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int32_t' {aka 'int'} [-Wsign-compare] | 757 | for (; pos < source_annotation.end() && pos < insertion_content.size() - 1; | | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:760:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int32_t' {aka 'int'} [-Wsign-compare] | 760 | if (pos >= source_annotation.begin()) { | | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::UpdateMetadata(const std::string&, size_t, size_t, size_t)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:820:35: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] | 820 | if (source_annotation.begin() >= insertion_offset && !crossed_offset) { | | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In destructor 'virtual google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::~MemoryOutputStream()': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:928:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 928 | for (int i = 0; i < data_.size(); i++) { | | ~~^~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'int google::protobuf::compiler::CommandLineInterface::Run(int, const char* const*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1230:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1230 | for (int i = 0; i < output_directives_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1311:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1311 | for (int i = 0; i < parsed_files.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::InitializeDiskSourceTree(google::protobuf::compiler::DiskSourceTree*, google::protobuf::DescriptorDatabase*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1335:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::__cxx11::basic_string > >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1335 | for (int i = 0; i < proto_path_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/extension.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'google::protobuf::compiler::CommandLineInterface::ParseArgumentStatus google::protobuf::compiler::CommandLineInterface::ParseArguments(int, const char* const*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1639:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1639 | for (int i = 0; i < arguments.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1644:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1644 | if (i + 1 == arguments.size() || arguments[i + 1][0] == '-') { | | ~~~~~~^~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'google::protobuf::compiler::CommandLineInterface::ParseArgumentStatus google::protobuf::compiler::CommandLineInterface::InterpretArgument(const std::string&, const std::string&)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1883:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1883 | for (int i = 0; i < parts.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/python/generator.cc: In member function 'void google::protobuf::compiler::python::Generator::PrintMessages() const': | third_party/protobuf/src/google/protobuf/compiler/python/generator.cc:754:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 754 | for (int j = 0; j < to_register.size(); ++j) { | | ~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::GenerateDependencyManifestFile(const std::vector&, const GeneratorContextMap&, google::protobuf::compiler::DiskSourceTree*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2396:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2396 | for (int i = 0; i < parsed_files.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2407:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2407 | for (int i = 0; i < relative_output_filenames.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2434:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2434 | for (int i = 0; i < output_filenames.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2436:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2436 | if (i == output_filenames.size() - 1) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::GeneratePluginOutput(const std::vector&, const std::string&, const std::string&, google::protobuf::compiler::GeneratorContext*, std::string*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2477:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2477 | for (int i = 0; i < parsed_files.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'bool google::protobuf::compiler::CommandLineInterface::WriteDescriptorSet(const std::vector&)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2634:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2634 | for (int i = 0; i < parsed_files.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2649:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2649 | for (int i = 0; i < parsed_files.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function 'void google::protobuf::compiler::CommandLineInterface::PrintFreeFieldNumbers(const google::protobuf::Descriptor*)': | third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2798:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 2798 | for (int i = 0; i < nested_messages.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/map_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/names.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc: In member function 'void google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(google::protobuf::io::Printer*) const': | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc:139:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 139 | for (int i = 0; i < all_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc: In member function 'void google::protobuf::compiler::objectivec::EnumGenerator::GenerateSource(google::protobuf::io::Printer*) const': | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc:191:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 191 | for (int i = 0; i < all_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc:212:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 212 | for (int i = 0; i < text_blob.size(); i += kBytesPerLine) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc:220:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 220 | for (int i = 0; i < all_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/enum.cc:277:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 277 | for (int i = 0; i < base_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc: In function 'std::string google::protobuf::compiler::java::UnderscoresToCamelCase(absl::lts_20230125::string_view, bool)': | third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc:115:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 115 | for (int i = 0; i < input.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc: In function 'bool google::protobuf::compiler::java::AllAscii(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc:450:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 450 | for (int i = 0; i < text.size(); i++) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/context.cc: In member function 'void google::protobuf::compiler::java::Context::InitializeFieldGeneratorInfoForFields(const std::vector&)': | third_party/protobuf/src/google/protobuf/compiler/java/context.cc:144:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 144 | for (int i = 0; i < fields.size(); ++i) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/context.cc:147:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 147 | for (int j = i + 1; j < fields.size(); ++j) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/context.cc:167:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 167 | for (int i = 0; i < fields.size(); ++i) { | | ~~^~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/extension.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/message.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/csharp/names.cc: In function 'std::string google::protobuf::compiler::csharp::UnderscoresToCamelCase(absl::lts_20230125::string_view, bool, bool)': | third_party/protobuf/src/google/protobuf/compiler/csharp/names.cc:166:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 166 | for (int i = 0; i < input.size(); i++) { | | ~~^~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/enum_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/enum_field_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/generator.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/primitive_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_field_lite.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/protobuf/src/google/protobuf/compiler/python/pyi_generator.cc:46: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/file.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/primitive_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/accessors/singular_bytes.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/accessors/singular_bytes.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/cord_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/cord_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/context.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/context.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/message.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.cc: In function 'bool google::protobuf::compiler::objectivec::{anonymous}::ReadLine(absl::lts_20230125::string_view*, absl::lts_20230125::string_view*)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.cc:77:25: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 77 | for (int len = 0; len < input->size(); ++len) { | | ~~~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.cc: In function 'void google::protobuf::compiler::objectivec::{anonymous}::RemoveComment(absl::lts_20230125::string_view*)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/line_consumer.cc:90:14: warning: comparison of integer expressions of different signedness: 'int' and 'const absl::lts_20230125::string_view::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 90 | if (offset != absl::string_view::npos) { | | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_builder_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_builder_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/string_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/string_field_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/file.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/subprocess.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/subprocess.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/primitive_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/primitive_field_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/message_serialization.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/message_serialization.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/service.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor_database.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor_database.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/extension_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/extension_set.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc: In function 'std::string google::protobuf::compiler::objectivec::{anonymous}::UnderscoresToCamelCase(absl::lts_20230125::string_view, bool)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:289:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 289 | for (int i = 0; i < input.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc: In function 'std::string google::protobuf::compiler::objectivec::UnCamelCaseEnumShortName(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:870:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 870 | for (int i = 0; i < name.size(); i++) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc: In function 'std::string google::protobuf::compiler::objectivec::UnCamelCaseFieldName(absl::lts_20230125::string_view, const google::protobuf::FieldDescriptor*)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:956:23: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 956 | for (int i = 0; i < worker.size(); i++) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc: In member function 'virtual bool google::protobuf::compiler::objectivec::{anonymous}::PackageToPrefixesCollector::ConsumeLine(absl::lts_20230125::string_view, std::string*)': | third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:1008:14: warning: comparison of integer expressions of different signedness: 'int' and 'const absl::lts_20230125::string_view::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1008 | if (offset == absl::string_view::npos) { | | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc: In function 'std::string google::protobuf::compiler::ruby::PackageToModule(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc:100:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 100 | for (int i = 0; i < name.size(); i++) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'std::string google::protobuf::compiler::php::{anonymous}::PhpName(absl::lts_20230125::string_view, const google::protobuf::compiler::php::Options&)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:223:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 223 | for (int i = 0; i < full_name.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc: In member function 'void google::protobuf::compiler::java::EnumGenerator::Generate(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc:97:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 97 | for (int i = 0; i < canonical_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc:105:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 105 | for (int i = 0; i < canonical_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'std::string google::protobuf::compiler::php::{anonymous}::GeneratedMetadataFileName(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::php::Options&)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:300:24: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 300 | while (first_index != std::string::npos) { | | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:311:23: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 311 | if (file_name_start == std::string::npos) { | | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'std::string google::protobuf::compiler::php::{anonymous}::GeneratedServiceFileName(const google::protobuf::ServiceDescriptor*, const google::protobuf::compiler::php::Options&)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:373:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 373 | for (int i = 0; i < result.size(); i++) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'std::string google::protobuf::compiler::php::{anonymous}::UnderscoresToCamelCase(absl::lts_20230125::string_view, bool)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:521:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 521 | for (int i = 0; i < name.size(); i++) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc:137:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 137 | for (int i = 0; i < aliases_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc:220:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 220 | for (int i = 0; i < canonical_values_.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc: In member function 'bool google::protobuf::compiler::java::EnumGenerator::CanUseEnumValues()': | third_party/protobuf/src/google/protobuf/compiler/java/enum.cc:394:32: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare] | 394 | if (canonical_values_.size() != descriptor_->value_count()) { | | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_enum_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_enum_util.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_reflection.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_reflection.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'void google::protobuf::compiler::php::{anonymous}::GenerateMetadataFile(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1196:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1196 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'void google::protobuf::compiler::php::{anonymous}::GenerateEnumFile(const google::protobuf::FileDescriptor*, const google::protobuf::EnumDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1308:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1308 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1320:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1320 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'void google::protobuf::compiler::php::{anonymous}::GenerateMessageFile(const google::protobuf::FileDescriptor*, const google::protobuf::Descriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1449:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1449 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1458:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1458 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc: In member function 'void google::protobuf::compiler::java::SharedCodeGenerator::GenerateDescriptors(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:153:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 153 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'void google::protobuf::compiler::php::{anonymous}::GenerateServiceFile(const google::protobuf::FileDescriptor*, const google::protobuf::ServiceDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1581:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1581 | lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1589:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1589 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function 'void google::protobuf::compiler::php::{anonymous}::GenerateDocCommentBodyForLocation(google::protobuf::io::Printer*, const google::protobuf::SourceLocation&, bool, int)': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1694:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1694 | for (int i = 0; i < lines.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:194:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, std::__cxx11::basic_string > >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 194 | for (int i = 0; i < dependencies.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/message.cc: In member function 'void google::protobuf::compiler::java::ImmutableMessageGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/java/message.cc:832:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 832 | for (int i = 0; i < map_fields.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc: In function 'std::string google::protobuf::compiler::cpp::UnderscoresToCamelCase(absl::lts_20230125::string_view, bool)': | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc:298:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 298 | for (int i = 0; i < input.size(); i++) { | | ~~^~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc: In function 'std::string google::protobuf::compiler::cpp::FilenameIdentifier(absl::lts_20230125::string_view)': | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc:851:21: warning: comparison of integer expressions of different signedness: 'int' and 'absl::lts_20230125::string_view::size_type' {aka 'unsigned int'} [-Wsign-compare] | 851 | for (int i = 0; i < filename.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc: In member function 'google::protobuf::compiler::cpp::MessageAnalysis google::protobuf::compiler::cpp::MessageSCCAnalyzer::GetSCCAnalysis(const google::protobuf::compiler::SCC*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc:1322:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1322 | for (int i = 0; i < scc->descriptors.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/objectivec/message.cc: In member function 'void google::protobuf::compiler::objectivec::MessageGenerator::GenerateSource(google::protobuf::io::Printer*) const': | third_party/protobuf/src/google/protobuf/compiler/objectivec/message.cc:563:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 563 | for (int i = 0; i < text_format_data_str.size(); i += kBytesPerLine) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/generator.cc: In member function 'virtual bool google::protobuf::compiler::java::JavaGenerator::Generate(const google::protobuf::FileDescriptor*, const std::string&, google::protobuf::compiler::GeneratorContext*, std::string*) const': | third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:183:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 183 | for (int i = 0; i < all_files.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:194:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 194 | for (int i = 0; i < all_annotations.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'std::string google::protobuf::compiler::php::{anonymous}::GeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::EnumDescriptor; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1298:48: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:334:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 334 | for (int i = 0; i < result.size(); i++) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'void google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::EnumDescriptor]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1426:36: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1265:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1265 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'std::string google::protobuf::compiler::php::{anonymous}::GeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::Descriptor; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1439:48: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:334:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 334 | for (int i = 0; i < result.size(); i++) { | | ~~^~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'void google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::Descriptor]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1553:36: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1265:17: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string::size_type' {aka 'const unsigned int'} [-Wsign-compare] | 1265 | if (lastindex != std::string::npos) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/extension.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'std::string google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGeneratedClassFileName(std::string, const DescriptorType*) [with DescriptorType = google::protobuf::EnumDescriptor; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1273:62: required from 'void google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::EnumDescriptor]' | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1426:36: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:359:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 359 | for (int i = 0; i < php_namespace.size(); i++) { | | ~~^~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of 'std::string google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGeneratedClassFileName(std::string, const DescriptorType*) [with DescriptorType = google::protobuf::Descriptor; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1273:62: required from 'void google::protobuf::compiler::php::{anonymous}::LegacyReadOnlyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::Descriptor]' | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1553:36: required from here | third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:359:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/subprocess.cc: In member function 'bool google::protobuf::compiler::Subprocess::Communicate(const google::protobuf::Message&, google::protobuf::Message*, std::string*)': | third_party/protobuf/src/google/protobuf/compiler/subprocess.cc:435:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 435 | if (input_pos == input_data.size()) { | | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In constructor 'google::protobuf::compiler::cpp::FileGenerator::FileGenerator(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::cpp::Options&)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:115:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 115 | for (int i = 0; i < msgs.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/generator.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:132:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 132 | for (int i = 0; i < service_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from third_party/protobuf/src/google/protobuf/compiler/java/helpers.h:47, | from third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:39: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_util.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/inlined_string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/inlined_string_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/gzip_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/gzip_stream.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/io_win32.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/io_win32.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/printer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/printer.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/protobuf/src/google/protobuf/compiler/java/helpers.h:47, | from third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:45: | third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector::AddAnnotation(size_t, size_t, const std::string&, const std::vector&, absl::lts_20230125::optional) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = unsigned int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/io/printer.h:144:8: required from here | third_party/protobuf/src/google/protobuf/io/printer.h:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 148 | for (int i = 0; i < path.size(); ++i) { | | ~~^~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateGlobalSource(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:780:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 780 | for (int i = 0; i < enum_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateSource(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:800:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 800 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:819:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 819 | for (int i = 0; i < enum_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:824:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 824 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:833:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 833 | for (int i = 0; i < service_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:842:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 842 | for (int i = 0; i < extension_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:853:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 853 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In lambda function: | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:907:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 907 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In lambda function: | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:914:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 914 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/tokenizer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/tokenizer.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateMessageDefinitions(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:1425:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1425 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateEnumDefinitions(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:1434:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1434 | for (int i = 0; i < enum_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateServiceDefinitions(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:1444:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1444 | for (int i = 0; i < service_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc: In member function 'void google::protobuf::compiler::cpp::FileGenerator::GenerateInlineFunctionDefinitions(google::protobuf::io::Printer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/file.cc:1477:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'unsigned int'} [-Wsign-compare] | 1477 | for (int i = 0; i < message_generators_.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/zip_writer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/retention.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/retention.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_bases.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_bases.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/map_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/accessors/accessors.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/accessors/accessors.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/message_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/message_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/port.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/port.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/reflection_mode.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/reflection_mode.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/reflection_ops.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/reflection_ops.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc: In function 'uint32_t google::protobuf::compiler::ComputeCRC32(const std::string&)': | third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc:97:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} [-Wsign-compare] | 97 | for (int i = 0; i < buf.size(); ++i) { | | ~~^~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/accessors/singular_scalar.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/accessors/singular_scalar.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/repeated_ptr_field.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/abseil-cpp/absl/base/macros.h:36, | from third_party/abseil-cpp/absl/strings/string_view.h:42, | from third_party/protobuf/src/google/protobuf/stubs/common.h:44, | from third_party/protobuf/src/google/protobuf/generated_message_reflection.h:43, | from third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:35: | third_party/abseil-cpp/absl/log/internal/check_op.h: In instantiation of 'constexpr std::string* absl::lts_20230125::log_internal::Check_EQImpl(const T1&, const T2&, const char*) [with T1 = unsigned int; T2 = int; std::string = std::__cxx11::basic_string]': | third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3342:3: required from here | third_party/abseil-cpp/absl/log/internal/check_op.h:336:43: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] | 336 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_EQ, ==) | third_party/abseil-cpp/absl/base/optimization.h:178:58: note: in definition of macro 'ABSL_PREDICT_TRUE' | 178 | #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) | | ^ | third_party/abseil-cpp/absl/log/internal/check_op.h:336:1: note: in expansion of macro 'ABSL_LOG_INTERNAL_CHECK_OP_IMPL' | 336 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_EQ, ==) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/coded_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/coded_stream.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/common.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/common.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/python/helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python/helpers.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/unknown_field_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/unknown_field_set.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/implicit_weak_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/implicit_weak_message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/wire_format_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/wire_format_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/map.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/map.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/retention.cc: In function 'void google::protobuf::compiler::{anonymous}::StripSourceCodeInfo(std::vector >&, google::protobuf::SourceCodeInfo&)': | third_party/protobuf/src/google/protobuf/compiler/retention.cc:216:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 216 | for (int i = 0; i < old_locations.size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/text_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/text_format.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_sink.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_sink.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/service.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/rust/naming.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/rust/naming.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/parse_context.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/parse_context.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/repeated_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/repeated_field.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/utf8_range/utf8_validity.cc -o build/temp.linux-x86_64-cpython-311/third_party/utf8_range/utf8_validity.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/wire_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/wire_format.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/extension_set_heavy.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/extension_set_heavy.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/strtod.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/strtod.o -std=c++14 -fno-wrapv -frtti | In file included from third_party/protobuf/src/google/protobuf/generated_message_tctable_decl.h:45, | from third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:37: | third_party/protobuf/src/google/protobuf/parse_context.h:1150:1: warning: 'always_inline' function might not be inlinable [-Wattributes] | 1150 | ParseContext::ParseLengthDelimitedInlined(const char* ptr, const Func& func) { | | ^~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:871:36: warning: 'always_inline' function might not be inlinable [-Wattributes] | 871 | PROTOBUF_ALWAYS_INLINE const char* TcParser::FastVarintS1( | | ^~~~~~~~ | third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:871:36: warning: 'always_inline' function might not be inlinable [-Wattributes] | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_tctable_full.o -std=c++14 -fno-wrapv -frtti | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc: In function 'void google::protobuf::compiler::cpp::OptimizeLayoutHelper(std::vector*, const Options&, MessageSCCAnalyzer*)': | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:112:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 112 | for (int i = 0; i < fields->size(); ++i) { | | ~~^~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:151:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 151 | for (int i = 0; i < aligned_to_1[f].size(); i += 4) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:153:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 153 | for (int j = i; j < aligned_to_1[f].size() && j < i + 4; ++j) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:165:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 165 | for (int i = 0; i < aligned_to_4[f].size(); i += 2) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:167:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 167 | for (int j = i; j < aligned_to_4[f].size() && j < i + 2; ++j) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:170:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 170 | if (i == aligned_to_4[f].size() - 1) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | third_party/protobuf/src/google/protobuf/compiler/cpp/padding_optimizer.cc:190:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] | 190 | for (int i = 0; i < aligned_to_8[f].size(); ++i) { | | ~~^~~~~~~~~~~~~~~~~~~~~~~~ | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/dynamic_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/dynamic_message.o -std=c++14 -fno-wrapv -frtti | i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-lin ux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/python3/3.11.4-r0/Python-3.11.4=/usr/src/debug/python3/3.11.4-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.4-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -f macro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-tools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/grpcio-tools-1.56.2=/usr/src/debug/python3-grpcio-t ools/1.56.2-r0 -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fmacro-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot= -fdebug-prefix-map=/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native= -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf/src -Ithird_party/utf8_range -I/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor.pb.o -std=c++14 -fno-wrapv -frtti | error: command '/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/recipe-sysroot-native/usr/bin/i686-poky-linux-musl/i686-poky-linux-musl-gcc' failed with exit code 1 | ERROR: 'python3 setup.py bdist_wheel ' execution failed. | WARNING: exit code 1 from a shell command. NOTE: recipe python3-grpcio-tools-1.56.2-r0: task do_compile: Failed NOTE: Tasks Summary: Attempted 1789 tasks of which 1778 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 3 seconds NOTE: Writing buildhistory NOTE: Writing buildhistory took: 3 seconds NOTE: Writing buildhistory NOTE: Writing buildhistory took: 3 seconds Summary: 1 task failed: /home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_compile Summary: There were 2 ERROR messages, returning a non-zero exit code. ERROR: python3-grpcio-tools-1.56.2-r0 do_compile: 'python3 setup.py bdist_wheel ' execution failed. ERROR: python3-grpcio-tools-1.56.2-r0 do_compile: ExecutionError('/scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/temp/run.do_compile.3089380', 1, None, None) ERROR: Logfile of failure stored in: /scratch1/auh/build-auh/tmp/work/core2-32-poky-linux-musl/python3-grpcio-tools/1.56.2-r0/temp/log.do_compile.3089380 ERROR: Task (/home/auh/Projects/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb:do_compile) failed with exit code '1' --===============8415378811847807535==--