Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-rpds-py* to *0.19.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-rpds-py-upgrade-0.18.1-0.19.0.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 580c6be1025ea5bbe38e36182a03d729beb7fe6e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Jul 2024 11:20:26 +0000
Subject: [PATCH] python3-rpds-py: upgrade 0.18.1 -> 0.19.0

---
 .../python/python3-rpds-py-crates.inc         | 98 +++++++------------
 ...py_0.18.1.bb => python3-rpds-py_0.19.0.bb} |  2 +-
 2 files changed, 35 insertions(+), 65 deletions(-)
 rename meta/recipes-devtools/python/{python3-rpds-py_0.18.1.bb => 
python3-rpds-py_0.19.0.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc 
b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
index 3551bdb5f7..0fcdb49bb4 100644
--- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc
+++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
@@ -3,80 +3,50 @@
 # from Cargo.lock
 SRC_URI += " \
     crate://crates.io/archery/1.2.0 \
-    crate://crates.io/autocfg/1.1.0 \
-    crate://crates.io/bitflags/1.3.2 \
+    crate://crates.io/autocfg/1.3.0 \
     crate://crates.io/cfg-if/1.0.0 \
-    crate://crates.io/heck/0.4.1 \
-    crate://crates.io/indoc/2.0.4 \
-    crate://crates.io/libc/0.2.147 \
-    crate://crates.io/lock_api/0.4.10 \
-    crate://crates.io/memoffset/0.9.0 \
-    crate://crates.io/once_cell/1.18.0 \
-    crate://crates.io/parking_lot/0.12.1 \
-    crate://crates.io/parking_lot_core/0.9.8 \
+    crate://crates.io/heck/0.5.0 \
+    crate://crates.io/indoc/2.0.5 \
+    crate://crates.io/libc/0.2.155 \
+    crate://crates.io/memoffset/0.9.1 \
+    crate://crates.io/once_cell/1.19.0 \
     crate://crates.io/portable-atomic/1.6.0 \
-    crate://crates.io/proc-macro2/1.0.66 \
-    crate://crates.io/pyo3/0.20.3 \
-    crate://crates.io/pyo3-build-config/0.20.3 \
-    crate://crates.io/pyo3-ffi/0.20.3 \
-    crate://crates.io/pyo3-macros/0.20.3 \
-    crate://crates.io/pyo3-macros-backend/0.20.3 \
-    crate://crates.io/quote/1.0.31 \
-    crate://crates.io/redox_syscall/0.3.5 \
+    crate://crates.io/proc-macro2/1.0.86 \
+    crate://crates.io/pyo3/0.22.1 \
+    crate://crates.io/pyo3-build-config/0.22.1 \
+    crate://crates.io/pyo3-ffi/0.22.1 \
+    crate://crates.io/pyo3-macros/0.22.1 \
+    crate://crates.io/pyo3-macros-backend/0.22.1 \
+    crate://crates.io/quote/1.0.36 \
     crate://crates.io/rpds/1.1.0 \
-    crate://crates.io/scopeguard/1.1.0 \
-    crate://crates.io/smallvec/1.11.0 \
     crate://crates.io/static_assertions/1.1.0 \
-    crate://crates.io/syn/2.0.32 \
-    crate://crates.io/target-lexicon/0.12.9 \
-    crate://crates.io/triomphe/0.1.9 \
-    crate://crates.io/unicode-ident/1.0.11 \
+    crate://crates.io/syn/2.0.69 \
+    crate://crates.io/target-lexicon/0.12.14 \
+    crate://crates.io/triomphe/0.1.13 \
+    crate://crates.io/unicode-ident/1.0.12 \
     crate://crates.io/unindent/0.2.3 \
-    crate://crates.io/windows-targets/0.48.1 \
-    crate://crates.io/windows_aarch64_gnullvm/0.48.0 \
-    crate://crates.io/windows_aarch64_msvc/0.48.0 \
-    crate://crates.io/windows_i686_gnu/0.48.0 \
-    crate://crates.io/windows_i686_msvc/0.48.0 \
-    crate://crates.io/windows_x86_64_gnu/0.48.0 \
-    crate://crates.io/windows_x86_64_gnullvm/0.48.0 \
-    crate://crates.io/windows_x86_64_msvc/0.48.0 \
 "
 
 SRC_URI[archery-1.2.0.sha256sum] = 
"8967cd1cc9e9e1954f644e14fbd6042fe9a37da96c52a67e44a2ac18261f8561"
-SRC_URI[autocfg-1.1.0.sha256sum] = 
"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
-SRC_URI[bitflags-1.3.2.sha256sum] = 
"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
+SRC_URI[autocfg-1.3.0.sha256sum] = 
"0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
 SRC_URI[cfg-if-1.0.0.sha256sum] = 
"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-SRC_URI[heck-0.4.1.sha256sum] = 
"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
-SRC_URI[indoc-2.0.4.sha256sum] = 
"1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
-SRC_URI[libc-0.2.147.sha256sum] = 
"b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
-SRC_URI[lock_api-0.4.10.sha256sum] = 
"c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
-SRC_URI[memoffset-0.9.0.sha256sum] = 
"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
-SRC_URI[once_cell-1.18.0.sha256sum] = 
"dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
-SRC_URI[parking_lot-0.12.1.sha256sum] = 
"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
-SRC_URI[parking_lot_core-0.9.8.sha256sum] = 
"93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
+SRC_URI[heck-0.5.0.sha256sum] = 
"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
+SRC_URI[indoc-2.0.5.sha256sum] = 
"b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
+SRC_URI[libc-0.2.155.sha256sum] = 
"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+SRC_URI[memoffset-0.9.1.sha256sum] = 
"488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
+SRC_URI[once_cell-1.19.0.sha256sum] = 
"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 SRC_URI[portable-atomic-1.6.0.sha256sum] = 
"7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
-SRC_URI[proc-macro2-1.0.66.sha256sum] = 
"18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
-SRC_URI[pyo3-0.20.3.sha256sum] = 
"53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
-SRC_URI[pyo3-build-config-0.20.3.sha256sum] = 
"deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
-SRC_URI[pyo3-ffi-0.20.3.sha256sum] = 
"62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
-SRC_URI[pyo3-macros-0.20.3.sha256sum] = 
"7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
-SRC_URI[pyo3-macros-backend-0.20.3.sha256sum] = 
"7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
-SRC_URI[quote-1.0.31.sha256sum] = 
"5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
-SRC_URI[redox_syscall-0.3.5.sha256sum] = 
"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
+SRC_URI[proc-macro2-1.0.86.sha256sum] = 
"5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+SRC_URI[pyo3-0.22.1.sha256sum] = 
"4e99090d12f6182924499253aaa1e73bf15c69cea8d2774c3c781e35badc3548"
+SRC_URI[pyo3-build-config-0.22.1.sha256sum] = 
"7879eb018ac754bba32cb0eec7526391c02c14a093121857ed09fbf1d1057d41"
+SRC_URI[pyo3-ffi-0.22.1.sha256sum] = 
"ce2baa5559a411fc1cf519295f24c34b53d5d725818bc96b5abf94762da09041"
+SRC_URI[pyo3-macros-0.22.1.sha256sum] = 
"049621c20a23f2def20f4fe67978d1da8d8a883d64b9c21362f3b776e254edc7"
+SRC_URI[pyo3-macros-backend-0.22.1.sha256sum] = 
"0e969ee2e025435f1819d31a275ba4bb9cbbdf3ac535227fdbd85b9322ffe144"
+SRC_URI[quote-1.0.36.sha256sum] = 
"0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
 SRC_URI[rpds-1.1.0.sha256sum] = 
"a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4"
-SRC_URI[scopeguard-1.1.0.sha256sum] = 
"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
-SRC_URI[smallvec-1.11.0.sha256sum] = 
"62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
 SRC_URI[static_assertions-1.1.0.sha256sum] = 
"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
-SRC_URI[syn-2.0.32.sha256sum] = 
"239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
-SRC_URI[target-lexicon-0.12.9.sha256sum] = 
"df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0"
-SRC_URI[triomphe-0.1.9.sha256sum] = 
"0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f"
-SRC_URI[unicode-ident-1.0.11.sha256sum] = 
"301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
+SRC_URI[syn-2.0.69.sha256sum] = 
"201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
+SRC_URI[target-lexicon-0.12.14.sha256sum] = 
"e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
+SRC_URI[triomphe-0.1.13.sha256sum] = 
"e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
+SRC_URI[unicode-ident-1.0.12.sha256sum] = 
"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
 SRC_URI[unindent-0.2.3.sha256sum] = 
"c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
-SRC_URI[windows-targets-0.48.1.sha256sum] = 
"05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
-SRC_URI[windows_aarch64_gnullvm-0.48.0.sha256sum] = 
"91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
-SRC_URI[windows_aarch64_msvc-0.48.0.sha256sum] = 
"b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
-SRC_URI[windows_i686_gnu-0.48.0.sha256sum] = 
"622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
-SRC_URI[windows_i686_msvc-0.48.0.sha256sum] = 
"4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
-SRC_URI[windows_x86_64_gnu-0.48.0.sha256sum] = 
"ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
-SRC_URI[windows_x86_64_gnullvm-0.48.0.sha256sum] = 
"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
-SRC_URI[windows_x86_64_msvc-0.48.0.sha256sum] = 
"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb 
b/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb
rename to meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb
index f46df1115c..19e6251bb9 100644
--- a/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb
+++ b/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = 
"dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"
+SRC_URI[sha256sum] = 
"4fdc9afadbeb393b4bbbad75481e0ea78e4469f2e1d713a90811700830b553a9"
 
 require ${BPN}-crates.inc
 
-- 
2.44.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1882 entries from dependency cache.
Parsing recipes...done.
Parsing of 918 .bb files complete (917 cached, 1 parsed). 1878 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "2.9.1"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "qemux86-64"
DISTRO               = "poky"
DISTRO_VERSION       = "5.0+snapshot-1d9739abc878b13771f33df703cbc8fcc272b84e"
TUNE_FEATURES        = "m64 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       
workspace            = 
"tmp-auh-upgrades:1d9739abc878b13771f33df703cbc8fcc272b84e"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 375 Local 361 Mirrors 0 Missed 14 Current 463 (96% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Running setscene task 771 of 838 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb:do_populate_sysroot_setscene)
NOTE: recipe python3-maturin-native-1.6.0-r0: task 
do_populate_sysroot_setscene: Started
NOTE: Running task 1403 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_recipe_qa)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_recipe_qa: Started
NOTE: recipe python3-maturin-native-1.6.0-r0: task 
do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 832 of 838 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb:do_recipe_qa_setscene)
NOTE: Running setscene task 833 of 838 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb:do_populate_sysroot_setscene)
NOTE: recipe python3-setuptools-rust-native-1.9.0-r0: task 
do_populate_sysroot_setscene: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2130 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_fetch)
NOTE: recipe python3-maturin-native-1.6.0-r0: task do_recipe_qa_setscene: 
Started
NOTE: recipe python3-setuptools-rust-native-1.9.0-r0: task 
do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 835 of 838 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot_setscene)
NOTE: recipe python3-maturin-native-1.6.0-r0: task do_recipe_qa_setscene: 
Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_fetch: Started
NOTE: recipe cargo-native-1.75.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe cargo-native-1.75.0-r0: task do_populate_sysroot_setscene: 
Succeeded
NOTE: Running setscene task 837 of 838 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot_setscene)
NOTE: recipe rust-native-1.75.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe rust-native-1.75.0-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Setscene tasks completed
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_fetch: Succeeded
NOTE: Running task 2358 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_unpack)
NOTE: Running task 2359 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_unpack: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_unpack: Succeeded
NOTE: Running task 2360 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_patch)
NOTE: Running task 2361 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_collect_spdx_deps)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_patch: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_collect_spdx_deps: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_patch: Succeeded
NOTE: Running task 2362 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2363 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_rust_create_wrappers)
NOTE: Running task 2364 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_rust_gen_targets)
NOTE: Running task 2365 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_populate_lic)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_collect_spdx_deps: Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_rust_create_wrappers: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_rust_gen_targets: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_populate_lic: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_rust_gen_targets: Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_rust_create_wrappers: Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 2366 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_configure)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_populate_lic: Succeeded
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_configure: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_configure: Succeeded
NOTE: Running task 2367 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_configure_ptest_base)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_configure_ptest_base: Started
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_configure_ptest_base: Succeeded
NOTE: Running task 2368 of 2381 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_compile)
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_compile: Started
Log data follows:
| DEBUG: Executing shell function do_compile
| * Getting build dependencies for wheel...
| * Building wheel...
| Running `maturin pep517 build-wheel -i 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/recipe-sysroot-native/usr/bin/nativepython3
 --compatibility off`
| 📦 Including license file 
"/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/rpds_py-0.19.0/LICENSE"
| 🔗 Found pyo3 bindings
| 🐍 Found CPython 3.12
| 📡 Using build options features from pyproject.toml
| error: package `triomphe v0.1.13` cannot be built because it requires rustc 
1.76 or newer, while the currently active rustc version is 1.75.0
| Either upgrade to rustc 1.76 or newer, or use
| cargo update [email protected] --precise ver
| where `ver` is the latest version of `triomphe` supporting rustc 1.75.0
| 💥 maturin failed
|   Caused by: Failed to build a native library through cargo
|   Caused by: Cargo build finished with "exit status: 101": `env -u CARGO 
"cargo" "rustc" "--features" "pyo3/extension-module" "--target" 
"x86_64-poky-linux-gnu" "--message-format" "json-render-diagnostics" 
"--manifest-path" 
"/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/rpds_py-0.19.0/Cargo.toml"
 "--release" "--lib"`
| Error: command ['maturin', 'pep517', 'build-wheel', '-i', 
'/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/recipe-sysroot-native/usr/bin/nativepython3',
 '--compatibility', 'off'] returned non-zero exit status 1
| 
| ERROR Backend subprocess exited when trying to invoke build_wheel
| WARNING: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/run.do_compile.1491535:190
 exit 1 from 'nativepython3 -m build --no-isolation --wheel --outdir 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/dist
 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/rpds_py-0.19.0'
| WARNING: Backtrace (BB generated script):
|       #1: python_pep517_do_compile, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/run.do_compile.1491535,
 line 190
|       #2: do_compile, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/run.do_compile.1491535,
 line 166
|       #3: main, 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/run.do_compile.1491535,
 line 201
NOTE: recipe python3-rpds-py-0.19.0-r0: task do_compile: Failed
NOTE: Tasks Summary: Attempted 2368 tasks of which 2355 didn't need to be rerun 
and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
NOTE: The errors for this build are stored in 
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715112009.txt
You can send the errors to a reports server by running:
  send-error-report 
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715112009.txt
 [-s server]
NOTE: The contents of these logs will be posted in public if you use the above 
command with the default server. Please ensure you remove any identifying or 
proprietary information when prompted before sending.

Summary: 1 task failed:
  
/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_compile
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: python3-rpds-py-0.19.0-r0 do_compile: 
ExecutionError('/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/run.do_compile.1491535',
 1, None, None)
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-rpds-py/0.19.0/temp/log.do_compile.1491535
ERROR: Task 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-rpds-py_0.19.0.bb:do_compile)
 failed with exit code '1'

Attachment: 0001-python3-rpds-py-upgrade-0.18.1-0.19.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#201995): 
https://lists.openembedded.org/g/openembedded-core/message/201995
Mute This Topic: https://lists.openembedded.org/mt/107238364/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to