[OE-core] Python3-bcrypt fails for Power Pc

2023-08-01 Thread Krupal Ka Patel -X (krkapate - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
Hi Richard,

The python3-bcrypt fails for PowerPC with the below error:

ERROR: python3-bcrypt-4.0.1-r0 do_compile_ptest_cargo: Unable to compile test 
with cargo, 
'/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/recipe-sysroot-native/usr/bin/cargo
 build --tests --message-format json -v --offline --target 
powerpc-poky-linux-gnu --release 
--manifest-path=/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/bcrypt-4.0.1/src/_bcrypt/Cargo.toml'
 failed
ERROR: Logfile of failure stored in: 
/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/temp/log.do_compile_ptest_cargo.2752082
ERROR: Task 
(/nobackup/krkapate/poky/poky/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb:do_compile_ptest_cargo)
 failed with exit code '1'
NOTE: Tasks Summary: Attempted 2173 tasks of which 4 didn't need to be rerun 
and 1 failed.

Further, in the log.do_compile_ptest_cargo log file, below are the error 
messages:

undefined reference to `PyBytes_AsString'\n  
/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/recipe-sysroot-native/usr/bin/powerpc-poky-linux/../../libexec/powerpc-poky-linux/gcc/powerpc-poky-linux/13.2.0/ld.bfd:
 
bcrypt_rust.1fd22faf-cgu.6:(.text._ZN3std9panicking3try17h86d4eb792b27c0beE+0x180):
 undefined reference to `PyBytes_Size'\n  
/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/recipe-sysroot-native/usr/bin/powerpc-poky-linux/../../libexec/powerpc-poky-linux/gcc/powerpc-poky-linux/13.2.0/ld.bfd:
 
bcrypt_rust.1fd22faf-cgu.6:(.text._ZN3std9panicking3try17h86d4eb792b27c0beE+0x258):
 undefined reference to `PyBytes_AsString'\n  
/nobackup/krkapate/poky/poky/build/tmp/work/ppc7400-poky-linux/python3-bcrypt/4.0.1-r0/recipe-sysroot-native/usr/bin/powerpc-poky-linux/../../libexec/


As a workaround I can remove the below lines from the 
"bcrypt-4.0.1/src/_bcrypt/Cargo.toml" file, after that, I was able to build it 
successfully.

- [features]
- extension-module = ["pyo3/extension-module"]
- default = ["extension-module"]

Can anyone explain what is the proper way to fix this issue? 

Appreciating any responses/insights (for this issue).

Thanks & Regards,
Krupal 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185376): 
https://lists.openembedded.org/g/openembedded-core/message/185376
Mute This Topic: https://lists.openembedded.org/mt/100499985/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [dunfell][PATCH] tiff: fix multiple CVEs

2023-08-01 Thread Hitendra Prajapati
Backport fixes for:
* CVE-2023-2908 - Upstream-Status: Backport from 
https://gitlab.com/libtiff/libtiff/-/commit/9bd48f0dbd64fb94dc2b5b05238fde0bfdd4ff3f
* CVE-2023-3316 - Upstream-Status: Backport from 
https://gitlab.com/libtiff/libtiff/-/commit/d63de61b1ec3385f6383ef9a1f453e4b8b11d536
* CVE-2023-3618 - Upstream-Status: Backport from 
https://gitlab.com/libtiff/libtiff/-/commit/881a070194783561fd209b7c789a4e75566f7f37
 && 
https://gitlab.com/libtiff/libtiff/-/commit/b5c7d4c4e0ac16b5cfb11acaaeaa493334f8

Signed-off-by: Hitendra Prajapati 
---
 .../libtiff/files/CVE-2023-2908.patch | 33 +++
 .../libtiff/files/CVE-2023-3316.patch | 59 +++
 .../libtiff/files/CVE-2023-3618-1.patch   | 34 +++
 .../libtiff/files/CVE-2023-3618-2.patch   | 47 +++
 meta/recipes-multimedia/libtiff/tiff_4.1.0.bb |  4 ++
 5 files changed, 177 insertions(+)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-3618-2.patch

diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch 
b/meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch
new file mode 100644
index 00..62a5e1831c
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/files/CVE-2023-2908.patch
@@ -0,0 +1,33 @@
+From 8c0859a80444c90b8dfb862a9f16de74e16f0a9e Mon Sep 17 00:00:00 2001
+From: xiaoxiaoafeifei 
+Date: Fri, 21 Apr 2023 13:01:34 +
+Subject: [PATCH] countInkNamesString(): fix `UndefinedBehaviorSanitizer`:
+ applying zero offset to null pointer
+
+Upstream-Status: Backport 
[https://gitlab.com/libtiff/libtiff/-/commit/9bd48f0dbd64fb94dc2b5b05238fde0bfdd4ff3f]
+CVE: CVE-2023-2908
+Signed-off-by: Hitendra Prajapati 
+---
+ libtiff/tif_dir.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libtiff/tif_dir.c b/libtiff/tif_dir.c
+index 9d8267a..6389b40 100644
+--- a/libtiff/tif_dir.c
 b/libtiff/tif_dir.c
+@@ -145,10 +145,10 @@ static uint16
+ countInkNamesString(TIFF *tif, uint32 slen, const char *s)
+ {
+   uint16 i = 0;
+-  const char *ep = s + slen;
+-  const char *cp = s;
+ 
+   if (slen > 0) {
++  const char *ep = s + slen;
++  const char *cp = s;
+   do {
+   for (; cp < ep && *cp != '\0'; cp++) {}
+   if (cp >= ep)
+-- 
+2.25.1
+
diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch 
b/meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch
new file mode 100644
index 00..8db24fc714
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/files/CVE-2023-3316.patch
@@ -0,0 +1,59 @@
+From d63de61b1ec3385f6383ef9a1f453e4b8b11d536 Mon Sep 17 00:00:00 2001
+From: Su_Laus 
+Date: Fri, 3 Feb 2023 17:38:55 +0100
+Subject: [PATCH] TIFFClose() avoid NULL pointer dereferencing. fix#515
+
+Closes #515
+
+Upstream-Status: Backport 
[https://gitlab.com/libtiff/libtiff/-/commit/d63de61b1ec3385f6383ef9a1f453e4b8b11d536]
+CVE: CVE-2023-3316
+Signed-off-by: Hitendra Prajapati 
+---
+ libtiff/tif_close.c | 11 +++
+ tools/tiffcrop.c|  5 -
+ 2 files changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/libtiff/tif_close.c b/libtiff/tif_close.c
+index e4228df..335e80f 100644
+--- a/libtiff/tif_close.c
 b/libtiff/tif_close.c
+@@ -118,13 +118,16 @@ TIFFCleanup(TIFF* tif)
+  */
+ 
+ void
+-TIFFClose(TIFF* tif)
++TIFFClose(TIFF *tif)
+ {
+-  TIFFCloseProc closeproc = tif->tif_closeproc;
+-  thandle_t fd = tif->tif_clientdata;
++if (tif != NULL)
++{
++TIFFCloseProc closeproc = tif->tif_closeproc;
++thandle_t fd = tif->tif_clientdata;
+ 
+   TIFFCleanup(tif);
+-  (void) (*closeproc)(fd);
++(void)(*closeproc)(fd);
++}
+ }
+ 
+ /* vim: set ts=8 sts=8 sw=8 noet: */
+diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c
+index a533089..f14bb0c 100644
+--- a/tools/tiffcrop.c
 b/tools/tiffcrop.c
+@@ -2526,7 +2526,10 @@ main(int argc, char* argv[])
+   }
+ }
+ 
+-  TIFFClose(out);
++if (out != NULL)
++{
++TIFFClose(out);
++}
+ 
+   return (0);
+   } /* end main */
+-- 
+2.25.1
+
diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch 
b/meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch
new file mode 100644
index 00..35ed852519
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/files/CVE-2023-3618-1.patch
@@ -0,0 +1,34 @@
+From 881a070194783561fd209b7c789a4e75566f7f37 Mon Sep 17 00:00:00 2001
+From: zhailiangliang 
+Date: Tue, 7 Mar 2023 15:02:08 +0800
+Subject: [PATCH] Fix memory leak in tiffcrop.c
+
+Upstream-Status: Backport 
[https://gitlab.com/libtiff/libtiff/-/commit/881a070194783561fd209b7c789a4e75566f7f37]
+CVE: CVE-2023-3618
+Signed-off-by: Hitendra Prajapati 
+---
+ 

[OE-core] [PATCH v2] musl: Upgrade to tip of trunk

2023-08-01 Thread Khem Raj
Brings following changes

* 83b858f8 fix rejection of dns responses with pointers past 512 byte offset
* a4ecaf89 dns stub resolver: increase buffer size to handle chained CNAMEs
* 40834f6c printf core: fix gratuitous integer formatting buffer size
* 3a23cd06 all printf variants: fix argument type handling for %c and %lc
* fa4a8abd fix public clone function to be safe and usable by applications
* 0c277ff1 fix broken thread list unlocking after fork
* 4653b987 mbrtowc: Fix wrong return value when n > UINT_MAX
* b90841e2 configure: replace -Os with equivalent based on -O2

Signed-off-by: Khem Raj 
---
v2: Add MIRROR for redundancy

 meta/recipes-core/musl/musl_git.bb | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/musl/musl_git.bb 
b/meta/recipes-core/musl/musl_git.bb
index b4c2b1f8980..297c5581a37 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "718f363bc2067b6487900eddc9180c84e7739f80"
+SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e"
 
 BASEVER = "1.2.4"
 
@@ -12,11 +12,13 @@ PV = "${BASEVER}+git${SRCPV}"
 
 # mirror is at git://github.com/kraj/musl.git
 
-SRC_URI = "git://git.musl-libc.org/git/musl;branch=master;protocol=https \
+SRC_URI = "git://git.musl-libc.org/git/musl.git;branch=master;protocol=https \
file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \

file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \
   "
 
+MIRRORS += "git://git.musl-libc.org/git/musl.git 
git://github.com/kraj/musl.git"
+
 S = "${WORKDIR}/git"
 
 PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt"
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185374): 
https://lists.openembedded.org/g/openembedded-core/message/185374
Mute This Topic: https://lists.openembedded.org/mt/100499819/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [kirkstone][PATCHv2] tiff: fix multiple CVEs

2023-08-01 Thread Hitendra Prajapati
Hi Team,

Gentle reminder.

Is there any issue with patch ??

Regards,
Hitendra

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185373): 
https://lists.openembedded.org/g/openembedded-core/message/185373
Mute This Topic: https://lists.openembedded.org/mt/100384845/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [kirkstone][PATCHv2] libtiff: fix CVE-2023-26966 Buffer Overflow

2023-08-01 Thread Hitendra Prajapati
Hi Team,

Gentle reminder.

Is there any issue with patch ??

Regards,
Hitendra

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185372): 
https://lists.openembedded.org/g/openembedded-core/message/185372
Mute This Topic: https://lists.openembedded.org/mt/100405711/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] musl: Upgrade to tip of trunk

2023-08-01 Thread Khem Raj
Brings following changes

* 83b858f8 fix rejection of dns responses with pointers past 512 byte offset
* a4ecaf89 dns stub resolver: increase buffer size to handle chained CNAMEs
* 40834f6c printf core: fix gratuitous integer formatting buffer size
* 3a23cd06 all printf variants: fix argument type handling for %c and %lc
* fa4a8abd fix public clone function to be safe and usable by applications
* 0c277ff1 fix broken thread list unlocking after fork
* 4653b987 mbrtowc: Fix wrong return value when n > UINT_MAX
* b90841e2 configure: replace -Os with equivalent based on -O2

Signed-off-by: Khem Raj 
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb 
b/meta/recipes-core/musl/musl_git.bb
index b4c2b1f8980..0e87a6b49eb 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "718f363bc2067b6487900eddc9180c84e7739f80"
+SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e"
 
 BASEVER = "1.2.4"
 
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185371): 
https://lists.openembedded.org/g/openembedded-core/message/185371
Mute This Topic: https://lists.openembedded.org/mt/100498949/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] systemd: Fix build on musl

2023-08-01 Thread Khem Raj
Latest upgrade of systemd needs some refreshing of musl patches and drop
0015-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch since its
already fixed upstream [1]

[1] 
https://github.com/systemd/systemd-stable/commit/86206af0bf1d6b093967693c8b7610a00e733707

Signed-off-by: Khem Raj 
---
 ...missing.h-check-for-missing-strndupa.patch | 117 ++
 ...sable-tests-for-missing-typedefs-in-.patch |  41 --
 ...-not-disable-buffer-in-writing-files.patch | 101 +--
 meta/recipes-core/systemd/systemd_253.7.bb|   1 -
 4 files changed, 36 insertions(+), 224 deletions(-)
 delete mode 100644 
meta/recipes-core/systemd/systemd/0015-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch

diff --git 
a/meta/recipes-core/systemd/systemd/0011-src-basic-missing.h-check-for-missing-strndupa.patch
 
b/meta/recipes-core/systemd/systemd/0011-src-basic-missing.h-check-for-missing-strndupa.patch
index bd5f6a6190c..1d538dc16da 100644
--- 
a/meta/recipes-core/systemd/systemd/0011-src-basic-missing.h-check-for-missing-strndupa.patch
+++ 
b/meta/recipes-core/systemd/systemd/0011-src-basic-missing.h-check-for-missing-strndupa.patch
@@ -70,11 +70,9 @@ Signed-off-by: Luca Boccassi 
  src/udev/udev-rules.c  |  1 +
  50 files changed, 61 insertions(+)
 
-diff --git a/meson.build b/meson.build
-index fb96143c37..739b2f7f72 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -574,6 +574,7 @@ foreach ident : ['secure_getenv', '__secure_getenv']
+@@ -576,6 +576,7 @@ foreach ident : ['secure_getenv', '__sec
  endforeach
  
  foreach ident : [
@@ -82,8 +80,6 @@ index fb96143c37..739b2f7f72 100644
  ['memfd_create',  '''#include '''],
  ['gettid','''#include 
   #include '''],
-diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
-index e66477f328..2613d1e3f9 100644
 --- a/src/backlight/backlight.c
 +++ b/src/backlight/backlight.c
 @@ -19,6 +19,7 @@
@@ -94,11 +90,9 @@ index e66477f328..2613d1e3f9 100644
  
  #define PCI_CLASS_GRAPHICS_CARD 0x3
  
-diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
-index feda596939..11b4375ed5 100644
 --- a/src/basic/cgroup-util.c
 +++ b/src/basic/cgroup-util.c
-@@ -37,6 +37,7 @@
+@@ -38,6 +38,7 @@
  #include "unit-name.h"
  #include "user-util.h"
  #include "xattr-util.h"
@@ -106,8 +100,6 @@ index feda596939..11b4375ed5 100644
  
  static int cg_enumerate_items(const char *controller, const char *path, FILE 
**_f, const char *item) {
  _cleanup_free_ char *fs = NULL;
-diff --git a/src/basic/env-util.c b/src/basic/env-util.c
-index 55ac11a512..7ccb1d7887 100644
 --- a/src/basic/env-util.c
 +++ b/src/basic/env-util.c
 @@ -19,6 +19,7 @@
@@ -118,11 +110,9 @@ index 55ac11a512..7ccb1d7887 100644
  
  /* We follow bash for the character set. Different shells have different 
rules. */
  #define VALID_BASH_ENV_NAME_CHARS   \
-diff --git a/src/basic/log.c b/src/basic/log.c
-index fc5793139e..515218fca8 100644
 --- a/src/basic/log.c
 +++ b/src/basic/log.c
-@@ -39,6 +39,7 @@
+@@ -40,6 +40,7 @@
  #include "terminal-util.h"
  #include "time-util.h"
  #include "utf8.h"
@@ -130,8 +120,6 @@ index fc5793139e..515218fca8 100644
  
  #define SNDBUF_SIZE (8*1024*1024)
  #define IOVEC_MAX 128U
-diff --git a/src/basic/missing_stdlib.h b/src/basic/missing_stdlib.h
-index 8c76f93eb2..9068bfb4f0 100644
 --- a/src/basic/missing_stdlib.h
 +++ b/src/basic/missing_stdlib.h
 @@ -11,3 +11,15 @@
@@ -150,8 +138,6 @@ index 8c76f93eb2..9068bfb4f0 100644
 +(char *)memcpy(__new, __old, __len); \
 +  })
 +#endif
-diff --git a/src/basic/mkdir.c b/src/basic/mkdir.c
-index 7ad19ee33b..cc1d5e1e5b 100644
 --- a/src/basic/mkdir.c
 +++ b/src/basic/mkdir.c
 @@ -15,6 +15,7 @@
@@ -162,8 +148,6 @@ index 7ad19ee33b..cc1d5e1e5b 100644
  
  int mkdirat_safe_internal(
  int dir_fd,
-diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c
-index bc74fbef8f..cdb609bb84 100644
 --- a/src/basic/mountpoint-util.c
 +++ b/src/basic/mountpoint-util.c
 @@ -13,6 +13,7 @@
@@ -174,8 +158,6 @@ index bc74fbef8f..cdb609bb84 100644
  #include "mountpoint-util.h"
  #include "nulstr-util.h"
  #include "parse-util.h"
-diff --git a/src/basic/parse-util.c b/src/basic/parse-util.c
-index 3445d31307..d82b4415d9 100644
 --- a/src/basic/parse-util.c
 +++ b/src/basic/parse-util.c
 @@ -18,6 +18,7 @@
@@ -186,8 +168,6 @@ index 3445d31307..d82b4415d9 100644
  
  int parse_boolean(const char *v) {
  if (!v)
-diff --git a/src/basic/path-lookup.c b/src/basic/path-lookup.c
-index c99e9d8786..71a917a0b0 100644
 --- a/src/basic/path-lookup.c
 +++ b/src/basic/path-lookup.c
 @@ -16,6 +16,7 @@
@@ -198,8 +178,6 @@ index c99e9d8786..71a917a0b0 100644
  
  int xdg_user_runtime_dir(char **ret, const char *suffix) {
  const char *e;
-diff --git a/src/basic/percent-util.c b/src/basic/percent-util.c
-index cab9d0eaea..5f6ca258e9 100644
 --- a/src/basic/percent-util.c
 +++ 

[OE-core] [PATCH] curl: Update 8.2.0 to 8.2.1

2023-08-01 Thread Robert Joslyn
This is a minor bugfix release:
https://curl.se/changes.html#8_2_1

Signed-off-by: Robert Joslyn 
---
 meta/recipes-support/curl/{curl_8.2.0.bb => curl_8.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/curl/{curl_8.2.0.bb => curl_8.2.1.bb} (98%)

diff --git a/meta/recipes-support/curl/curl_8.2.0.bb 
b/meta/recipes-support/curl/curl_8.2.1.bb
similarity index 98%
rename from meta/recipes-support/curl/curl_8.2.0.bb
rename to meta/recipes-support/curl/curl_8.2.1.bb
index 9c16d3d515..068486a352 100644
--- a/meta/recipes-support/curl/curl_8.2.0.bb
+++ b/meta/recipes-support/curl/curl_8.2.1.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
 file://run-ptest \
 file://disable-tests \
 "
-SRC_URI[sha256sum] = 
"2859ec79e2cd96e976a99493547359b8001af1d1e21f3a3a3b846544ef54500f"
+SRC_URI[sha256sum] = 
"dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl 
daniel_stenberg:curl"
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185369): 
https://lists.openembedded.org/g/openembedded-core/message/185369
Mute This Topic: https://lists.openembedded.org/mt/100497374/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



ODP: ODP: [OE-Core][PATCH v11][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-08-01 Thread Piotr Łobacz
Hi Richard,
back again, you were absolutely right I have added in here 
https://git.yoctoproject.org/poky/tree/meta/classes-global/sstate.bbclass#n847
stupid check `ls -R --full-time "${SSTATE_BUILDDIR}" >> 
/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/sstate_pkg.log`
and than run again the test.

Now, I'm sorry for this huge spam but I want to show what happens:

${SSTATE_PKG}=/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build/sstate-cache/81/96/sstate:acpid:core2-64-poky-linux:2.0.34:r0:core2-64:11:8196f1f3e3094158d888b6ead4b56624c52fa363d1133c447bfc88398e5f7fc6_package.tar.zst
 
${SSTATE_BUILDDIR}=/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/
/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/:
total 12
drwxr-xr-x 5 root root 4096 2022-09-16 01:24:42.0 + package
drwxr-xr-x 9 root root 4096 2022-09-16 01:24:42.0 + packages-split
drwxr-xr-x 7 root root 4096 2022-09-16 01:24:42.0 + pkgdata

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package:
total 12
drwxr-xr-x 4 root root 4096 2022-09-16 01:24:42.0 + etc
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + lib
drwxr-xr-x 6 root root 4096 2022-09-16 01:24:42.0 + usr

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/etc:
total 8
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + acpi
drwxr-xr-x 2 root root 4096 2022-09-16 01:24:42.0 + init.d

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/etc/acpi:
total 4
drwxr-xr-x 2 root root 4096 2022-09-16 01:24:42.0 + events

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/etc/acpi/events:
total 0

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/etc/init.d:
total 4
-rwxr-xr-x 2 root root 728 2022-09-16 01:24:42.0 + acpid

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/lib:
total 4
drwxr-xr-x 4 root root 4096 2022-09-16 01:24:42.0 + systemd

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/lib/systemd:
total 8
drwxr-xr-x 2 root root 4096 2022-09-16 01:24:42.0 + system
drwxr-xr-x 2 root root 4096 2022-09-16 01:24:42.0 + system-preset

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/lib/systemd/system:
total 4
-rw-r--r-- 2 root root 145 2022-09-16 01:24:42.0 + acpid.service

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/lib/systemd/system-preset:
total 4
-rw-r--r-- 2 root root 21 2022-09-16 01:24:42.0 + 98-acpid.preset

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/usr:
total 16
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + bin
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + sbin
drwxr-xr-x 4 root root 4096 2022-09-16 01:24:42.0 + share
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + src

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/usr/bin:
total 44
-rwxr-xr-x 2 root root 43008 2022-09-16 01:24:42.0 + acpi_listen

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/usr/sbin:
total 288
-rwxr-xr-x 2 root root 193320 2022-09-16 01:24:42.0 + acpid
-rwxr-xr-x 2 root root  94856 2022-09-16 01:24:42.0 + kacpimon

/media/plobacz/9582beb9-8774-4d4d-976f-63a6f1c87c13/poky-contrib/build-st/reproducibleA/tmp/work/core2-64-poky-linux/acpid/2.0.34-r0/sstate-build-package/package/usr/share:
total 8
drwxr-xr-x 3 root root 4096 2022-09-16 01:24:42.0 + doc

[OE-core] [kirkstone][PATCH 3/3] go: fix CVE-2023-29406

2023-08-01 Thread Sakib Sajal via lists.openembedded.org
Backport required patch to fix CVE-2023-29406.

Signed-off-by: Sakib Sajal 
---
 meta/recipes-devtools/go/go-1.17.13.inc   |   1 +
 .../go/go-1.19/CVE-2023-29406.patch   | 210 ++
 2 files changed, 211 insertions(+)
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-29406.patch

diff --git a/meta/recipes-devtools/go/go-1.17.13.inc 
b/meta/recipes-devtools/go/go-1.17.13.inc
index d46eab01a0..b9d905a616 100644
--- a/meta/recipes-devtools/go/go-1.17.13.inc
+++ b/meta/recipes-devtools/go/go-1.17.13.inc
@@ -41,6 +41,7 @@ SRC_URI += "\
 file://CVE-2023-24536_3.patch \
 file://CVE-2023-24531_1.patch \
 file://CVE-2023-24531_2.patch \
+file://CVE-2023-29406.patch \
 "
 SRC_URI[main.sha256sum] = 
"a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd"
 
diff --git a/meta/recipes-devtools/go/go-1.19/CVE-2023-29406.patch 
b/meta/recipes-devtools/go/go-1.19/CVE-2023-29406.patch
new file mode 100644
index 00..8a82d5c18c
--- /dev/null
+++ b/meta/recipes-devtools/go/go-1.19/CVE-2023-29406.patch
@@ -0,0 +1,210 @@
+From 3077df09879fb1aad0ccfc009fee6fc5e5f532bc Mon Sep 17 00:00:00 2001
+From: Damien Neil 
+Date: Wed, 28 Jun 2023 13:20:08 -0700
+Subject: [PATCH] net/http: validate Host header before sending
+
+Verify that the Host header we send is valid.
+Avoids surprising behavior such as a Host of "go.dev\r\nX-Evil:oops"
+adding an X-Evil header to HTTP/1 requests.
+
+Add a test, skip the test for HTTP/2. HTTP/2 is not vulnerable to
+header injection in the way HTTP/1 is, but x/net/http2 doesn't validate
+the header and will go into a retry loop when the server rejects it.
+CL 506995 adds the necessary validation to x/net/http2.
+
+Updates #60374
+Fixes #61075
+For CVE-2023-29406
+
+Change-Id: I05cb6866a9bead043101954dfded199258c6dd04
+Reviewed-on: https://go-review.googlesource.com/c/go/+/506996
+Reviewed-by: Tatiana Bradley 
+TryBot-Result: Gopher Robot 
+Run-TryBot: Damien Neil 
+(cherry picked from commit 499458f7ca04087958987a33c2703c3ef03e27e2)
+Reviewed-on: https://go-review.googlesource.com/c/go/+/507358
+Run-TryBot: Tatiana Bradley 
+Reviewed-by: Roland Shoemaker 
+
+CVE: CVE-2023-29406
+Upstream-Status: Backport [5fa6923b1ea891400153d04ddf1545e23b40041b]
+Signed-off-by: Sakib Sajal 
+---
+ src/net/http/http_test.go  | 29 --
+ src/net/http/request.go| 45 --
+ src/net/http/request_test.go   | 11 ++---
+ src/net/http/transport_test.go | 18 ++
+ 4 files changed, 30 insertions(+), 73 deletions(-)
+
+diff --git a/src/net/http/http_test.go b/src/net/http/http_test.go
+index 0d92fe5..f03272a 100644
+--- a/src/net/http/http_test.go
 b/src/net/http/http_test.go
+@@ -48,35 +48,6 @@ func TestForeachHeaderElement(t *testing.T) {
+   }
+ }
+ 
+-func TestCleanHost(t *testing.T) {
+-  tests := []struct {
+-  in, want string
+-  }{
+-  {"www.google.com", "www.google.com"},
+-  {"www.google.com foo", "www.google.com"},
+-  {"www.google.com/foo", "www.google.com"},
+-  {" first character is a space", ""},
+-  {"[1::6]:8080", "[1::6]:8080"},
+-
+-  // Punycode:
+-  {"гофер.рф/foo", "xn--c1ae0ajs.xn--p1ai"},
+-  {"bücher.de", "xn--bcher-kva.de"},
+-  {"bücher.de:8080", "xn--bcher-kva.de:8080"},
+-  // Verify we convert to lowercase before punycode:
+-  {"BÜCHER.de", "xn--bcher-kva.de"},
+-  {"BÜCHER.de:8080", "xn--bcher-kva.de:8080"},
+-  // Verify we normalize to NFC before punycode:
+-  {"gophér.nfc", "xn--gophr-esa.nfc"},// NFC input; 
no work needed
+-  {"goph\u0065\u0301r.nfd", "xn--gophr-esa.nfd"}, // NFD input
+-  }
+-  for _, tt := range tests {
+-  got := cleanHost(tt.in)
+-  if tt.want != got {
+-  t.Errorf("cleanHost(%q) = %q, want %q", tt.in, got, 
tt.want)
+-  }
+-  }
+-}
+-
+ // Test that cmd/go doesn't link in the HTTP server.
+ //
+ // This catches accidental dependencies between the HTTP transport and
+diff --git a/src/net/http/request.go b/src/net/http/request.go
+index 09cb0c7..2f4e740 100644
+--- a/src/net/http/request.go
 b/src/net/http/request.go
+@@ -17,7 +17,6 @@ import (
+   "io"
+   "mime"
+   "mime/multipart"
+-  "net"
+   "net/http/httptrace"
+   "net/http/internal/ascii"
+   "net/textproto"
+@@ -27,6 +26,7 @@ import (
+   "strings"
+   "sync"
+ 
++  "golang.org/x/net/http/httpguts"
+   "golang.org/x/net/idna"
+ )
+ 
+@@ -568,12 +568,19 @@ func (r *Request) write(w io.Writer, usingProxy bool, 
extraHeaders Header, waitF
+   // is not given, use the host from the request URL.
+   //
+   // Clean the host, in case it arrives with unexpected stuff in it.
+-  host := cleanHost(r.Host)
++  host := r.Host
+ 

[OE-core] [kirkstone][PATCH 1/3] go: fix CVE-2023-24536

2023-08-01 Thread Sakib Sajal via lists.openembedded.org
Backport required patches to fix CVE-2023-24536.

Signed-off-by: Sakib Sajal 
---
 meta/recipes-devtools/go/go-1.17.13.inc   |   3 +
 .../go/go-1.19/CVE-2023-24536_1.patch | 137 +++
 .../go/go-1.19/CVE-2023-24536_2.patch | 187 ++
 .../go/go-1.19/CVE-2023-24536_3.patch | 349 ++
 4 files changed, 676 insertions(+)
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_2.patch
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24536_3.patch

diff --git a/meta/recipes-devtools/go/go-1.17.13.inc 
b/meta/recipes-devtools/go/go-1.17.13.inc
index 73921852fc..f8b046500a 100644
--- a/meta/recipes-devtools/go/go-1.17.13.inc
+++ b/meta/recipes-devtools/go/go-1.17.13.inc
@@ -36,6 +36,9 @@ SRC_URI += "\
 file://CVE-2023-29405.patch \
 file://CVE-2023-29402.patch \
 file://CVE-2023-29400.patch \
+file://CVE-2023-24536_1.patch \
+file://CVE-2023-24536_2.patch \
+file://CVE-2023-24536_3.patch \
 "
 SRC_URI[main.sha256sum] = 
"a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd"
 
diff --git a/meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch 
b/meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch
new file mode 100644
index 00..ff9ba18ec5
--- /dev/null
+++ b/meta/recipes-devtools/go/go-1.19/CVE-2023-24536_1.patch
@@ -0,0 +1,137 @@
+From f8d691d335c6ac14bcbae6886b5bf8ca8bf1e6a5 Mon Sep 17 00:00:00 2001
+From: Damien Neil 
+Date: Thu, 16 Mar 2023 14:18:04 -0700
+Subject: [PATCH 1/3] mime/multipart: avoid excessive copy buffer allocations
+ in ReadForm
+
+When copying form data to disk with io.Copy,
+allocate only one copy buffer and reuse it rather than
+creating two buffers per file (one from io.multiReader.WriteTo,
+and a second one from os.File.ReadFrom).
+
+Thanks to Jakob Ackermann (@das7pad) for reporting this issue.
+
+For CVE-2023-24536
+For #59153
+For #59269
+
+Reviewed-on: 
https://team-review.git.corp.google.com/c/golang/go-private/+/1802453
+Run-TryBot: Damien Neil 
+Reviewed-by: Julie Qiu 
+Reviewed-by: Roland Shoemaker 
+Reviewed-on: 
https://team-review.git.corp.google.com/c/golang/go-private/+/1802395
+Run-TryBot: Roland Shoemaker 
+Reviewed-by: Damien Neil 
+Change-Id: Ie405470c92abffed3356913b37d813e982c96c8b
+Reviewed-on: https://go-review.googlesource.com/c/go/+/481983
+Run-TryBot: Michael Knyszek 
+TryBot-Result: Gopher Robot 
+Auto-Submit: Michael Knyszek 
+Reviewed-by: Matthew Dempsky 
+
+CVE: CVE-2023-24536
+Upstream-Status: Backport [ef41a4e2face45e580c5836eaebd51629fc23f15]
+Signed-off-by: Sakib Sajal 
+---
+ src/mime/multipart/formdata.go  | 15 +++--
+ src/mime/multipart/formdata_test.go | 49 +
+ 2 files changed, 61 insertions(+), 3 deletions(-)
+
+diff --git a/src/mime/multipart/formdata.go b/src/mime/multipart/formdata.go
+index a7d4ca9..975dcb6 100644
+--- a/src/mime/multipart/formdata.go
 b/src/mime/multipart/formdata.go
+@@ -84,6 +84,7 @@ func (r *Reader) readForm(maxMemory int64) (_ *Form, err 
error) {
+   maxMemoryBytes = math.MaxInt64
+   }
+   }
++  var copyBuf []byte
+   for {
+   p, err := r.nextPart(false, maxMemoryBytes)
+   if err == io.EOF {
+@@ -147,14 +148,22 @@ func (r *Reader) readForm(maxMemory int64) (_ *Form, err 
error) {
+   }
+   }
+   numDiskFiles++
+-  size, err := io.Copy(file, io.MultiReader(, p))
++  if _, err := file.Write(b.Bytes()); err != nil {
++  return nil, err
++  }
++  if copyBuf == nil {
++  copyBuf = make([]byte, 32*1024) // same buffer 
size as io.Copy uses
++  }
++  // os.File.ReadFrom will allocate its own copy buffer 
if we let io.Copy use it.
++  type writerOnly struct{ io.Writer }
++  remainingSize, err := io.CopyBuffer(writerOnly{file}, 
p, copyBuf)
+   if err != nil {
+   return nil, err
+   }
+   fh.tmpfile = file.Name()
+-  fh.Size = size
++  fh.Size = int64(b.Len()) + remainingSize
+   fh.tmpoff = fileOff
+-  fileOff += size
++  fileOff += fh.Size
+   if !combineFiles {
+   if err := file.Close(); err != nil {
+   return nil, err
+diff --git a/src/mime/multipart/formdata_test.go 
b/src/mime/multipart/formdata_test.go
+index 5cded71..f5b5608 100644
+--- a/src/mime/multipart/formdata_test.go
 b/src/mime/multipart/formdata_test.go
+@@ -368,3 +368,52 @@ func testReadFormManyFiles(t 

[OE-core] [kirkstone][PATCH 2/3] go: fix CVE-2023-24531

2023-08-01 Thread Sakib Sajal via lists.openembedded.org
Backport required patches from go1.21 to fix CVE-2023-24531.

Signed-off-by: Sakib Sajal 
---
 meta/recipes-devtools/go/go-1.17.13.inc   |   4 +-
 .../go/go-1.21/CVE-2023-24531_1.patch | 252 ++
 .../go/go-1.21/CVE-2023-24531_2.patch |  47 
 3 files changed, 302 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch
 create mode 100644 meta/recipes-devtools/go/go-1.21/CVE-2023-24531_2.patch

diff --git a/meta/recipes-devtools/go/go-1.17.13.inc 
b/meta/recipes-devtools/go/go-1.17.13.inc
index f8b046500a..d46eab01a0 100644
--- a/meta/recipes-devtools/go/go-1.17.13.inc
+++ b/meta/recipes-devtools/go/go-1.17.13.inc
@@ -1,6 +1,6 @@
 require go-common.inc
 
-FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.19:${FILE_DIRNAME}/go-1.18:"
+FILESEXTRAPATHS:prepend := 
"${FILE_DIRNAME}/go-1.21:${FILE_DIRNAME}/go-1.19:${FILE_DIRNAME}/go-1.18:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 
@@ -39,6 +39,8 @@ SRC_URI += "\
 file://CVE-2023-24536_1.patch \
 file://CVE-2023-24536_2.patch \
 file://CVE-2023-24536_3.patch \
+file://CVE-2023-24531_1.patch \
+file://CVE-2023-24531_2.patch \
 "
 SRC_URI[main.sha256sum] = 
"a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd"
 
diff --git a/meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch 
b/meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch
new file mode 100644
index 00..5f6d7e16a8
--- /dev/null
+++ b/meta/recipes-devtools/go/go-1.21/CVE-2023-24531_1.patch
@@ -0,0 +1,252 @@
+From 0f717b5f7d32bb660c01ec0366bd53c9b4c5ab5d Mon Sep 17 00:00:00 2001
+From: Michael Matloob 
+Date: Mon, 24 Apr 2023 16:57:28 -0400
+Subject: [PATCH 1/2] cmd/go: sanitize go env outputs
+
+go env, without any arguments, outputs the environment variables in
+the form of a script that can be run on the host OS. On Unix, single
+quote the strings and place single quotes themselves outside the
+single quoted strings. On windows use the set "var=val" syntax with
+the quote starting before the variable.
+
+Fixes #58508
+
+Change-Id: Iecd379a4af7285ea9b2024f0202250c74fd9a2bd
+Reviewed-on: https://go-review.googlesource.com/c/go/+/488375
+TryBot-Result: Gopher Robot 
+Reviewed-by: Michael Matloob 
+Reviewed-by: Damien Neil 
+Run-TryBot: Michael Matloob 
+Reviewed-by: Bryan Mills 
+Reviewed-by: Quim Muntal 
+
+CVE: CVE-2023-24531
+Upstream-Status: Backport [f379e78951a405e7e99a60fb231eeedbf976c108]
+
+Signed-off-by: Sakib Sajal 
+---
+ src/cmd/go/internal/envcmd/env.go   | 60 -
+ src/cmd/go/internal/envcmd/env_test.go  | 94 +
+ src/cmd/go/testdata/script/env_sanitize.txt |  5 ++
+ 3 files changed, 157 insertions(+), 2 deletions(-)
+ create mode 100644 src/cmd/go/internal/envcmd/env_test.go
+ create mode 100644 src/cmd/go/testdata/script/env_sanitize.txt
+
+diff --git a/src/cmd/go/internal/envcmd/env.go 
b/src/cmd/go/internal/envcmd/env.go
+index 43b94e7..0ce8843 100644
+--- a/src/cmd/go/internal/envcmd/env.go
 b/src/cmd/go/internal/envcmd/env.go
+@@ -6,6 +6,7 @@
+ package envcmd
+ 
+ import (
++  "bytes"
+   "context"
+   "encoding/json"
+   "fmt"
+@@ -17,6 +18,7 @@ import (
+   "runtime"
+   "sort"
+   "strings"
++  "unicode"
+   "unicode/utf8"
+ 
+   "cmd/go/internal/base"
+@@ -379,9 +381,12 @@ func checkBuildConfig(add map[string]string, del 
map[string]bool) error {
+ func PrintEnv(w io.Writer, env []cfg.EnvVar) {
+   for _, e := range env {
+   if e.Name != "TERM" {
++  if runtime.GOOS != "plan9" && 
bytes.Contains([]byte(e.Value), []byte{0}) {
++  base.Fatalf("go: internal error: encountered 
null byte in environment variable %s on non-plan9 platform", e.Name)
++  }
+   switch runtime.GOOS {
+   default:
+-  fmt.Fprintf(w, "%s=\"%s\"\n", e.Name, e.Value)
++  fmt.Fprintf(w, "%s=%s\n", e.Name, 
shellQuote(e.Value))
+   case "plan9":
+   if strings.IndexByte(e.Value, '\x00') < 0 {
+   fmt.Fprintf(w, "%s='%s'\n", e.Name, 
strings.ReplaceAll(e.Value, "'", "''"))
+@@ -392,17 +397,68 @@ func PrintEnv(w io.Writer, env []cfg.EnvVar) {
+   if x > 0 {
+   fmt.Fprintf(w, " ")
+   }
++  // TODO(#59979): Does this need 
to be quoted like above?
+   fmt.Fprintf(w, "%s", s)
+   }
+   fmt.Fprintf(w, ")\n")
+   }
+   case "windows":
+-  

[OE-core][dunfell][PATCH] openssl: Upgrade 1.1.1t -> 1.1.1v

2023-08-01 Thread Peter Marko via lists.openembedded.org
From: Peter Marko 

https://www.openssl.org/news/openssl-1.1.1-notes.html
Major changes between OpenSSL 1.1.1u and OpenSSL 1.1.1v [1 Aug 2023]
* Fix excessive time spent checking DH q parameter value (CVE-2023-3817)
* Fix DH_check() excessive time with over sized modulus (CVE-2023-3446)
Major changes between OpenSSL 1.1.1t and OpenSSL 1.1.1u [30 May 2023]
* Mitigate for very slow `OBJ_obj2txt()` performance with gigantic OBJECT 
IDENTIFIER sub-identities. (CVE-2023-2650)
* Fixed documentation of X509_VERIFY_PARAM_add0_policy() (CVE-2023-0466)
* Fixed handling of invalid certificate policies in leaf certificates 
(CVE-2023-0465)
* Limited the number of nodes created in a policy tree ([CVE-2023-0464])

All CVEs for upgrade to 1.1.1u were already patched, so effectively
this will apply patches for CVE-2023-3446 and CVE-2023-3817 plus
several non-CVE fixes.

Signed-off-by: Peter Marko 
---
 .../openssl/openssl/CVE-2023-0464.patch   | 226 --
 .../openssl/openssl/CVE-2023-0465.patch   |  60 -
 .../openssl/openssl/CVE-2023-0466.patch   |  82 ---
 .../openssl/openssl/CVE-2023-2650.patch   | 122 --
 .../{openssl_1.1.1t.bb => openssl_1.1.1v.bb}  |   6 +-
 5 files changed, 1 insertion(+), 495 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
 delete mode 100644 
meta/recipes-connectivity/openssl/openssl/CVE-2023-0465.patch
 delete mode 100644 
meta/recipes-connectivity/openssl/openssl/CVE-2023-0466.patch
 delete mode 100644 
meta/recipes-connectivity/openssl/openssl/CVE-2023-2650.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1t.bb => 
openssl_1.1.1v.bb} (96%)

diff --git a/meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch 
b/meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
deleted file mode 100644
index cce5bad9f0..00
--- a/meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
+++ /dev/null
@@ -1,226 +0,0 @@
-From 879f7080d7e141f415c79eaa3a8ac4a3dad0348b Mon Sep 17 00:00:00 2001
-From: Pauli 
-Date: Wed, 8 Mar 2023 15:28:20 +1100
-Subject: [PATCH] x509: excessive resource use verifying policy constraints
-
-A security vulnerability has been identified in all supported versions
-of OpenSSL related to the verification of X.509 certificate chains
-that include policy constraints.  Attackers may be able to exploit this
-vulnerability by creating a malicious certificate chain that triggers
-exponential use of computational resources, leading to a denial-of-service
-(DoS) attack on affected systems.
-
-Fixes CVE-2023-0464
-
-Reviewed-by: Tomas Mraz 
-Reviewed-by: Shane Lontis 
-(Merged from https://github.com/openssl/openssl/pull/20569)
-
-CVE: CVE-2023-0464
-Upstream-Status: Backport 
[https://git.openssl.org/gitweb/?p=openssl.git;a=patch;h=879f7080d7e141f415c79eaa3a8ac4a3dad0348b]
-Signed-off-by: Nikhil R 
-

- crypto/x509v3/pcy_local.h |  8 +++-
- crypto/x509v3/pcy_node.c  | 12 +---
- crypto/x509v3/pcy_tree.c  | 37 +++--
- 3 files changed, 43 insertions(+), 14 deletions(-)
-
-diff --git a/crypto/x509v3/pcy_local.h b/crypto/x509v3/pcy_local.h
-index 5daf78de45..344aa06765 100644
 a/crypto/x509v3/pcy_local.h
-+++ b/crypto/x509v3/pcy_local.h
-@@ -111,6 +111,11 @@ struct X509_POLICY_LEVEL_st {
- };
- 
- struct X509_POLICY_TREE_st {
-+/* The number of nodes in the tree */
-+size_t node_count;
-+/* The maximum number of nodes in the tree */
-+size_t node_maximum;
-+
- /* This is the tree 'level' data */
- X509_POLICY_LEVEL *levels;
- int nlevel;
-@@ -159,7 +164,8 @@ X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) 
*sk,
- X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
-  X509_POLICY_DATA *data,
-  X509_POLICY_NODE *parent,
-- X509_POLICY_TREE *tree);
-+ X509_POLICY_TREE *tree,
-+ int extra_data);
- void policy_node_free(X509_POLICY_NODE *node);
- int policy_node_match(const X509_POLICY_LEVEL *lvl,
-   const X509_POLICY_NODE *node, const ASN1_OBJECT *oid);
-diff --git a/crypto/x509v3/pcy_node.c b/crypto/x509v3/pcy_node.c
-index e2d7b15322..d574fb9d66 100644
 a/crypto/x509v3/pcy_node.c
-+++ b/crypto/x509v3/pcy_node.c
-@@ -59,10 +59,15 @@ X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL 
*level,
- X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
-  X509_POLICY_DATA *data,
-  X509_POLICY_NODE *parent,
-- X509_POLICY_TREE *tree)
-+ X509_POLICY_TREE *tree,
-+ int extra_data)
- {
- X509_POLICY_NODE *node;
- 
-+/* Verify that the tree isn't too large.  This mitigates CVE-2023-0464 */
-+if (tree->node_maximum > 0 && 

Re: [OE-core] eSDK is missing native cross-compiler toolchain and compiled target libs

2023-08-01 Thread Richard Purdie
On Tue, 2023-08-01 at 18:50 +, Ross Burton wrote:
> On 24 Jul 2023, at 12:38, Sutton, Chris (FP) - IC via lists.openembedded.org 
>  wrote:
> >  I’ve built the eSDK for poky honister. However, it DOES NOT contain the 
> > cross-compiler toolchain/compiled target libs.
> > I build the standard SDK and it DOES contain the cross-compiler 
> > toolchain/compiled target libs but of course has no built-in QEMU.
> 
> I can’t see any reason why you can’t just add nativesdk-qemu to your standard 
> SDK.
> 
> > I am confused by this. I thought the eSDK came with a toolchain, but it 
> > seems not.
> >  I need both the cross-compiler toolchain/compiled target libs and QEMU.
> > How can I include the cross-compiler toolchain/compiled target libs in the 
> > eSDK build?
> 
> eSDKs are pretty minimal out of the box, you need to use ‘devtool 
> sdk-install’ to install tools.  ‘devtool sdk-install gcc-cross-aarch64’ or 
> similar should work I believe.

A lot depends which eSDK we're talking about too. I'd have expected
most images to have basic target libs so the eSDK built against them
should have it too.

Is this a minimal eSDK or an eSDK including all the sstate artefacts?
That might also make a difference...

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185363): 
https://lists.openembedded.org/g/openembedded-core/message/185363
Mute This Topic: https://lists.openembedded.org/mt/100326608/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [AUH] Upgrade status: 2023-08-01

2023-08-01 Thread Tim Orling
On Tue, Aug 1, 2023 at 9:36 AM Alexander Kanavin 
wrote:

> A lot of the failures seem to be about
>
> File
> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
> line 473, in _extract_licenses
> with open(os.path.join(srcpath, path), 'rb') as f:
>  ^^^
> FileNotFoundError: [Errno 2] No such file or directory:
>
> '/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/curl/COPYING'
>
> As the projects didn't do anything to license files, something has
> clearly regressed here, I'll take a look and probably start a re-run.
>
>
I did the meta-perl/meta-python run on Sunday 30th and noticed the same
much higher preponderance of devtool errors.
I did a run of the recipes in oe-core that I maintain on 25th July and it
had less devtool errors (3 of my recipes passed,
only python3-sphinx failed and that was not devtool related). So that 5 day
window is where something regressed.

Alex
>
>
> On Tue, 1 Aug 2023 at 18:30, Auto Upgrade Helper 
> wrote:
> >
> > AUH finished upgrade batch the result patches/logs can be found at:
> > https://autobuilder.yocto.io/pub/auh/20230801050116, next are the
> statistics:
> >
> > Recipe upgrade statistics:
> >
> > * Failed (devtool error): 76
> > bind, 9.18.17, Unassigned 
> > kea, 2.4.0, Unassigned 
> > openssh, 9.3p2, Unassigned 
> > gettext, 0.22, Robert Yang 
> > glibc-tests, 2.38, Lukasz Majewski 
> > glibc, 2.38, Khem Raj 
> > libcgroup, 3.1.0, Alexander Kanavin 
> > systemd-boot, 254, Chen Qi 
> > systemd, 254, Chen Qi 
> > util-linux-libuuid, 2.39.1, Chen Qi 
> > util-linux, 2.39.1, Chen Qi 
> > binutils, 2.41, Khem Raj 
> > cmake, 3.27.1, Unassigned 
> > gnu-config, 20230216-new-commits-available, Robert Yang <
> liezhi.y...@windriver.com>
> > meson, 1.2.0, Alexander Kanavin 
> > perl, 5.38.0, Alexander Kanavin 
> > python3-certifi, 2023.7.22, Tim Orling 
> > python3-cython, 3.0.0, Unassigned 
> > python3-dbusmock, 0.29.1, Unassigned <
> unassig...@yoctoproject.org>
> > python3-dtschema, 2023.7, Bruce Ashfield <
> bruce.ashfi...@gmail.com>
> > python3-editables, 0.5, Ross Burton 
> > python3-jsonschema, 4.18.4, Bruce Ashfield <
> bruce.ashfi...@gmail.com>
> > python3-libarchive-c, 5.0, Joshua Watt 
> > python3-markdown, 3.4.4, Alexander Kanavin <
> alex.kana...@gmail.com>
> > python3-more-itertools, 10.0.0, Tim Orling <
> tim.orl...@konsulko.com>
> > python3-numpy, 1.25.2, Unassigned 
> > python3-pathspec, 0.11.2, Ross Burton 
> > python3-pip, 23.2.1, Zang Ruochen 
> > python3-pyparsing, 3.1.1, Unassigned <
> unassig...@yoctoproject.org>
> > python3-sphinx, 7.1.1, Tim Orling 
> > python3-wheel, 0.41.0, Tim Orling 
> > cargo, 1.71.0, Randy MacLeod 
> > libstd-rs, 1.71.0, Randy MacLeod 
> > rust-llvm, 1.71.0, Randy MacLeod 
> > rust, 1.71.0, Randy MacLeod 
> > vala, 0.56.9, Alexander Kanavin 
> > ethtool, 6.4, Changhyeok Bae 
> > go-helloworld, 0.1-new-commits-available, Khem Raj <
> raj.k...@gmail.com>
> > groff, 1.23.0, Hongxu Jia 
> > libarchive, 3.7.1, Otavio Salvador <
> otavio.salva...@ossystems.com.br>
> > sudo, 1.9.14p3, Chen Qi 
> > tar, 1.35, Chen Qi 
> > epiphany, 44.6, Alexander Kanavin 
> > adwaita-icon-theme, 44.0, Ross Burton 
> > libgudev, 238, Ross Burton 
> > librsvg, 2.56.3, Anuj Mittal 
> > harfbuzz, 8.1.0, Anuj Mittal 
> > libsdl2, 2.28.1, Yi Zhao 
> > libglu, 9.0.3, Ross Burton 
> > mesa, 23.1.4, Otavio Salvador 
> > piglit, 1.0-new-commits-available, Ross Burton <
> ross.bur...@arm.com>
> > vulkan-loader, 1.3.250.1, Anuj Mittal 
> > vulkan-samples, git-new-commits-available, Ross Burton <
> ross.bur...@arm.com>
> > wayland-utils, 1.2.0, Denys Dmytriyenko 
> > libpthread-stubs, 0.5, Alexander Kanavin  >
> > lttng-modules, 2.13.10, Richard Purdie <
> richard.pur...@linuxfoundation.org>
> > lttng-tools, 2.13.10, Richard Purdie <
> richard.pur...@linuxfoundation.org>
> > gst-devtools, 1.22.5, Anuj Mittal 
> > gstreamer1.0-libav, 1.22.5, Anuj Mittal 
> > gstreamer1.0-omx, 1.22.5, Anuj Mittal 
> > gstreamer1.0-plugins-bad, 1.22.5, Anuj Mittal <
> anuj.mit...@intel.com>
> > gstreamer1.0-plugins-base, 1.22.5, Anuj Mittal <
> anuj.mit...@intel.com>
> > gstreamer1.0-plugins-good, 1.22.5, Anuj Mittal <
> anuj.mit...@intel.com>
> > gstreamer1.0-plugins-ugly, 1.22.5, Anuj Mittal <
> anuj.mit...@intel.com>
> > gstreamer1.0-python, 1.22.5, Anuj Mittal 
> > gstreamer1.0-rtsp-server, 1.22.5, Anuj Mittal <
> anuj.mit...@intel.com>
> > 

Re: [OE-core] eSDK is missing native cross-compiler toolchain and compiled target libs

2023-08-01 Thread Ross Burton
On 24 Jul 2023, at 12:38, Sutton, Chris (FP) - IC via lists.openembedded.org 
 wrote:
>  I’ve built the eSDK for poky honister. However, it DOES NOT contain the 
> cross-compiler toolchain/compiled target libs.
> I build the standard SDK and it DOES contain the cross-compiler 
> toolchain/compiled target libs but of course has no built-in QEMU.

I can’t see any reason why you can’t just add nativesdk-qemu to your standard 
SDK.

> I am confused by this. I thought the eSDK came with a toolchain, but it seems 
> not.
>  I need both the cross-compiler toolchain/compiled target libs and QEMU.
> How can I include the cross-compiler toolchain/compiled target libs in the 
> eSDK build?

eSDKs are pretty minimal out of the box, you need to use ‘devtool sdk-install’ 
to install tools.  ‘devtool sdk-install gcc-cross-aarch64’ or similar should 
work I believe.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185361): 
https://lists.openembedded.org/g/openembedded-core/message/185361
Mute This Topic: https://lists.openembedded.org/mt/100326608/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core][master][PATCH] alsa-lib: Add ptest

2023-08-01 Thread Alexander Kanavin
The actual list is defined in the makefile:

https://github.com/alsa-project/alsa-lib/blob/master/test/Makefile.am

I had asked why the patch builds and runs only a hardcoded subset, but
got no response. Also the need for doing this as a ptest should be
justified to begin with.

Alex

On Tue, 1 Aug 2023 at 18:50, Khem Raj  wrote:
>
> On 8/1/23 6:38 AM, Poonam Jadhav wrote:
> > From: Poonam Jadhav 
> >
> > Alsa-lib is a user space library that provides audio
> > and MIDI functionality apis for simplifying application
> > programming and provide higher level functionality
> >
> > ptest executes below binaries on target:
> > 1.config
> > 2.control
> > 3.client_event_filter
> > 4.midi_event
> > 5.namehint
> >
> > Signed-off-by: Poonam Jadhav 
> > ---
> >   .../distro/include/ptest-packagelists.inc |  1 +
> >   .../alsa/alsa-lib/run-ptest   | 14 
> >   .../recipes-multimedia/alsa/alsa-lib_1.2.9.bb | 22 +--
> >   3 files changed, 35 insertions(+), 2 deletions(-)
> >   create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/run-ptest
> >
> > diff --git a/meta/conf/distro/include/ptest-packagelists.inc 
> > b/meta/conf/distro/include/ptest-packagelists.inc
> > index 6250cf081e..99f09132ae 100644
> > --- a/meta/conf/distro/include/ptest-packagelists.inc
> > +++ b/meta/conf/distro/include/ptest-packagelists.inc
> > @@ -5,6 +5,7 @@
> >   #
> >   PTESTS_FAST = "\
> >   acl \
> > +alsa-lib \
> >   apr-util \
> >   attr \
> >   babeltrace \
> > diff --git a/meta/recipes-multimedia/alsa/alsa-lib/run-ptest 
> > b/meta/recipes-multimedia/alsa/alsa-lib/run-ptest
> > new file mode 100644
> > index 00..8fbf9f140a
> > --- /dev/null
> > +++ b/meta/recipes-multimedia/alsa/alsa-lib/run-ptest
> > @@ -0,0 +1,14 @@
> > +#!/bin/sh
> > +set -eux
> > +
> > +for t in config control midi_event client_event_filter client_event_filter
>
> It will be good to derive this list from the sources so it remains in
> sync with future additions/deletions.
>
> > +do
> > +if "./$t" > "alsa-lib_$t.log" 2>&1
> > +then
> > +echo "PASS: $t"
> > +else
> > +echo "FAIL: $t"
> > +cat "alsa-lib_$t.log"
> > +fi
> > +rm "alsa-lib_$t.log"
> > +done
> > diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb 
> > b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
> > index d482e27683..8dcd7c4448 100644
> > --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
> > +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
> > @@ -9,10 +9,12 @@ LIC_FILES_CHKSUM = 
> > "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \
> >   
> > file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24
> >  \
> >   "
> >
> > -SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2;
> > +SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \
> > +   file://run-ptest \
> > +  "
> >   SRC_URI[sha256sum] = 
> > "dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2"
> >
> > -inherit autotools pkgconfig
> > +inherit autotools pkgconfig ptest
> >
> >   EXTRA_OECONF += " \
> >   ${@bb.utils.contains('TARGET_FPU', 'soft', '--with-softfloat', '', 
> > d)} \
> > @@ -42,3 +44,19 @@ RREPLACES:alsa-conf = "alsa-conf-base"
> >   RCONFLICTS:alsa-conf = "alsa-conf-base"
> >
> >   BBCLASSEXTEND = "native nativesdk"
> > +
> > +do_compile:append() {
> > +${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/lsb/config.c" -I "${S}/include" 
> > -L "${B}/src/.libs/" -lasound -o config
> > +${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/control.c" -I "${S}/include" -L 
> > "${B}/src/.libs/" -lasound -o control
> > +${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/client_event"_filter.c -I 
> > "${S}/include" -L "${B}/src/.libs/" -lasound -o client_event_filter
> > +${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/namehint.c" -I "${S}/include" -L 
> > "${B}/src/.libs/" -lasound -o namehint
> > +${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/lsb/midi_event.c" -I 
> > "${S}/include" -L "${B}/src/.libs/" -lasound -o midi_event
> > +}
> > +
> > +do_install_ptest:append() {
> > +install -m 0755 "${B}/config" "${D}${PTEST_PATH}"
> > +install -m 0755 "${B}/control" "${D}${PTEST_PATH}"
> > +install -m 0755 "${B}/client_event_filter" "${D}${PTEST_PATH}"
> > +install -m 0755 "${B}/midi_event" "${D}${PTEST_PATH}"
> > +install -m 0755 "${B}/namehint" "${D}${PTEST_PATH}"
> > +}
> >
> >
> >
> >
> >
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185360): 
https://lists.openembedded.org/g/openembedded-core/message/185360
Mute This Topic: https://lists.openembedded.org/mt/100483753/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core][master][PATCH] alsa-lib: Add ptest

2023-08-01 Thread Khem Raj

On 8/1/23 6:38 AM, Poonam Jadhav wrote:

From: Poonam Jadhav 

Alsa-lib is a user space library that provides audio
and MIDI functionality apis for simplifying application
programming and provide higher level functionality

ptest executes below binaries on target:
1.config
2.control
3.client_event_filter
4.midi_event
5.namehint

Signed-off-by: Poonam Jadhav 
---
  .../distro/include/ptest-packagelists.inc |  1 +
  .../alsa/alsa-lib/run-ptest   | 14 
  .../recipes-multimedia/alsa/alsa-lib_1.2.9.bb | 22 +--
  3 files changed, 35 insertions(+), 2 deletions(-)
  create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/run-ptest

diff --git a/meta/conf/distro/include/ptest-packagelists.inc 
b/meta/conf/distro/include/ptest-packagelists.inc
index 6250cf081e..99f09132ae 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -5,6 +5,7 @@
  #
  PTESTS_FAST = "\
  acl \
+alsa-lib \
  apr-util \
  attr \
  babeltrace \
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/run-ptest 
b/meta/recipes-multimedia/alsa/alsa-lib/run-ptest
new file mode 100644
index 00..8fbf9f140a
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-lib/run-ptest
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -eux
+
+for t in config control midi_event client_event_filter client_event_filter


It will be good to derive this list from the sources so it remains in 
sync with future additions/deletions.



+do
+if "./$t" > "alsa-lib_$t.log" 2>&1
+then
+echo "PASS: $t"
+else
+echo "FAIL: $t"
+cat "alsa-lib_$t.log"
+fi
+rm "alsa-lib_$t.log"
+done
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb 
b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
index d482e27683..8dcd7c4448 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb
@@ -9,10 +9,12 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \
  
file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 
\
  "
  
-SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2;

+SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \
+   file://run-ptest \
+  "
  SRC_URI[sha256sum] = 
"dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2"
  
-inherit autotools pkgconfig

+inherit autotools pkgconfig ptest
  
  EXTRA_OECONF += " \

  ${@bb.utils.contains('TARGET_FPU', 'soft', '--with-softfloat', '', d)} \
@@ -42,3 +44,19 @@ RREPLACES:alsa-conf = "alsa-conf-base"
  RCONFLICTS:alsa-conf = "alsa-conf-base"
  
  BBCLASSEXTEND = "native nativesdk"

+
+do_compile:append() {
+${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/lsb/config.c" -I "${S}/include" -L 
"${B}/src/.libs/" -lasound -o config
+${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/control.c" -I "${S}/include" -L 
"${B}/src/.libs/" -lasound -o control
+${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/client_event"_filter.c -I "${S}/include" -L 
"${B}/src/.libs/" -lasound -o client_event_filter
+${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/namehint.c" -I "${S}/include" -L 
"${B}/src/.libs/" -lasound -o namehint
+${CC} ${CFLAGS} ${LDFLAGS} "${S}/test/lsb/midi_event.c" -I "${S}/include" -L 
"${B}/src/.libs/" -lasound -o midi_event
+}
+
+do_install_ptest:append() {
+install -m 0755 "${B}/config" "${D}${PTEST_PATH}"
+install -m 0755 "${B}/control" "${D}${PTEST_PATH}"
+install -m 0755 "${B}/client_event_filter" "${D}${PTEST_PATH}"
+install -m 0755 "${B}/midi_event" "${D}${PTEST_PATH}"
+install -m 0755 "${B}/namehint" "${D}${PTEST_PATH}"
+}







OpenPGP_0xBB053355919D3314.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185359): 
https://lists.openembedded.org/g/openembedded-core/message/185359
Mute This Topic: https://lists.openembedded.org/mt/100483753/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe-core][RFC PATCH v2 1/6] bitbake.conf: Add new DEPLOY_DIR_FEED variables.

2023-08-01 Thread Alexander Kanavin
I don't know about lockfiles, so your call. Investigate how it's used
elsewhere in poky.

Alex

On Tue, 1 Aug 2023 at 18:18, Charlie Johnston  wrote:
>
> Ah, good idea. I had the bbclass adding the ${PN} but it definitely
> makes more sense here.
>
> Is it worth it to add [lockfiles] for each package type's directory?
> Or maybe one at the top level "feeds" location?
>
> Thanks!
> Charlie Johnston
>
> On 8/1/23 05:25, Alexander Kanavin wrote:
> > As these directories will be written into by multiple recipes that use
> > the packagefeed class, won't they race and step on each other? Should
> > there be a ${PN} in these definitions?
> >
> > Alex
> >
> > On Mon, 31 Jul 2023 at 23:53, Charlie Johnston  
> > wrote:
> >>
> >> This change adds a new variable that defines where
> >> feeds should be created when building a packagefeed.
> >> A feed location for each package type is also added
> >> to allow multiple package type feeds to be created
> >> in parallel.
> >>
> >> The location is ${DEPLOY_DIR}/feeds/
> >>
> >> Signed-off-by: Charlie Johnston 
> >> ---
> >>  meta/conf/bitbake.conf | 4 
> >>  1 file changed, 4 insertions(+)
> >>
> >> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> >> index 8dd615..fd1738069f 100644
> >> --- a/meta/conf/bitbake.conf
> >> +++ b/meta/conf/bitbake.conf
> >> @@ -450,6 +450,10 @@ DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm"
> >>  DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb"
> >>  DEPLOY_DIR_IMAGE ?= "${DEPLOY_DIR}/images/${MACHINE}"
> >>  DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
> >> +DEPLOY_DIR_FEED ?= "${DEPLOY_DIR}/feeds/"
> >> +DEPLOY_DIR_FEED_IPK = "${DEPLOY_DIR_FEED}/ipk"
> >> +DEPLOY_DIR_FEED_RPM = "${DEPLOY_DIR_FEED}/rpm"
> >> +DEPLOY_DIR_FEED_DEB = "${DEPLOY_DIR_FEED}/deb"
> >>
> >>  PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}"
> >>  PKGDATA_DIR_SDK = "${TMPDIR}/pkgdata/${SDK_SYS}"
> >> --
> >> 2.41.0
> >>
> >>
> >> 
> >>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185358): 
https://lists.openembedded.org/g/openembedded-core/message/185358
Mute This Topic: https://lists.openembedded.org/mt/100471799/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core][master][mickledore][PATCH] openssl: Upgrade 3.1.1 -> 3.1.2

2023-08-01 Thread Peter Marko via lists.openembedded.org
From: Peter Marko 

https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-311-and-openssl-312-1-aug-2023
Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [1 Aug 2023]
* Fix excessive time spent checking DH q parameter value (CVE-2023-3817)
* Fix DH_check() excessive time with over sized modulus (CVE-2023-3446)
* Do not ignore empty associated data entries with AES-SIV (CVE-2023-2975)
* When building with the enable-fips option and using the resulting FIPS 
provider, TLS 1.2 will, by default, mandate the use of an extended master 
secret and the Hash and HMAC DRBGs will not operate with truncated digests.

Signed-off-by: Peter Marko 
---
 .../openssl/{openssl_3.1.1.bb => openssl_3.1.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssl/{openssl_3.1.1.bb => 
openssl_3.1.2.bb} (99%)

diff --git a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb 
b/meta/recipes-connectivity/openssl/openssl_3.1.2.bb
similarity index 99%
rename from meta/recipes-connectivity/openssl/openssl_3.1.1.bb
rename to meta/recipes-connectivity/openssl/openssl_3.1.2.bb
index c2a7173c84..817bfedee1 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.1.1.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.1.2.bb
@@ -18,7 +18,7 @@ SRC_URI:append:class-nativesdk = " \
file://environment.d-openssl.sh \
"
 
-SRC_URI[sha256sum] = 
"b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674"
+SRC_URI[sha256sum] = 
"a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539"
 
 inherit lib_package multilib_header multilib_script ptest perlnative
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185357): 
https://lists.openembedded.org/g/openembedded-core/message/185357
Mute This Topic: https://lists.openembedded.org/mt/100487930/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [AUH] Upgrade status: 2023-08-01

2023-08-01 Thread Alexander Kanavin
A lot of the failures seem to be about

File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory:
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/curl/COPYING'

As the projects didn't do anything to license files, something has
clearly regressed here, I'll take a look and probably start a re-run.

Alex


On Tue, 1 Aug 2023 at 18:30, Auto Upgrade Helper  wrote:
>
> AUH finished upgrade batch the result patches/logs can be found at:
> https://autobuilder.yocto.io/pub/auh/20230801050116, next are the statistics:
>
> Recipe upgrade statistics:
>
> * Failed (devtool error): 76
> bind, 9.18.17, Unassigned 
> kea, 2.4.0, Unassigned 
> openssh, 9.3p2, Unassigned 
> gettext, 0.22, Robert Yang 
> glibc-tests, 2.38, Lukasz Majewski 
> glibc, 2.38, Khem Raj 
> libcgroup, 3.1.0, Alexander Kanavin 
> systemd-boot, 254, Chen Qi 
> systemd, 254, Chen Qi 
> util-linux-libuuid, 2.39.1, Chen Qi 
> util-linux, 2.39.1, Chen Qi 
> binutils, 2.41, Khem Raj 
> cmake, 3.27.1, Unassigned 
> gnu-config, 20230216-new-commits-available, Robert Yang 
> 
> meson, 1.2.0, Alexander Kanavin 
> perl, 5.38.0, Alexander Kanavin 
> python3-certifi, 2023.7.22, Tim Orling 
> python3-cython, 3.0.0, Unassigned 
> python3-dbusmock, 0.29.1, Unassigned 
> python3-dtschema, 2023.7, Bruce Ashfield 
> python3-editables, 0.5, Ross Burton 
> python3-jsonschema, 4.18.4, Bruce Ashfield 
> python3-libarchive-c, 5.0, Joshua Watt 
> python3-markdown, 3.4.4, Alexander Kanavin 
> python3-more-itertools, 10.0.0, Tim Orling 
> python3-numpy, 1.25.2, Unassigned 
> python3-pathspec, 0.11.2, Ross Burton 
> python3-pip, 23.2.1, Zang Ruochen 
> python3-pyparsing, 3.1.1, Unassigned 
> python3-sphinx, 7.1.1, Tim Orling 
> python3-wheel, 0.41.0, Tim Orling 
> cargo, 1.71.0, Randy MacLeod 
> libstd-rs, 1.71.0, Randy MacLeod 
> rust-llvm, 1.71.0, Randy MacLeod 
> rust, 1.71.0, Randy MacLeod 
> vala, 0.56.9, Alexander Kanavin 
> ethtool, 6.4, Changhyeok Bae 
> go-helloworld, 0.1-new-commits-available, Khem Raj 
> 
> groff, 1.23.0, Hongxu Jia 
> libarchive, 3.7.1, Otavio Salvador 
> sudo, 1.9.14p3, Chen Qi 
> tar, 1.35, Chen Qi 
> epiphany, 44.6, Alexander Kanavin 
> adwaita-icon-theme, 44.0, Ross Burton 
> libgudev, 238, Ross Burton 
> librsvg, 2.56.3, Anuj Mittal 
> harfbuzz, 8.1.0, Anuj Mittal 
> libsdl2, 2.28.1, Yi Zhao 
> libglu, 9.0.3, Ross Burton 
> mesa, 23.1.4, Otavio Salvador 
> piglit, 1.0-new-commits-available, Ross Burton 
> vulkan-loader, 1.3.250.1, Anuj Mittal 
> vulkan-samples, git-new-commits-available, Ross Burton 
> 
> wayland-utils, 1.2.0, Denys Dmytriyenko 
> libpthread-stubs, 0.5, Alexander Kanavin 
> lttng-modules, 2.13.10, Richard Purdie 
> 
> lttng-tools, 2.13.10, Richard Purdie 
> 
> gst-devtools, 1.22.5, Anuj Mittal 
> gstreamer1.0-libav, 1.22.5, Anuj Mittal 
> gstreamer1.0-omx, 1.22.5, Anuj Mittal 
> gstreamer1.0-plugins-bad, 1.22.5, Anuj Mittal 
> gstreamer1.0-plugins-base, 1.22.5, Anuj Mittal 
> gstreamer1.0-plugins-good, 1.22.5, Anuj Mittal 
> gstreamer1.0-plugins-ugly, 1.22.5, Anuj Mittal 
> gstreamer1.0-python, 1.22.5, Anuj Mittal 
> gstreamer1.0-rtsp-server, 1.22.5, Anuj Mittal 
> gstreamer1.0-vaapi, 1.22.5, Anuj Mittal 
> gstreamer1.0, 1.22.5, Anuj Mittal 
> webkitgtk, 2.40.4, Alexander Kanavin 
> curl, 8.2.1, Robert Joslyn 
> diffoscope, 246, Joshua Watt 
> gmp, 6.3.0, Khem Raj 
> gnupg, 2.4.3, Hongxu Jia 
> gpgme, 1.21.0, Hongxu Jia 
> libgit2, 1.7.0, Unassigned 
> re2c, 3.1, Khem Raj 
> * Succeeded: 19
> dhcpcd, 10.0.2, Unassigned 
> seatd, 0.8.0, Alexander Kanavin 
> btrfs-tools, 6.3.3, Wang Mingyu 
> createrepo-c, 1.0.0, Alexander Kanavin 
> dnf, 4.16.2, Alexander Kanavin 
> file, 5.45, Yi Zhao 
> libdnf, 0.70.2, Alexander Kanavin 
> mmc-utils, 0.1-new-commits-available, Anuj Mittal 
> 
> python3-dtc, 1.7.0, Trevor Gamblin 
> sysklogd, 2.5.1, Chen Qi 
> glslang, 1.3.250.1, Jose Quaresma 
> shaderc, 2023.5, Jose Quaresma 
> spirv-headers, 1.3.250.1, Jose Quaresma 
> spirv-tools, 1.3.250.1, Jose Quaresma 
> vulkan-headers, 1.3.250.1, Anuj Mittal 
> vulkan-tools, 

[OE-core] [AUH] curl: upgrading to 8.2.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *curl* to *8.2.1* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade curl -V 8.2.1
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:11
Adding changed files:   2% || ETA:  0:00:07
Adding changed files:   4% |#   | ETA:  0:00:06
Adding changed files:   5% |#   | ETA:  0:00:06
Adding changed files:   6% |##  | ETA:  0:00:05
Adding changed files:   8% |##  | ETA:  0:00:05
Adding changed files:   9% |### | ETA:  0:00:05
Adding changed files:  10% |### | ETA:  0:00:05
Adding changed files:  12% || ETA:  0:00:05
Adding changed files:  13% || ETA:  0:00:05
Adding changed files:  15% |#   | ETA:  0:00:05
Adding changed files:  16% |#   | ETA:  0:00:05
Adding changed files:  17% |##  | ETA:  0:00:05
Adding changed files:  19% |##  | ETA:  0:00:05
Adding changed files:  20% |### | ETA:  0:00:05
Adding changed files:  21% |### | ETA:  0:00:05
Adding changed files:  23% || ETA:  0:00:05
Adding changed files:  24% || ETA:  0:00:04
Adding changed files:  25% |#   | ETA:  0:00:04
Adding changed files:  27% |#   | ETA:  0:00:04
Adding changed files:  28% |##  | ETA:  0:00:04
Adding changed files:  30% 

[OE-core] [AUH] gstreamer1.0-python: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-python* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-python -V 1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:19:00.627396)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.5.tar.xz...
INFO: Rebasing devtool onto a4dc8dd452569daad18eaec5f8c856b73c9de503
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/gstreamer1.0-python/COPYING'


Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 

[OE-core] [AUH] gnupg: upgrading to 2.4.3 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnupg* to *2.4.3* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade gnupg -V 2.4.3
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   4% |#   | ETA:  0:00:02
Adding changed files:   8% |### | ETA:  0:00:02
Adding changed files:  12% || ETA:  0:00:01
Adding changed files:  16% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  25% |#   | ETA:  0:00:02
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  33% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  50% |##  | ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  58% |#   | ETA:  0:00:00
Adding changed files:  63% |##  | ETA:  0:00:00
Adding changed files:  67% || ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  75% |### | ETA:  0:00:00
Adding changed files:  79% || ETA:  0:00:00
Adding changed files:  84% |##  | ETA:  0:00:00
Adding changed files:  88% |### | ETA:  0:00:00
Adding changed files:  92% 

[OE-core] [AUH] re2c: upgrading to 3.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *re2c* to *3.1* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade re2c -V 3.1
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:11
Adding changed files:   2% |#   | ETA:  0:00:07
Adding changed files:   4% |#   | ETA:  0:00:07
Adding changed files:   5% |##  | ETA:  0:00:06
Adding changed files:   7% |##  | ETA:  0:00:05
Adding changed files:   8% |### | ETA:  0:00:05
Adding changed files:  10% |### | ETA:  0:00:04
Adding changed files:  11% || ETA:  0:00:04
Adding changed files:  12% || ETA:  0:00:04
Adding changed files:  14% |#   | ETA:  0:00:04
Adding changed files:  15% |#   | ETA:  0:00:04
Adding changed files:  17% |##  | ETA:  0:00:04
Adding changed files:  18% |##  | ETA:  0:00:04
Adding changed files:  20% |### | ETA:  0:00:03
Adding changed files:  21% |### | ETA:  0:00:03
Adding changed files:  23% || ETA:  0:00:03
Adding changed files:  24% || ETA:  0:00:03
Adding changed files:  25% |#   | ETA:  0:00:03
Adding changed files:  27% |#   | ETA:  0:00:03
Adding changed files:  28% |##  | ETA:  0:00:03
Adding changed files:  30% |##  | ETA:  0:00:03
Adding changed files:  31% 

[OE-core] [AUH] gstreamer1.0: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.22.5* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0 -V 1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:21:31.457225)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   6% |##  | ETA:  0:00:01
Adding changed files:  12% || ETA:  0:00:00
Adding changed files:  19% |### | ETA:  0:00:00
Adding changed files:  25% |#   | ETA:  0:00:00
Adding changed files:  32% |### | ETA:  0:00:00
Adding changed files:  38% |##  | ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  58% |#   | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  77% || ETA:  0:00:00
Adding changed files:  84% |##  | ETA:  0:00:00
Adding changed files:  90% || ETA:  0:00:00
Adding changed files:  97% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.5.tar.xz...
INFO: Rebasing devtool onto 7bf18f6896283be27af60682ac948f4429f66930
WARNING: Command 'git rebase 7bf18f6896283be27af60682ac948f4429f66930' 

[OE-core] [AUH] gmp: upgrading to 6.3.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gmp* to *6.3.0* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade gmp -V 6.3.0
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   2% || ETA:  0:00:11
Adding changed files:   4% |#   | ETA:  0:00:07
Adding changed files:   7% |##  | ETA:  0:00:05
Adding changed files:   9% |### | ETA:  0:00:05
Adding changed files:  11% || ETA:  0:00:04
Adding changed files:  14% |#   | ETA:  0:00:04
Adding changed files:  16% |#   | ETA:  0:00:04
Adding changed files:  18% |##  | ETA:  0:00:03
Adding changed files:  21% |### | ETA:  0:00:03
Adding changed files:  23% || ETA:  0:00:03
Adding changed files:  25% |#   | ETA:  0:00:03
Adding changed files:  28% |##  | ETA:  0:00:03
Adding changed files:  30% |### | ETA:  0:00:02
Adding changed files:  32% |### | ETA:  0:00:02
Adding changed files:  35% || ETA:  0:00:02
Adding changed files:  37% |#   | ETA:  0:00:02
Adding changed files:  39% |##  | ETA:  0:00:02
Adding changed files:  42% |### | ETA:  0:00:02
Adding changed files:  44% || ETA:  0:00:02
Adding changed files:  47% || ETA:  0:00:02
Adding changed files:  49% |#   | ETA:  0:00:02
Adding changed files:  51% 

[OE-core] [AUH] xxhash: upgrading to 0.8.2 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xxhash* to *0.8.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-xxhash-upgrade-0.8.1-0.8.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 557b94c0a35b6db782da67bf12f9915bcd4724e6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 16:28:46 +
Subject: [PATCH] xxhash: upgrade 0.8.1 -> 0.8.2

---
 .../{xxhash_0.8.1.bb => xxhash_0.8.2.bb}  | 26 ---
 1 file changed, 23 insertions(+), 3 deletions(-)
 rename meta/recipes-support/xxhash/{xxhash_0.8.1.bb => xxhash_0.8.2.bb} (48%)

diff --git a/meta/recipes-support/xxhash/xxhash_0.8.1.bb 
b/meta/recipes-support/xxhash/xxhash_0.8.2.bb
similarity index 48%
rename from meta/recipes-support/xxhash/xxhash_0.8.1.bb
rename to meta/recipes-support/xxhash/xxhash_0.8.2.bb
index 222ba7b77c..02a24df7af 100644
--- a/meta/recipes-support/xxhash/xxhash_0.8.1.bb
+++ b/meta/recipes-support/xxhash/xxhash_0.8.2.bb
@@ -1,16 +1,36 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -1,5 +1,5 @@
+#  xxHash Library
+# -Copyright (c) 2012-2020 Yann Collet
+# +Copyright (c) 2012-2021 Yann Collet
+#  All rights reserved.
+#  
+#  BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
+# 
+#
+
 SUMMARY = "Extremely fast non-cryptographic hash algorithm"
 DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
 working at speeds close to RAM limits."
 HOMEPAGE = "http://www.xxhash.com/;
 LICENSE = "BSD-2-Clause & GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \
 file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-   "
+"
 
 SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"
 
-SRCREV = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c"
+SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba"
 
 S = "${WORKDIR}/git"
 
-- 
2.39.2

packages/core2-32-poky-linux/xxhash: PKGV changed from 0.8.1 [default] to 0.8.2 
[default]
packages/core2-32-poky-linux/xxhash: PV changed from "0.8.1" to "0.8.2"
Changes to packages/core2-32-poky-linux/xxhash (sysroot):
  /usr/lib/libxxhash.so.0 changed symlink target from libxxhash.so.0.8.1 to 
libxxhash.so.0.8.2
  /usr/lib/libxxhash.so changed symlink target from libxxhash.so.0.8.1 to 
libxxhash.so.0.8.2
  /usr/lib/libxxhash.so.0.8.1 moved to /usr/lib/libxxhash.so.0.8.2
packages/core2-32-poky-linux/xxhash/xxhash-dbg: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/xxhash/xxhash-dbg: PV changed from "0.8.1" to 
"0.8.2"
packages/core2-32-poky-linux/xxhash/xxhash-dbg: FILELIST: removed 
"/usr/lib/.debug/libxxhash.so.0.8.1", added "/usr/lib/.debug/libxxhash.so.0.8.2"
packages/core2-32-poky-linux/xxhash/xxhash-dbg: PKGSIZE changed from 785884 to 
614764 (-22%)
packages/core2-32-poky-linux/xxhash/xxhash-dev: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/xxhash/xxhash-dev: PV changed from "0.8.1" to 
"0.8.2"
packages/core2-32-poky-linux/xxhash/xxhash-dev: PKGSIZE changed from 212472 to 
255922 (+20%)
packages/core2-32-poky-linux/xxhash/xxhash-doc: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/xxhash/xxhash-doc: PV changed from "0.8.1" to 
"0.8.2"
packages/core2-32-poky-linux/xxhash/xxhash-doc: PKGSIZE changed from 4604 to 
4854 (+5%)
packages/core2-32-poky-linux/xxhash/xxhash-locale: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/xxhash/xxhash-locale: PV changed from "0.8.1" to 
"0.8.2"
packages/core2-32-poky-linux/xxhash/xxhash-src: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/xxhash/xxhash-src: PV changed 

[OE-core] [AUH] wayland-utils: upgrading to 1.2.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *wayland-utils* to *1.2.0* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade wayland-utils -V 1.2.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(14:57:15.343539)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (14:57:15.468860)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/1.2.0/downloads/wayland-utils-1.2.0.tar.xz...
INFO: Rebasing devtool onto 3054f7019986f3c340a29bcefcacbc6219666793
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/wayland-utils/COPYING'



[OE-core] [AUH] gst-devtools: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gst-devtools* to *1.22.5* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gst-devtools -V 1.22.5
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  19% |### | ETA:  0:00:00
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  58% |#   | ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files:  97% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.5.tar.xz...
INFO: Rebasing devtool onto 079fa1950c47bdee50f9756de40e9c48648b2f5c
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 

[OE-core] [AUH] vulkan-validation-layers: upgrading to 1.3.250.1 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-validation-layers* to 
*1.3.250.1* has Succeeded.

Next steps:
- apply the patch: git am 
0001-vulkan-validation-layers-upgrade-1.3.250.0-1.3.250.1.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 ce4d75586bef251a2894e0a3bed055b181830ad7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 14:56:22 +
Subject: [PATCH] vulkan-validation-layers: upgrade 1.3.250.0 -> 1.3.250.1

---
 ...ayers_1.3.250.0.bb => vulkan-validation-layers_1.3.250.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-validation-layers_1.3.250.0.bb => 
vulkan-validation-layers_1.3.250.1.bb} (97%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb 
b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.1.bb
similarity index 97%
rename from meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.1.bb
index 62c6343c45..e15a6fb299 100644
--- a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.250.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=8df9e8826734226d08cb412babfa599c"
 SRC_URI = 
"git://g...@github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=sdk-1.3.250;protocol=https
 \

file://0001-scripts-CMakeLists.txt-append-to-CMAKE_FIND_ROOT_PAT.patch \
"
-SRCREV = "1541e00a63cd125f15d231d5a8059ebe66503b25"
+SRCREV = "d6c1e5a5a6229b52c20c643ff626a948d4850865"
 
 S = "${WORKDIR}/git"
 
-- 
2.39.2

WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (0 cached, 899 parsed). 1806 targets, 70 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "powerpc-poky-linux"
MACHINE  = "qemuppc"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m32 fpu-hard ppc7400 altivec bigendian"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:02c62b4f95a1eefce33c148675c8e94e0de58838"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 53 Local 23 Mirrors 0 Missed 30 Current 517 (43% match, 
94% complete)
NOTE: Executing Tasks
NOTE: Running setscene task 534 of 570 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/glslang/glslang_1.3.250.0.bb:do_packagedata_setscene)
NOTE: Running setscene task 536 of 570 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-tools_1.3.250.0.bb:do_package_setscene)
NOTE: recipe glslang-1_1.3.250.0-r0: task do_packagedata_setscene: Started
NOTE: recipe glslang-1_1.3.250.0-r0: task do_packagedata_setscene: Succeeded
NOTE: Running setscene task 539 of 570 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb:do_packagedata_setscene)
NOTE: Running setscene task 542 of 570 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-tools_1.3.250.0.bb:do_populate_sysroot_setscene)
NOTE: recipe vulkan-headers-1.3.250.0-r0: task do_packagedata_setscene: Started
NOTE: recipe spirv-tools-1_1.3.250.0-r0: task do_populate_sysroot_setscene: 
Started
NOTE: recipe vulkan-headers-1.3.250.0-r0: task do_packagedata_setscene: 
Succeeded
NOTE: recipe spirv-tools-1_1.3.250.0-r0: task do_populate_sysroot_setscene: 
Succeeded
NOTE: Running task 1383 of 1594 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_compile)
NOTE: Running task 1384 of 1594 

[OE-core] [AUH] gstreamer1.0-plugins-base: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-base -V 
1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(15:14:57.342376)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (15:14:57.451261)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:02
Adding changed files:   7% |##  | ETA:  0:00:02
Adding changed files:  11% || ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:01
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  22% || ETA:  0:00:01
Adding changed files:  26% |#   | ETA:  0:00:01
Adding changed files:  30% |##  | ETA:  0:00:01
Adding changed files:  34% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:00
Adding changed files:  41% |### | ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  49% |#   | ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed 

[OE-core] [AUH] puzzles: upgrading to 0dd01866627e82ea21ed0e85021abdb070e0159c SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *puzzles* to 
*0dd01866627e82ea21ed0e85021abdb070e0159c* has Succeeded.

Next steps:
- apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.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 abc875e820963a25bf8eb83131ae861f7ae8860d Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 16:03:26 +
Subject: [PATCH] puzzles: upgrade to latest revision

---
 meta/recipes-sato/puzzles/puzzles_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb 
b/meta/recipes-sato/puzzles/puzzles_git.bb
index 960b5d3b11..6f1b220de0 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "b6c842a28cf6597df063fcff35079c3e3982381e"
+SRCREV = "0dd01866627e82ea21ed0e85021abdb070e0159c"
 PE = "2"
 PV = "0.0+git${SRCPV}"
 
-- 
2.39.2

packages/core2-32-poky-linux/puzzles: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles: PKGV changed from 
0.0+gitAUTOINC+b6c842a28c [default] to 0.0+gitAUTOINC+0dd0186662 [default]
packages/core2-32-poky-linux/puzzles/puzzles-dbg: PKGSIZE changed from 15564172 
to 15728372 (+1%)
packages/core2-32-poky-linux/puzzles/puzzles-dbg: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles/puzzles-dbg: PKGV changed from 
0.0+git0+b6c842a28c to 0.0+git0+0dd0186662
packages/core2-32-poky-linux/puzzles/puzzles-dev: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles/puzzles-dev: RRECOMMENDS: removed "puzzles 
(['= 2:0.0+git0+b6c842a28c-r0'])", added "puzzles (['= 
2:0.0+git0+0dd0186662-r0'])"
packages/core2-32-poky-linux/puzzles/puzzles-dev: PKGV changed from 
0.0+git0+b6c842a28c to 0.0+git0+0dd0186662
packages/core2-32-poky-linux/puzzles/puzzles-doc: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles/puzzles-doc: PKGV changed from 
0.0+git0+b6c842a28c to 0.0+git0+0dd0186662
packages/core2-32-poky-linux/puzzles/puzzles-locale: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles/puzzles-locale: PKGV changed from 
0.0+git0+b6c842a28c to 0.0+git0+0dd0186662
packages/core2-32-poky-linux/puzzles/puzzles-src: PKGSIZE changed from 3692462 
to 3831955 (+4%)
packages/core2-32-poky-linux/puzzles/puzzles-src: PV changed from 
"0.0+gitAUTOINC+b6c842a28c" to "0.0+gitAUTOINC+0dd0186662"
packages/core2-32-poky-linux/puzzles/puzzles-src: FILELIST: removed 
"/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/lightup.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/random.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/flip.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/guess.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/bridges.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/undead.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/unruly.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/tdq.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/map.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/findloop.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/magnets.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/rect.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/drawing.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/pearl.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0
 /dsf.c /usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/blackbox.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/sixteen.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/inertia.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/fifteen.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/twiddle.c 
/usr/src/debug/puzzles/2_0.0+gitAUTOINC+b6c842a28c-r0/slant.c 

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-rtsp-server -V 
1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(15:19:52.852940)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (15:19:52.961527)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.5.tar.xz...
INFO: Rebasing devtool onto f6b0254d126c4ab4fb56fcdf1100c82de0dbc541
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 

[OE-core] [AUH] gstreamer1.0-plugins-ugly: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-ugly* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-ugly -V 
1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:18:06.640583)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  29% |##  | ETA:  0:00:00
Adding changed files:  58% || ETA:  0:00:00
Adding changed files:  87% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.5.tar.xz...
INFO: Rebasing devtool onto ae7cd93d7fe9220a829299b25ecc9be5b38852a3
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 

[OE-core] [AUH] vulkan-tools: upgrading to 1.3.250.1 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-tools* to *1.3.250.1* 
has Succeeded.

Next steps:
- apply the patch: git am 
0001-vulkan-tools-upgrade-1.3.250.0-1.3.250.1.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 690ee3f26e9f8f04f51a42641e096af05c855a54 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 14:42:01 +
Subject: [PATCH] vulkan-tools: upgrade 1.3.250.0 -> 1.3.250.1

---
 .../{vulkan-tools_1.3.250.0.bb => vulkan-tools_1.3.250.1.bb}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.3.250.0.bb => 
vulkan-tools_1.3.250.1.bb} (100%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.0.bb 
b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.1.bb
similarity index 100%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.1.bb
-- 
2.39.2

WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (0 cached, 899 parsed). 1806 targets, 70 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
Removing 1 recipes from the qemuppc sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "powerpc-poky-linux"
MACHINE  = "qemuppc"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m32 fpu-hard ppc7400 altivec bigendian"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:57a1383bedbbc1530cb5317301e815de91451bee"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 56 Local 16 Mirrors 0 Missed 40 Current 496 (28% match, 
92% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1323 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_recipe_qa)
NOTE: Running task 1324 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb:do_recipe_qa)
NOTE: Running task 1336 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb:do_recipe_qa)
NOTE: Running task 1345 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb:do_recipe_qa)
NOTE: Running task 1371 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.3.250.0.bb:do_recipe_qa)
NOTE: Running task 1401 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.1.bb:do_recipe_qa)
NOTE: recipe libxrender-1_0.9.11-r0: task do_recipe_qa: Started
NOTE: recipe libxext-1_1.3.5-r0: task do_recipe_qa: Started
NOTE: recipe vulkan-headers-1.3.250.0-r0: task do_recipe_qa: Started
NOTE: recipe libxrandr-1_1.5.3-r0: task do_recipe_qa: Started
NOTE: recipe vulkan-tools-1.3.250.1-r0: task do_recipe_qa: Started
NOTE: recipe vulkan-loader-1.3.250.0-r0: task do_recipe_qa: Started
NOTE: recipe vulkan-headers-1.3.250.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 1464 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.250.0.bb:do_fetch)
NOTE: recipe libxrandr-1_1.5.3-r0: task do_recipe_qa: Succeeded
NOTE: Running task 1465 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb:do_fetch)
NOTE: recipe vulkan-tools-1.3.250.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 1466 of 1549 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.250.1.bb:do_fetch)
NOTE: recipe libxrender-1_0.9.11-r0: task do_recipe_qa: 

[OE-core] [AUH] gpgme: upgrading to 1.21.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gpgme* to *1.21.0* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade gpgme -V 1.21.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (16:20:34.555264)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   5% |##  | ETA:  0:00:02
Adding changed files:  11% || ETA:  0:00:01
Adding changed files:  17% |##  | ETA:  0:00:01
Adding changed files:  22% || ETA:  0:00:01
Adding changed files:  28% |##  | ETA:  0:00:00
Adding changed files:  34% || ETA:  0:00:00
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  57% || ETA:  0:00:00
Adding changed files:  62% |##  | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  74% |##  | ETA:  0:00:00
Adding changed files:  79% || ETA:  0:00:00
Adding changed files:  85% |##  | ETA:  0:00:00
Adding changed files:  91% || ETA:  0:00:00
Adding changed files:  96% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.21.0.tar.bz2...
INFO: Rebasing devtool onto 

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-libav -V 1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(15:11:44.092663)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (15:11:44.201890)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.5.tar.xz...
INFO: Rebasing devtool onto fa158b9754d0bb5bef5ec4cbdf45e3005e19c059
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/gstreamer1.0-libav/COPYING'


Please review the 

[OE-core] [AUH] piglit: upgrading to 191c8b6876208ca8e08083aa4e096da9abbfbc74 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *piglit* to 
*191c8b6876208ca8e08083aa4e096da9abbfbc74* has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe piglit failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (14:02:30.688299)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 191c8b6876208ca8e08083aa4e096da9abbfbc74
WARNING: Command 'git rebase 191c8b6876208ca8e08083aa4e096da9abbfbc74' failed:
Auto-merging CMakeLists.txt
CONFLICT (content): Merge conflict in CMakeLists.txt

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/piglit
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/piglit/piglit_git.bb



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185320): 
https://lists.openembedded.org/g/openembedded-core/message/185320
Mute This Topic: https://lists.openembedded.org/mt/100487642/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] harfbuzz: upgrading to 8.1.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *harfbuzz* to *8.1.0* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade harfbuzz -V 8.1.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:46:22.487583)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:17
Adding changed files:   2% |#   | ETA:  0:00:10
Adding changed files:   4% |#   | ETA:  0:00:08
Adding changed files:   5% |##  | ETA:  0:00:06
Adding changed files:   6% |##  | ETA:  0:00:06
Adding changed files:   8% |### | ETA:  0:00:05
Adding changed files:   9% |### | ETA:  0:00:05
Adding changed files:  11% || ETA:  0:00:05
Adding changed files:  12% || ETA:  0:00:04
Adding changed files:  13% |#   | ETA:  0:00:04
Adding changed files:  15% |#   | ETA:  0:00:04
Adding changed files:  16% |##  | ETA:  0:00:04
Adding changed files:  18% |##  | ETA:  0:00:04
Adding changed files:  19% |### | ETA:  0:00:04
Adding changed files:  20% |### | ETA:  0:00:03
Adding changed files:  22% || ETA:  0:00:03
Adding changed files:  23% || ETA:  0:00:03
Adding changed files:  25% |#   | ETA:  0:00:03
Adding changed files:  26% |#   | ETA:  0:00:03
Adding changed files:  27% |##  | ETA:  0:00:03

[OE-core] [AUH] webkitgtk: upgrading to 2.40.4 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *webkitgtk* to *2.40.4* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade webkitgtk -V 2.40.4
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 4 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:03:34
Adding changed files:   0% || ETA:  0:02:36
Adding changed files:   0% || ETA:  0:02:17
Adding changed files:   0% || ETA:  0:02:09
Adding changed files:   0% || ETA:  0:02:05
Adding changed files:   1% || ETA:  0:02:00
Adding changed files:   1% || ETA:  0:02:01
Adding changed files:   1% || ETA:  0:01:59
Adding changed files:   1% || ETA:  0:01:59
Adding changed files:   1% || ETA:  0:01:59
Adding changed files:   1% || ETA:  0:01:59
Adding changed files:   2% || ETA:  0:01:58
Adding changed files:   2% || ETA:  0:01:57
Adding changed files:   2% || ETA:  0:01:58
Adding changed files:   2% || ETA:  0:01:59
Adding changed files:   2% || ETA:  0:02:00
Adding changed files:   2% |#   | ETA:  0:02:00
Adding changed files:   3% |#   | ETA:  0:01:59
Adding changed files:   3% |#   | ETA:  0:01:59
Adding changed files:   3% |#   | ETA:  0:01:58
Adding changed files:   3% |#   | ETA:  0:01:58
Adding changed files:   3% |#   | ETA:  

[OE-core] [AUH] libgit2: upgrading to 1.7.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libgit2* to *1.7.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libgit2 failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 3e2baa6d0bfb42f9016e24cba1733a6ae26a8ae6
WARNING: Command 'git rebase 3e2baa6d0bfb42f9016e24cba1733a6ae26a8ae6' failed:
Auto-merging CMakeLists.txt
CONFLICT (content): Merge conflict in CMakeLists.txt
Auto-merging include/git2/version.h
CONFLICT (content): Merge conflict in include/git2/version.h
Auto-merging package.json
CONFLICT (content): Merge conflict in package.json

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/libgit2
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/libgit2/libgit2_1.7.0.bb



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185354): 
https://lists.openembedded.org/g/openembedded-core/message/185354
Mute This Topic: https://lists.openembedded.org/mt/100487677/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] vulkan-loader: upgrading to 1.3.250.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.3.250.1* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade vulkan-loader -V 1.3.250.1 -S 
f372068d09fc13bcf54b8c81274f37aa5f46aea3
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (14:30:07.701254)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:57a1383bedbbc1530cb5317301e815de91451bee"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
ERROR: Revision f372068d09fc13bcf54b8c81274f37aa5f46aea3 was found on multiple 
branches: 
  sdk-1.3.250
  stabilized_release_2023_05
Please provide the correct branch in the devtool command with "--srcbranch" or 
"-B" option.


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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185324): 
https://lists.openembedded.org/g/openembedded-core/message/185324
Mute This Topic: https://lists.openembedded.org/mt/100487646/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] diffoscope: upgrading to 246 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *246* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade diffoscope -V 246
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 4 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b6ca3e22ca9702b9fcc1980bc524bd811af7436c"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 5 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   8% |##  | ETA:  0:00:03
Adding changed files:  16% |#   | ETA:  0:00:02
Adding changed files:  24% || ETA:  0:00:02
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:01
Adding changed files:  48% |#   | ETA:  0:00:01
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  72% |#   | ETA:  0:00:00
Adding changed files:  80% || ETA:  0:00:00
Adding changed files:  88% |### | ETA:  0:00:00
Adding changed files:  96% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:01

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/d/diffoscope/diffoscope-246.tar.gz;downloadfilename=diffoscope-246.tar.gz...
INFO: Rebasing devtool onto b0b080ec33db3a4a37bcbe6e9a32aa1d923dcaec
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 

[OE-core] [AUH] lttng-modules: upgrading to 2.13.10 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lttng-modules* to *2.13.10* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade lttng-modules -V 2.13.10
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:03:05.806024)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  13% |#   | ETA:  0:00:00
Adding changed files:  27% |##  | ETA:  0:00:00
Adding changed files:  41% |### | ETA:  0:00:00
Adding changed files:  55% || ETA:  0:00:00
Adding changed files:  69% |#   | ETA:  0:00:00
Adding changed files:  83% |##  | ETA:  0:00:00
Adding changed files:  97% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://lttng.org/files/lttng-modules/lttng-modules-2.13.10.tar.bz2...
INFO: Rebasing devtool onto 3e4d6523d852b8291a2a3a3397d3dd85955d196c
WARNING: Command 'git rebase 3e4d6523d852b8291a2a3a3397d3dd85955d196c' failed:
Auto-merging include/wrapper/genhd.h
CONFLICT (rename/rename): include/wrapper/genhd.h renamed to 
lttng-modules-2.13.10/include/wrapper/genhd.h in HEAD and to 
lttng-modules-2.13.10/include/wrapper/blkdev.h in b0aa1d4 (Rename genhd wrapper 
to blkdev).
CONFLICT (file location): include/wrapper/genhd.h renamed to 
include/wrapper/blkdev.h in b0aa1d4 (Rename genhd wrapper to blkdev), inside a 
directory that was renamed in HEAD, suggesting it should perhaps be moved to 
lttng-modules-2.13.10/include/wrapper/blkdev.h.

ERROR: Execution of 'git checkout devtool' failed with exit code 1:
error: you need to resolve your current index first
include/wrapper/genhd.h: needs merge

[OE-core] [AUH] gstreamer1.0-vaapi: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-vaapi* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-vaapi -V 1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:20:52.097032)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  17% |##  | ETA:  0:00:00
Adding changed files:  35% || ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  88% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.5.tar.xz...
INFO: Rebasing devtool onto 5ca708635e2b6c1a8a4fc1d61d1c8664f7e483e0
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^

[OE-core] [AUH] adwaita-icon-theme: upgrading to 44.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *adwaita-icon-theme* to *44.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade adwaita-icon-theme -V 44.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:35:40.004906)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:04
Adding changed files:   7% |##  | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:02
Adding changed files:  15% |#   | ETA:  0:00:02
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  22% || ETA:  0:00:01
Adding changed files:  26% |#   | ETA:  0:00:01
Adding changed files:  30% |##  | ETA:  0:00:01
Adding changed files:  34% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  41% |### | ETA:  0:00:01
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  49% |#   | ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  75% |### | ETA:  0:00:00
Adding changed files:  79% 

[OE-core] [AUH] libgudev: upgrading to 238 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libgudev* to *238* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade libgudev -V 238
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:36:21.833299)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://download.gnome.org/sources//libgudev/238/libgudev-238.tar.xz;name=archive...
INFO: Rebasing devtool onto aea07e657dcab7dca214cb53fd6a2edbe7c2e9f4
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/libgudev/COPYING'


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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages 

[OE-core] [AUH] libsdl2: upgrading to 2.28.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libsdl2* to *2.28.1* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade libsdl2 -V 2.28.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:48:45.557223)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:04
Adding changed files:   6% |##  | ETA:  0:00:02
Adding changed files:   9% |### | ETA:  0:00:02
Adding changed files:  12% || ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:01
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  24% || ETA:  0:00:01
Adding changed files:  28% |##  | ETA:  0:00:01
Adding changed files:  31% |### | ETA:  0:00:01
Adding changed files:  34% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:01
Adding changed files:  43% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  49% |#   | ETA:  0:00:01
Adding changed files:  52% |### | ETA:  0:00:00
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  59% |#   | ETA:  0:00:00
Adding changed files:  62% |##  | ETA:  0:00:00
Adding changed files:  65% |###   

[OE-core] [AUH] gstreamer1.0-plugins-bad: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-bad -V 
1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(15:13:57.605883)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (15:13:57.714282)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:09
Adding changed files:   3% |#   | ETA:  0:00:06
Adding changed files:   4% |#   | ETA:  0:00:04
Adding changed files:   6% |##  | ETA:  0:00:04
Adding changed files:   7% |##  | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:03
Adding changed files:  12% || ETA:  0:00:03
Adding changed files:  14% |#   | ETA:  0:00:03
Adding changed files:  15% |#   | ETA:  0:00:03
Adding changed files:  17% |##  | ETA:  0:00:03
Adding changed files:  19% |##  | ETA:  0:00:03
Adding changed files:  20% |### | ETA:  0:00:02
Adding changed files:  22% || ETA:  0:00:02
Adding changed files:  23% || ETA:  0:00:02
Adding changed files:  25% |#   | ETA:  0:00:02
Adding changed files:  27% |#   | ETA:  0:00:02
Adding changed 

[OE-core] [AUH] lttng-tools: upgrading to 2.13.10 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lttng-tools* to *2.13.10* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe lttng-tools failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:05
Adding changed files:   7% |##  | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:03
Adding changed files:  15% |#   | ETA:  0:00:02
Adding changed files:  19% |### | ETA:  0:00:02
Adding changed files:  23% || ETA:  0:00:02
Adding changed files:  27% |#   | ETA:  0:00:02
Adding changed files:  31% |### | ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  39% |##  | ETA:  0:00:01
Adding changed files:  43% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  50% |##  | ETA:  0:00:01
Adding changed files:  54% |### | ETA:  0:00:01
Adding changed files:  58% |#   | ETA:  0:00:01
Adding changed files:  62% |##  | ETA:  0:00:00
Adding changed files:  66% |### | ETA:  0:00:00
Adding changed files:  70% |#   | ETA:  0:00:00
Adding changed files:  74% |##  | ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files:  82% |#   | ETA:  0:00:00
Adding changed files:  86% |##  | ETA:  0:00:00

[OE-core] [AUH] gstreamer1.0-omx: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-omx* to *1.22.5* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-omx -V 1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:13:00.061170)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  44% || ETA:  0:00:00
Adding changed files:  89% || ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.5.tar.xz...
INFO: Rebasing devtool onto 05230e634633cfe85b2e4d8905b2a81267bd6d65
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/gstreamer1.0-omx/COPYING'


Please review the attached files for further information and build/update 
failures.
Any problem please file a bug 

[OE-core] [AUH] stress-ng: upgrading to 0.16.02 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *stress-ng* to *0.16.02* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-stress-ng-upgrade-0.15.08-0.16.02.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 c496155c55a9a356238f1d1b6cb20efa25e4efea Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 12:55:54 +
Subject: [PATCH] stress-ng: upgrade 0.15.08 -> 0.16.02

---
 .../stress-ng/{stress-ng_0.15.08.bb => stress-ng_0.16.02.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.15.08.bb => 
stress-ng_0.16.02.bb} (94%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.15.08.bb 
b/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.15.08.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb
index 9952c4ef8a..265e2eee64 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.15.08.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = 
"git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
"
-SRCREV = "4fc205238518cdaf80cf18e8bd411708f7ba3856"
+SRCREV = "945c7f1e80280a0754302ee3cc9d14f3cbb6596c"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"
-- 
2.39.2

WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1805 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (898 cached, 1 parsed). 1805 targets, 37 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 47 Local 37 Mirrors 0 Missed 10 Current 271 (78% match, 
96% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 841 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_recipe_qa)
NOTE: recipe stress-ng-0.16.02-r0: task do_recipe_qa: Started
NOTE: recipe stress-ng-0.16.02-r0: task do_recipe_qa: Succeeded
NOTE: Running task 930 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_fetch)
NOTE: recipe stress-ng-0.16.02-r0: task do_fetch: Started
NOTE: recipe stress-ng-0.16.02-r0: task do_fetch: Succeeded
NOTE: Running task 931 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_unpack)
NOTE: Running task 932 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_prepare_recipe_sysroot)
NOTE: recipe stress-ng-0.16.02-r0: task do_unpack: Started
NOTE: recipe stress-ng-0.16.02-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe stress-ng-0.16.02-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe stress-ng-0.16.02-r0: task do_unpack: Succeeded
NOTE: Running task 933 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_patch)
NOTE: Running task 934 of 947 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/stress-ng/stress-ng_0.16.02.bb:do_collect_spdx_deps)
NOTE: recipe stress-ng-0.16.02-r0: task do_patch: Started
NOTE: recipe 

[OE-core] [AUH] vulkan-samples: upgrading to 7333a2b17efdaa96575e04f3f7d3844920923557 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-samples* to 
*7333a2b17efdaa96575e04f3f7d3844920923557* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade vulkan-samples -S 
7333a2b17efdaa96575e04f3f7d3844920923557
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (14:35:56.514011)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:57a1383bedbbc1530cb5317301e815de91451bee"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
ERROR: Error executing a python function in exec_func_python() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:patch_do_patch(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes-global/patch.bbclass',
 lineno: 157, function: patch_do_patch
 0153:except Exception as exc:
 0154:bb.utils.remove(process_tmpdir, True)
 0155:bb.fatal("Importing patch '%s' with striplevel '%s'\n%s" 
% (parm['patchname'], parm['striplevel'], repr(exc).replace("\\n", "\n")))
 0156:try:
 *** 0157:resolver.Resolve()
 0158:except bb.BBHandledException as e:
 0159:bb.utils.remove(process_tmpdir, True)
 0160:bb.fatal("Applying patch '%s' on target directory 
'%s'\n%s" % (parm['patchname'], patchdir, repr(e).replace("\\n", "\n")))
 0161:
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/patch.py', 
lineno: 769, function: Resolve
 0765:def Resolve(self):
 0766:olddir = os.path.abspath(os.curdir)
 0767:os.chdir(self.patchset.dir)
 0768:try:
 *** 0769:self.patchset.Push()
 0770:except Exception:
 0771:import sys
 0772:os.chdir(olddir)
 0773:raise
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/patch.py', 
lineno: 274, function: Push
 0270:else:
 0271:next = 0
 0272:
 0273:bb.note("applying patch %s" % self.patches[next])
 *** 0274:ret = self._applypatch(self.patches[next], force)
 0275:
 0276:self._current = next
 0277:return ret
 0278:
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/patch.py', 
lineno: 556, function: _applypatch
 0552:if os.path.lexists(hooks_dir_backup):
 0553:raise Exception("Git hooks backup directory already 
exists: %s" % hooks_dir_backup)
 0554:if os.path.lexists(hooks_dir):
 0555:shutil.move(hooks_dir, hooks_dir_backup)
 *** 0556:os.mkdir(hooks_dir)
 0557:commithook = os.path.join(hooks_dir, 'commit-msg')
 0558:applyhook = os.path.join(hooks_dir, 'applypatch-msg')
 0559:with open(commithook, 'w') as f:
 0560:# NOTE: the formatting here is significant; if you change 
it you'll also need to
Exception: NotADirectoryError: [Errno 20] Not a directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/vulkan-samples/git-r0/devtooltmp-24jdnpce/workdir/git/third_party/spdlog/.git/hooks'

ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/vulkan-samples/git-r0/devtooltmp-24jdnpce/temp/log.do_patch.1701645
ERROR: Extracting source for vulkan-samples failed


Please review 

[OE-core] [AUH] sudo: upgrading to 1.9.14p3 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *sudo* to *1.9.14p3* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade sudo -V 1.9.14p3
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:57:13.115720)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:035fb11aeb58bc223407ad267b91a7ef38e830cf"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:035fb11aeb58bc223407ad267b91a7ef38e830cf"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:03
Adding changed files:   7% |##  | ETA:  0:00:02
Adding changed files:  11% || ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:01
Adding changed files:  19% |##  | ETA:  0:00:01
Adding changed files:  22% || ETA:  0:00:01
Adding changed files:  26% |#   | ETA:  0:00:01
Adding changed files:  30% |### | ETA:  0:00:01
Adding changed files:  34% || ETA:  0:00:00
Adding changed files:  38% |#   | ETA:  0:00:00
Adding changed files:  42% |### | ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  49% |#   | ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  57% || ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  72% |##  | ETA:  0:00:00
Adding changed files:  76% |### | ETA:  0:00:00
Adding changed files:  80% |

[OE-core] [AUH] gstreamer1.0-plugins-good: upgrading to 1.22.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to 
*1.22.5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-good -V 
1.22.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:16:54.758924)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:03
Adding changed files:   6% |##  | ETA:  0:00:02
Adding changed files:   9% |### | ETA:  0:00:02
Adding changed files:  12% || ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:01
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  24% || ETA:  0:00:01
Adding changed files:  27% |#   | ETA:  0:00:01
Adding changed files:  30% |### | ETA:  0:00:01
Adding changed files:  33% || ETA:  0:00:01
Adding changed files:  36% |#   | ETA:  0:00:01
Adding changed files:  39% |##  | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:01
Adding changed files:  45% || ETA:  0:00:01
Adding changed files:  48% |#   | ETA:  0:00:00
Adding changed files:  52% |##  | ETA:  0:00:00
Adding changed files:  55% |### | ETA:  0:00:00
Adding changed files:  58% || ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed 

[OE-core] [AUH] libpthread-stubs: upgrading to 0.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libpthread-stubs* to *0.5* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade libpthread-stubs -V 0.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(14:57:52.426532)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'sstate-cache', 'cache', 'buildhistory', 'downloads', 'conf', 'workspace', 
'tmp']
NOTE: Retrying server connection (#1)... (14:57:52.535766)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:12a94e38c0fcd9970cd22ef1cfd5c89c2ae79138"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
http://xcb.freedesktop.org/dist/libpthread-stubs-0.5.tar.bz2, attempting 
MIRRORS if available
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching http://xcb.freedesktop.org/dist/libpthread-stubs-0.5.tar.bz2...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-nidajw88/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-nidajw88/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-nidajw88/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-nidajw88/work/recipe-sysroot-native/usr/bin:/home/
 

[OE-core] [AUH] tar: upgrading to 1.35 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *tar* to *1.35* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade tar -V 1.35
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:03:07.336160)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   4% |#   | ETA:  0:00:04
Adding changed files:   8% |### | ETA:  0:00:02
Adding changed files:  12% || ETA:  0:00:02
Adding changed files:  16% |##  | ETA:  0:00:01
Adding changed files:  20% |### | ETA:  0:00:01
Adding changed files:  25% |#   | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  33% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  41% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  50% |##  | ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  58% |#   | ETA:  0:00:00
Adding changed files:  62% |##  | ETA:  0:00:00
Adding changed files:  67% || ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  75% |### | ETA:  0:00:00
Adding changed files:  79% || ETA:  0:00:00
Adding changed files:  83% |##  | ETA:  0:00:00
Adding changed files:  88% |### | ETA:  

[OE-core] [AUH] groff: upgrading to 1.23.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *groff* to *1.23.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe groff failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:52:22.905391)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:04
Adding changed files:   7% |##  | ETA:  0:00:03
Adding changed files:  10% |### | ETA:  0:00:03
Adding changed files:  14% |#   | ETA:  0:00:02
Adding changed files:  17% |##  | ETA:  0:00:02
Adding changed files:  21% |### | ETA:  0:00:02
Adding changed files:  24% || ETA:  0:00:02
Adding changed files:  28% |##  | ETA:  0:00:01
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  39% |##  | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  49% |#   | ETA:  0:00:01
Adding changed files:  53% |### | ETA:  0:00:01
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  67% || ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  74% |##  | ETA:  

[OE-core] [AUH] sysklogd: upgrading to 2.5.1 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *sysklogd* to *2.5.1* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-sysklogd-upgrade-2.5.0-2.5.1.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 fe7f6a93007a22c362471aeba18b28414b591e99 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 13:01:48 +
Subject: [PATCH] sysklogd: upgrade 2.5.0 -> 2.5.1

---
 .../sysklogd/{sysklogd_2.5.0.bb => sysklogd_2.5.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sysklogd/{sysklogd_2.5.0.bb => sysklogd_2.5.1.bb} 
(97%)

diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb 
b/meta/recipes-extended/sysklogd/sysklogd_2.5.1.bb
similarity index 97%
rename from meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
rename to meta/recipes-extended/sysklogd/sysklogd_2.5.1.bb
index 096bd376d7..6bfc6772ab 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_2.5.1.bb
@@ -14,7 +14,7 @@ SRC_URI = 
"git://github.com/troglobit/sysklogd.git;branch=master;protocol=https
file://sysklogd \
"
 
-SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a"
+SRCREV = "4b36ea16a3bad76bcef04b58889e1cc23ba6d57d"
 
 S = "${WORKDIR}/git"
 
-- 
2.39.2

packages/core2-32-poky-linux/sysklogd: PV changed from "2.5.0" to "2.5.1"
packages/core2-32-poky-linux/sysklogd: PKGV changed from 2.5.0 [default] to 
2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-dbg: PV changed from "2.5.0" to 
"2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-dbg: PKGSIZE changed from 170784 
to 170372 (-0%)
packages/core2-32-poky-linux/sysklogd/sysklogd-dbg: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-dev: PV changed from "2.5.0" to 
"2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-dev: PKGSIZE changed from 9554 
to 9557 (+0%)
packages/core2-32-poky-linux/sysklogd/sysklogd-dev: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-doc: PV changed from "2.5.0" to 
"2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-doc: PKGSIZE changed from 92563 
to 93558 (+1%)
packages/core2-32-poky-linux/sysklogd/sysklogd-doc: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-locale: PV changed from "2.5.0" 
to "2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-locale: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-src: PV changed from "2.5.0" to 
"2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-src: PKGSIZE changed from 149287 
to 148991 (-0%)
packages/core2-32-poky-linux/sysklogd/sysklogd-src: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd-staticdev: PV changed from 
"2.5.0" to "2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd-staticdev: PKGV changed from 
2.5.0 [default] to 2.5.1 [default]
packages/core2-32-poky-linux/sysklogd/sysklogd: PV changed from "2.5.0" to 
"2.5.1"
packages/core2-32-poky-linux/sysklogd/sysklogd: PKGV changed from 2.5.0 
[default] to 2.5.1 [default]


0001-sysklogd-upgrade-2.5.0-2.5.1.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185307): 
https://lists.openembedded.org/g/openembedded-core/message/185307
Mute This Topic: https://lists.openembedded.org/mt/100487628/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] epiphany: upgrading to 44.6 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *epiphany* to *44.6* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade epiphany -V 44.6
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:34:55.635870)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   7% |##  | ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:00
Adding changed files:  22% || ETA:  0:00:00
Adding changed files:  30% |##  | ETA:  0:00:00
Adding changed files:  38% |#   | ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  76% |### | ETA:  0:00:00
Adding changed files:  83% |##  | ETA:  0:00:00
Adding changed files:  91% || ETA:  0:00:00
Adding changed files:  99% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://download.gnome.org/sources//epiphany/44/epiphany-44.6.tar.xz;name=archive...
INFO: Rebasing devtool onto 99aa78c2b71702e1c834787f2cd260517e5f10bb
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, 

[OE-core] [AUH] libglu: upgrading to 9.0.3 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libglu* to *9.0.3* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade libglu -V 9.0.3
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:49:25.623422)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.gz, attempting MIRRORS 
if available
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.gz...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot-native/usr/bin:/home/
 
pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-3jt2q6ef/work/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/glu-9.0.3.tar.gz.tmp
 -P /home/pokybuild/yocto-worker/auh/build/build/build/downloads 

[OE-core] [AUH] shaderc: upgrading to 2023.5 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shaderc* to *2023.5* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-shaderc-upgrade-2023.4-2023.5.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 0fadb890501a400584124ab7062b27b02a70b53a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 14:11:14 +
Subject: [PATCH] shaderc: upgrade 2023.4 -> 2023.5

---
 .../shaderc/{shaderc_2023.4.bb => shaderc_2023.5.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2023.4.bb => shaderc_2023.5.bb} 
(95%)

diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.4.bb 
b/meta/recipes-graphics/shaderc/shaderc_2023.5.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2023.4.bb
rename to meta/recipes-graphics/shaderc/shaderc_2023.5.bb
index 739e7ae81c..8d2f4551ab 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.4.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2023.5.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "7a8b3da0583425cf511336cf3afbdcf2ebc8b36b"
+SRCREV = "7428c8d5f6b200910fbd32fa0ca0b0244ace6482"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
file://0001-cmake-disable-building-external-dependencies.patch \
file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
-- 
2.39.2



0001-shaderc-upgrade-2023.4-2023.5.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (0 cached, 899 parsed). 1806 targets, 70 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
Removing 1 recipes from the qemuppc sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "powerpc-poky-linux"
MACHINE  = "qemuppc"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m32 fpu-hard ppc7400 altivec bigendian"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 38 Local 10 Mirrors 0 Missed 28 Current 273 (26% match, 
90% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 763 of 916 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.250.0.bb:do_recipe_qa)
NOTE: Running task 797 of 916 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/glslang/glslang_1.3.250.0.bb:do_recipe_qa)
NOTE: Running task 798 of 916 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-tools_1.3.250.0.bb:do_recipe_qa)
NOTE: Running task 805 of 916 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/shaderc/shaderc_2023.5.bb:do_recipe_qa)
NOTE: recipe spirv-headers-1_1.3.250.0-r0: task do_recipe_qa: Started
NOTE: recipe glslang-1_1.3.250.0-r0: task do_recipe_qa: Started
NOTE: recipe shaderc-2023.5-r0: task do_recipe_qa: Started
NOTE: recipe spirv-tools-1_1.3.250.0-r0: task do_recipe_qa: Started
NOTE: recipe glslang-1_1.3.250.0-r0: task do_recipe_qa: Succeeded
NOTE: recipe spirv-headers-1_1.3.250.0-r0: task do_recipe_qa: Succeeded
NOTE: recipe spirv-tools-1_1.3.250.0-r0: task do_recipe_qa: Succeeded
NOTE: recipe shaderc-2023.5-r0: task do_recipe_qa: Succeeded
NOTE: Running task 856 of 916 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.250.0.bb:do_fetch)
NOTE: Running task 857 of 916 

[OE-core] [AUH] python3-more-itertools: upgrading to 10.0.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-more-itertools* to 
*10.0.0* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-more-itertools -V 10.0.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:56:50.623376)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-10.0.0.tar.gz;downloadfilename=more-itertools-10.0.0.tar.gz...
INFO: Rebasing devtool onto cb010df8064ed29eb0214787c38805c843522ea8
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-more-itertools/LICENSE'


Please review the attached files for further information and build/update 
failures.
Any 

[OE-core] [AUH] librsvg: upgrading to 2.56.3 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *librsvg* to *2.56.3* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade librsvg -V 2.56.3
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:37:00.798764)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:00e7000d2b7af0a1f22d03c58956595f416e12f4"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   2% || ETA:  0:00:04
Adding changed files:   5% |#   | ETA:  0:00:02
Adding changed files:   8% |##  | ETA:  0:00:02
Adding changed files:  10% |### | ETA:  0:00:02
Adding changed files:  13% || ETA:  0:00:01
Adding changed files:  16% |#   | ETA:  0:00:01
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  24% || ETA:  0:00:01
Adding changed files:  26% |#   | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:01
Adding changed files:  43% |### | ETA:  0:00:01
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  48% |#   | ETA:  0:00:00
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00

[OE-core] [AUH] mesa: upgrading to 23.1.4 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mesa* to *23.1.4* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade mesa -V 23.1.4
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:50:20.140443)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1160fcdcd4deb55354a9b97df27b378f6c3f6d78"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:00:21
Adding changed files:   1% || ETA:  0:00:15
Adding changed files:   1% || ETA:  0:00:13
Adding changed files:   2% || ETA:  0:00:12
Adding changed files:   2% |#   | ETA:  0:00:11
Adding changed files:   3% |#   | ETA:  0:00:11
Adding changed files:   3% |#   | ETA:  0:00:11
Adding changed files:   4% |#   | ETA:  0:00:11
Adding changed files:   5% |#   | ETA:  0:00:11
Adding changed files:   5% |##  | ETA:  0:00:11
Adding changed files:   6% |##  | ETA:  0:00:11
Adding changed files:   6% |##  | ETA:  0:00:11
Adding changed files:   7% |##  | ETA:  0:00:11
Adding changed files:   7% |##  | ETA:  0:00:11
Adding changed files:   8% |### | ETA:  0:00:11
Adding changed files:   9% |### | ETA:  0:00:10
Adding changed files:   9% |### | ETA:  0:00:10
Adding changed files:  10% |### | ETA:  0:00:10
Adding changed files:  10% |### | ETA:  0:00:10
Adding changed files:  11% || ETA:  0:00:10
Adding changed files:  11% |   

[OE-core] [AUH] python3-pathspec: upgrading to 0.11.2 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pathspec* to *0.11.2* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-pathspec -V 0.11.2
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:03:44.911977)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.11.2.tar.gz;downloadfilename=pathspec-0.11.2.tar.gz...
INFO: Rebasing devtool onto fa03a66c658dc70d3b95eff893968e7ee2da5b7c
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-pathspec/LICENSE'


Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 

[OE-core] [AUH] ethtool: upgrading to 6.4 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ethtool* to *6.4* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade ethtool -V 6.4
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:47:04.014475)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://cdn.kernel.org/pub/software/network/ethtool/ethtool-6.4.tar.gz...
INFO: Rebasing devtool onto 01a18e047755e6563fa503f6d9235805748971d7
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/ethtool/COPYING'


Please review the attached files for further information and build/update 
failures.
Any problem please 

[OE-core] [AUH] vala: upgrading to 0.56.9 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vala* to *0.56.9* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade vala -V 0.56.9
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:46:09.891468)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 32 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 2 Local 1 Mirrors 0 Missed 1 Current 26 (50% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:09
Adding changed files:   2% || ETA:  0:00:07
Adding changed files:   4% |#   | ETA:  0:00:05
Adding changed files:   5% |#   | ETA:  0:00:05
Adding changed files:   6% |##  | ETA:  0:00:04
Adding changed files:   8% |##  | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:04
Adding changed files:  11% |### | ETA:  0:00:03
Adding changed files:  12% || ETA:  0:00:03
Adding changed files:  13% || ETA:  0:00:03
Adding changed files:  15% |#   | ETA:  0:00:03
Adding changed files:  16% |#   | ETA:  0:00:03
Adding changed files:  18% |##  | ETA:  0:00:03
Adding changed files:  19% |##  | ETA:  0:00:03
Adding changed files:  20% |### | ETA:  0:00:03
Adding changed files:  22% |### | ETA:  0:00:03
Adding changed files:  23% || ETA:  0:00:02
Adding changed files:  24% || ETA:  0:00:02
Adding changed files:  26% |#   | ETA:  0:00:02
Adding changed files:  27% |#   | ETA:  0:00:02
Adding 

[OE-core] [AUH] libarchive: upgrading to 3.7.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libarchive* to *3.7.1* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade libarchive -V 3.7.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:53:00.227582)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:03
Adding changed files:   7% |##  | ETA:  0:00:02
Adding changed files:  10% |### | ETA:  0:00:02
Adding changed files:  14% |#   | ETA:  0:00:01
Adding changed files:  18% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  25% |#   | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  36% |#   | ETA:  0:00:01
Adding changed files:  39% |##  | ETA:  0:00:01
Adding changed files:  43% |### | ETA:  0:00:00
Adding changed files:  47% || ETA:  0:00:00
Adding changed files:  50% |##  | ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  58% || ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  65% |### | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  72% |##  | ETA:  0:00:00
Adding 

[OE-core] [AUH] go-helloworld: upgrading to 19299f6048bb8ab82de0cf9266ae46356c3b12b7 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *go-helloworld* to 
*19299f6048bb8ab82de0cf9266ae46356c3b12b7* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade go-helloworld -S 
19299f6048bb8ab82de0cf9266ae46356c3b12b7
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (12:50:33.758695)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
ERROR: Execution of 'git checkout 19299f6048bb8ab82de0cf9266ae46356c3b12b7' 
failed with exit code 128:
fatal: reference is not a tree: 19299f6048bb8ab82de0cf9266ae46356c3b12b7



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185298): 
https://lists.openembedded.org/g/openembedded-core/message/185298
Mute This Topic: https://lists.openembedded.org/mt/100487619/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] glslang: upgrading to 1.3.250.1 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glslang* to *1.3.250.1* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-glslang-upgrade-1.3.250.0-1.3.250.1.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 c405caf40583525de640b0d67270f3580e7b4109 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 13:45:23 +
Subject: [PATCH] glslang: upgrade 1.3.250.0 -> 1.3.250.1

---
 .../glslang/{glslang_1.3.250.0.bb => glslang_1.3.250.1.bb}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-graphics/glslang/{glslang_1.3.250.0.bb => 
glslang_1.3.250.1.bb} (100%)

diff --git a/meta/recipes-graphics/glslang/glslang_1.3.250.0.bb 
b/meta/recipes-graphics/glslang/glslang_1.3.250.1.bb
similarity index 100%
rename from meta/recipes-graphics/glslang/glslang_1.3.250.0.bb
rename to meta/recipes-graphics/glslang/glslang_1.3.250.1.bb
-- 
2.39.2

packages/core2-32-poky-linux/glslang/glslang-dbg: PKGV changed from 1.3.250.0 
[default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-dbg: PV changed from "1.3.250.0" 
to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang-dev: PKGV changed from 1.3.250.0 
[default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-dev: PV changed from "1.3.250.0" 
to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang-doc: PKGV changed from 1.3.250.0 
[default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-doc: PV changed from "1.3.250.0" 
to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang-locale: PKGV changed from 
1.3.250.0 [default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-locale: PV changed from 
"1.3.250.0" to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang-src: PKGV changed from 1.3.250.0 
[default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-src: PV changed from "1.3.250.0" 
to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang-staticdev: PKGV changed from 
1.3.250.0 [default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang-staticdev: PV changed from 
"1.3.250.0" to "1.3.250.1"
packages/core2-32-poky-linux/glslang/glslang: PKGV changed from 1.3.250.0 
[default] to 1.3.250.1 [default]
packages/core2-32-poky-linux/glslang/glslang: PV changed from "1.3.250.0" to 
"1.3.250.1"
packages/core2-32-poky-linux/glslang: PKGV changed from 1.3.250.0 [default] to 
1.3.250.1 [default]
packages/core2-32-poky-linux/glslang: PV changed from "1.3.250.0" to "1.3.250.1"


0001-glslang-upgrade-1.3.250.0-1.3.250.1.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185309): 
https://lists.openembedded.org/g/openembedded-core/message/185309
Mute This Topic: https://lists.openembedded.org/mt/100487630/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] python3-dbusmock: upgrading to 0.29.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-dbusmock* to *0.29.1* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-dbusmock -V 0.29.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:48:32.147708)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  74% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-0.29.1.tar.gz;downloadfilename=python-dbusmock-0.29.1.tar.gz...
INFO: Rebasing devtool onto 3cfa4ffd1a7088d9becc1a8ef80d68b6614d28e1
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-dbusmock/COPYING'


Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 

[OE-core] [AUH] python3-wheel: upgrading to 0.41.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-wheel* to *0.41.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-wheel -V 0.41.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:22:48.760263)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.41.0.tar.gz;downloadfilename=wheel-0.41.0.tar.gz...
ERROR: Execution of 'git add -f -A "source-date-epoch/__source_date_epoch.txt" 
"wheel-0.41.0/LICENSE.txt" "wheel-0.41.0/PKG-INFO" "wheel-0.41.0/README.rst" 
"wheel-0.41.0/docs/Makefile" "wheel-0.41.0/docs/conf.py" 
"wheel-0.41.0/docs/development.rst" "wheel-0.41.0/docs/index.rst" 
"wheel-0.41.0/docs/installing.rst" "wheel-0.41.0/docs/make.bat" 
"wheel-0.41.0/docs/manpages/wheel.rst" "wheel-0.41.0/docs/news.rst" 
"wheel-0.41.0/docs/quickstart.rst" "wheel-0.41.0/docs/reference/index.rst" 
"wheel-0.41.0/docs/reference/wheel_convert.rst" 
"wheel-0.41.0/docs/reference/wheel_pack.rst" 
"wheel-0.41.0/docs/reference/wheel_tags.rst" 
"wheel-0.41.0/docs/reference/wheel_unpack.rst" "wheel-0.41.0/docs/story.rst" 
"wheel-0.41.0/docs/user_guide.rst" "wheel-0.41.0/pyproject.toml" 
"wheel-0.41.0/setup.py" "wheel-0.41.0/src/wheel/__init__.py" 
"wheel-0.41.0/src/wheel/__main__.py" 
"wheel-0.41.0/src/wheel/_setuptools_logging.py" 
"wheel-0.41.0/src/wheel/bdist_wheel.py" 
"wheel-0.41.0/src/wheel/cli/__init__.py" "whee
 l-0.41.0/src/wheel/cli/convert.py" "wheel-0.41.0/src/wheel/cli/pack.py" 
"wheel-0.41.0/src/wheel/cli/tags.py" "wheel-0.41.0/src/wheel/cli/unpack.py" 
"wheel-0.41.0/src/wheel/macosx_libfile.py" "wheel-0.41.0/src/wheel/metadata.py" 
"wheel-0.41.0/src/wheel/util.py" "wheel-0.41.0/src/wheel/vendored/__init__.py" 
"wheel-0.41.0/src/wheel/vendored/packaging/__init__.py" 
"wheel-0.41.0/src/wheel/vendored/packaging/_elffile.py" 

[OE-core] [AUH] python3-dtc: upgrading to 1.7.0 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-dtc* to *1.7.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-python3-dtc-upgrade-1.6.1-1.7.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 abe6a232366d54c9adb31b93a6998c17c14959ad Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 09:52:43 +
Subject: [PATCH] python3-dtc: upgrade 1.6.1 -> 1.7.0

---
 meta/recipes-devtools/python/python3-dtc_1.6.1.bb | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb 
b/meta/recipes-devtools/python/python3-dtc_1.6.1.bb
index a868bd0109..e3d4636d15 100644
--- a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb
+++ b/meta/recipes-devtools/python/python3-dtc_1.6.1.bb
@@ -6,17 +6,17 @@ LICENSE = "GPL-2.0-only | BSD-2-Clause"
 
 DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native 
libyaml dtc"
 
-SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \
+SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main \

file://0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch \
-  "
+   "
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"
 
 LIC_FILES_CHKSUM = 
"file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90"
 
-SRCREV = "c001fc01a43e7a06447c06ea3d50bd60641322b8"
+SRCREV = "039a99414e778332d8f9c04cbd3072e1dcc62798"
 
-PV = "1.6.1+git${SRCPV}"
+PV = "1.7.0"
 S = "${WORKDIR}/git"
 
 PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
-- 
2.39.2

packages/core2-32-poky-linux/python3-dtc: SRC_URI changed from 
"git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master 
file://0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch" to 
"git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main 
file://0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch"
packages/core2-32-poky-linux/python3-dtc: PKGV changed from 
1.6.1+gitAUTOINC+c001fc01a4 [default] to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-dbg: PKGSIZE changed from 
397820 to 398260 (+0%)
packages/core2-32-poky-linux/python3-dtc/python3-dtc-dbg: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-dbg: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-dev: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-dev: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-doc: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-doc: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-locale: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-locale: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-src: PKGSIZE changed from 
392915 to 391490 (-0%)
packages/core2-32-poky-linux/python3-dtc/python3-dtc-src: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-src: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc-staticdev: PKGV changed 
from 1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc-staticdev: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
packages/core2-32-poky-linux/python3-dtc/python3-dtc: PKGSIZE changed from 
288990 to 285769 (-1%)
packages/core2-32-poky-linux/python3-dtc/python3-dtc: PKGV changed from 
1.6.1+git0+c001fc01a4 to 1.7.0 [default]
packages/core2-32-poky-linux/python3-dtc/python3-dtc: PV changed from 
"1.6.1+gitAUTOINC+c001fc01a4" to "1.7.0"
Changes to packages/core2-32-poky-linux/python3-dtc (sysroot):
  

[OE-core] [AUH] python3-numpy: upgrading to 1.25.2 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-numpy* to *1.25.2* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-numpy -V 1.25.2
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:03:00.669298)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   2% || ETA:  0:00:04
Adding changed files:   4% |#   | ETA:  0:00:03
Adding changed files:   6% |##  | ETA:  0:00:02
Adding changed files:   8% |### | ETA:  0:00:02
Adding changed files:  10% |### | ETA:  0:00:02
Adding changed files:  12% || ETA:  0:00:02
Adding changed files:  14% |#   | ETA:  0:00:02
Adding changed files:  16% |##  | ETA:  0:00:02
Adding changed files:  18% |##  | ETA:  0:00:02
Adding changed files:  21% |### | ETA:  0:00:02
Adding changed files:  23% || ETA:  0:00:01
Adding changed files:  25% |#   | ETA:  0:00:01
Adding changed files:  27% |#   | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  31% |### | ETA:  0:00:01
Adding changed files:  33% || ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  37% |#   | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:01
Adding changed files:  44% |###   

[OE-core] [AUH] perl: upgrading to 5.38.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *perl* to *5.38.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe perl failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:41:48.123599)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 3 Local 3 Mirrors 0 Missed 0 Current 27 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:00:29
Adding changed files:   1% || ETA:  0:00:17
Adding changed files:   2% || ETA:  0:00:13
Adding changed files:   3% |#   | ETA:  0:00:12
Adding changed files:   3% |#   | ETA:  0:00:11
Adding changed files:   4% |#   | ETA:  0:00:10
Adding changed files:   5% |#   | ETA:  0:00:10
Adding changed files:   6% |##  | ETA:  0:00:09
Adding changed files:   6% |##  | ETA:  0:00:09
Adding changed files:   7% |##  | ETA:  0:00:09
Adding changed files:   8% |### | ETA:  0:00:08
Adding changed files:   9% |### | ETA:  0:00:08
Adding changed files:  10% |### | ETA:  0:00:08
Adding changed files:  10% |### | ETA:  0:00:08
Adding changed files:  11% || ETA:  0:00:07
Adding changed files:  12% || ETA:  0:00:07
Adding changed files:  13% || ETA:  0:00:07
Adding changed files:  13% |#   | ETA:  0:00:07
Adding changed files:  14% |#   | ETA:  0:00:07
Adding changed files:  15% |#   | ETA:  0:00:07
Adding changed files:  16% 

[OE-core] [AUH] python3-libarchive-c: upgrading to 5.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-libarchive-c* to 
*5.0* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-libarchive-c -V 5.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:55:35.788639)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/l/libarchive-c/libarchive-c-5.0.tar.gz;downloadfilename=libarchive-c-5.0.tar.gz...
ERROR: Execution of 'git add -f -A "libarchive-c-5.0/.gitattributes" 
"libarchive-c-5.0/.github/FUNDING.yml" 
"libarchive-c-5.0/.github/workflows/main.yml" "libarchive-c-5.0/.gitignore" 
"libarchive-c-5.0/LICENSE.md" "libarchive-c-5.0/MANIFEST.in" 
"libarchive-c-5.0/PKG-INFO" "libarchive-c-5.0/README.rst" 
"libarchive-c-5.0/libarchive/__init__.py" 
"libarchive-c-5.0/libarchive/entry.py" 
"libarchive-c-5.0/libarchive/exception.py" 
"libarchive-c-5.0/libarchive/extract.py" "libarchive-c-5.0/libarchive/ffi.py" 
"libarchive-c-5.0/libarchive/flags.py" "libarchive-c-5.0/libarchive/read.py" 
"libarchive-c-5.0/libarchive/write.py" 
"libarchive-c-5.0/libarchive_c.egg-info/PKG-INFO" 
"libarchive-c-5.0/libarchive_c.egg-info/SOURCES.txt" 
"libarchive-c-5.0/libarchive_c.egg-info/dependency_links.txt" 
"libarchive-c-5.0/libarchive_c.egg-info/top_level.txt" 
"libarchive-c-5.0/setup.cfg" "libarchive-c-5.0/setup.py" 
"libarchive-c-5.0/tests/__init__.py" "libarchive-c-5.0/tests/data/flags.tar" 
"libarchive-c-5.0/tests
 /data/special.tar" "libarchive-c-5.0/tests/data/tar_relative.tar" 
"libarchive-c-5.0/tests/data/testtar.README" 
"libarchive-c-5.0/tests/data/testtar.tar" 
"libarchive-c-5.0/tests/data/testtar.tar.json" 
"libarchive-c-5.0/tests/data/unicode.tar" 
"libarchive-c-5.0/tests/data/unicode.tar.json" 
"libarchive-c-5.0/tests/data/unicode.zip" 
"libarchive-c-5.0/tests/data/unicode.zip.json" 
"libarchive-c-5.0/tests/data/unicode2.zip" 

[OE-core] [AUH] python3-certifi: upgrading to 2023.7.22 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-certifi* to 
*2023.7.22* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-certifi -V 2023.7.22
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:43:16.781494)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 3 Local 3 Mirrors 0 Missed 0 Current 27 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/c/certifi/certifi-2023.7.22.tar.gz;downloadfilename=certifi-2023.7.22.tar.gz...
INFO: Rebasing devtool onto 78187a68254280b90346fa6a01f874757aa7110c
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-certifi/LICENSE'


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 

[OE-core] [AUH] python3-markdown: upgrading to 3.4.4 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-markdown* to *3.4.4* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-markdown -V 3.4.4
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:56:11.985061)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  13% || ETA:  0:00:00
Adding changed files:  26% |#   | ETA:  0:00:00
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  52% |##  | ETA:  0:00:00
Adding changed files:  65% |### | ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files:  91% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-3.4.4.tar.gz;downloadfilename=Markdown-3.4.4.tar.gz...
INFO: Rebasing devtool onto 1b29aba3ec7cb690e78ca82269a4b196396e0e32
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 

[OE-core] [AUH] python3-pip: upgrading to 23.2.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pip* to *23.2.1* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-pip -V 23.2.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:04:30.278749)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   7% |##  | ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:00
Adding changed files:  23% || ETA:  0:00:00
Adding changed files:  30% |### | ETA:  0:00:00
Adding changed files:  38% |#   | ETA:  0:00:00
Adding changed files:  46% || ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  69% |#   | ETA:  0:00:00
Adding changed files:  77% |### | ETA:  0:00:00
Adding changed files:  84% |##  | ETA:  0:00:00
Adding changed files:  92% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/p/pip/pip-23.2.1.tar.gz;downloadfilename=pip-23.2.1.tar.gz...
INFO: Rebasing devtool onto 6f1973bde921193e5deebc789dca61568e4965a3
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, 

[OE-core] [AUH] mmc-utils: upgrading to 6d593efc3cd00e4debd0ffc5806246390dc66242 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mmc-utils* to 
*6d593efc3cd00e4debd0ffc5806246390dc66242* has Succeeded.

Next steps:
- apply the patch: git am 0001-mmc-utils-upgrade-to-latest-revision.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 209a750f6436490597ba16cf99d43d10def2e989 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 09:40:05 +
Subject: [PATCH] mmc-utils: upgrade to latest revision

---
 meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb 
b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index 373ada2026..9e1dcc2b9b 100644
--- a/meta/recipes-devtools/mmc/mmc-utils_git.bb
+++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = 
"file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
 
 SRCBRANCH ?= "master"
-SRCREV = "958227890690290ee766aaad1b92f3413f67048c"
+SRCREV = "6d593efc3cd00e4debd0ffc5806246390dc66242"
 
 PV = "0.1+git${SRCPV}"
 
-- 
2.39.2

packages/core2-32-poky-linux/mmc-utils: PKGV changed from 
0.1+gitAUTOINC+9582278906 [default] to 0.1+gitAUTOINC+6d593efc3c [default]
packages/core2-32-poky-linux/mmc-utils: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dbg: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dbg: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dbg: PKGSIZE changed from 
243692 to 243696 (+0%)
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dev: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dev: RRECOMMENDS: removed 
"mmc-utils (['= 0.1+git0+9582278906-r0'])", added "mmc-utils (['= 
0.1+git0+6d593efc3c-r0'])"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-dev: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-doc: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-doc: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-locale: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-locale: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-src: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-src: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-src: PKGSIZE changed from 
216257 to 216018 (-0%)
packages/core2-32-poky-linux/mmc-utils/mmc-utils-staticdev: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils-staticdev: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
packages/core2-32-poky-linux/mmc-utils/mmc-utils-staticdev: RDEPENDS: removed 
"mmc-utils-dev (['= 0.1+git0+9582278906-r0'])", added "mmc-utils-dev (['= 
0.1+git0+6d593efc3c-r0'])"
packages/core2-32-poky-linux/mmc-utils/mmc-utils: PKGV changed from 
0.1+git0+9582278906 to 0.1+git0+6d593efc3c
packages/core2-32-poky-linux/mmc-utils/mmc-utils: PV changed from 
"0.1+gitAUTOINC+9582278906" to "0.1+gitAUTOINC+6d593efc3c"
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1805 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (898 cached, 1 parsed). 1805 targets, 37 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"

[OE-core] [AUH] python3-sphinx: upgrading to 7.1.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-sphinx* to *7.1.1* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-sphinx -V 7.1.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:22:13.064416)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-7.1.1.tar.gz;downloadfilename=Sphinx-7.1.1.tar.gz,
 attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-7.1.1.tar.gz;downloadfilename=Sphinx-7.1.1.tar.gz...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot-native/usr/bin:/home/
 
pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-jmo3sukp/work/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O 

[OE-core] [AUH] python3-jsonschema: upgrading to 4.18.4 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-jsonschema* to 
*4.18.4* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-jsonschema -V 4.18.4
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:54:58.808600)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   8% |### | ETA:  0:00:00
Adding changed files:  17% |##  | ETA:  0:00:00
Adding changed files:  25% |#   | ETA:  0:00:00
Adding changed files:  34% || ETA:  0:00:00
Adding changed files:  42% |### | ETA:  0:00:00
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  59% |#   | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  76% |### | ETA:  0:00:00
Adding changed files:  85% |##  | ETA:  0:00:00
Adding changed files:  93% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-4.18.4.tar.gz;downloadfilename=jsonschema-4.18.4.tar.gz...
INFO: Rebasing devtool onto cfb02a9ad5893e80cf898c836f6a4f6ee8d03f11
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 

[OE-core] [AUH] python3-dtschema: upgrading to 2023.7 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-dtschema* to *2023.7* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-dtschema -V 2023.7
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:53:44.820296)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  42% |### | ETA:  0:00:00
Adding changed files:  85% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/d/dtschema/dtschema-2023.7.tar.gz;downloadfilename=dtschema-2023.7.tar.gz...
INFO: Rebasing devtool onto 4f7ffcdb04885f0ee189a2ade4a3b6e53987eee0
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-dtschema/LICENSE.txt'


Please review the attached files for further information and 

[OE-core] [AUH] createrepo-c: upgrading to 1.0.0 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *createrepo-c* to *1.0.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-createrepo-c-upgrade-0.21.1-1.0.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 f9cec92ea1f4c6d8460e010817b1edb81b0636db Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 08:48:05 +
Subject: [PATCH] createrepo-c: upgrade 0.21.1 -> 1.0.0

---
 ...arser.c-add-a-missing-parameter-name.patch | 39 ---
 ...repo-c_0.21.1.bb => createrepo-c_1.0.0.bb} |  3 +-
 2 files changed, 1 insertion(+), 41 deletions(-)
 delete mode 100644 
meta/recipes-devtools/createrepo-c/createrepo-c/0001-src-cmd_parser.c-add-a-missing-parameter-name.patch
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.21.1.bb => 
createrepo-c_1.0.0.bb} (92%)

diff --git 
a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-src-cmd_parser.c-add-a-missing-parameter-name.patch
 
b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-src-cmd_parser.c-add-a-missing-parameter-name.patch
deleted file mode 100644
index 0d1c6b08fb..00
--- 
a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-src-cmd_parser.c-add-a-missing-parameter-name.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 970b901e1999f415da8bac205f526c808ddad0ba Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin 
-Date: Mon, 8 May 2023 10:40:43 +0200
-Subject: [PATCH] src/cmd_parser.c: add a missing parameter name
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This resolves the following error with older versions of gcc:
-| 
/srv/storage/alex/yocto/build-32/tmp/work/x86_64-linux/createrepo-c-native/0.21.1-r0/git/src/cmd_parser.c:
 In function ‘duplicated_nevra_option_parser’:
-| 
/srv/storage/alex/yocto/build-32/tmp/work/x86_64-linux/createrepo-c-native/0.21.1-r0/git/src/cmd_parser.c:76:32:
 error: parameter name omitted
-|76 | duplicated_nevra_option_parser(const gchar *,
-|   |^
-| 
/srv/storage/alex/yocto/build-32/tmp/work/x86_64-linux/createrepo-c-native/0.21.1-r0/git/src/cmd_parser.c:78:32:
 error: parameter name omitted
-|78 |gpointer,
-|   |^~~~
-
-Upstream-Status: Submitted 
[https://github.com/rpm-software-management/createrepo_c/pull/366]
-Signed-off-by: Alexander Kanavin 

- src/cmd_parser.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/cmd_parser.c b/src/cmd_parser.c
-index 97c9ea7..63af7ea 100644
 a/src/cmd_parser.c
-+++ b/src/cmd_parser.c
-@@ -73,9 +73,9 @@ struct CmdOptions _cmd_options = {
- 
- 
- gboolean
--duplicated_nevra_option_parser(const gchar *,
-+duplicated_nevra_option_parser(const gchar *option_name,
-const gchar *value,
--   gpointer,
-+   gpointer data,
-GError **error)
- {
- if (!g_strcmp0(value, "keep"))
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb 
b/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.0.bb
similarity index 92%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.0.0.bb
index 57f23b8dfd..9b109327c8 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.21.1.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.0.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRC_URI = 
"git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https
 \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
file://0001-include-rpm-rpmstring.h.patch \
-   file://0001-src-cmd_parser.c-add-a-missing-parameter-name.patch \
file://time64fix.patch \
"
 
-SRCREV = "0652d7303ce236e596c83c29ccc9bee7868fce6e"
+SRCREV = "0cc13920991b2fb8f87fb9d352bd3394c2983289"
 
 S = "${WORKDIR}/git"
 
-- 
2.39.2

packages/core2-32-poky-linux/createrepo-c/createrepo-c-bash-completion: PV 
changed from "0.21.1" to "1.0.0"

[OE-core] [AUH] python3-pyparsing: upgrading to 3.1.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pyparsing* to *3.1.1* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-pyparsing -V 3.1.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (10:05:08.009456)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  30% |### | ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  91% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-3.1.1.tar.gz;downloadfilename=pyparsing-3.1.1.tar.gz...
INFO: Rebasing devtool onto a2b80db01e2a7804f775aff21284249cd9396800
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 

[OE-core] [AUH] dnf: upgrading to 4.16.2 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *dnf* to *4.16.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-dnf-upgrade-4.16.1-4.16.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 b9f404c59332e292afd5ffe4015849c474b49010 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 09:13:37 +
Subject: [PATCH] dnf: upgrade 4.16.1 -> 4.16.2

---
 .../dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch  | 7 ---
 meta/recipes-devtools/dnf/{dnf_4.16.1.bb => dnf_4.16.2.bb} | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/dnf/{dnf_4.16.1.bb => dnf_4.16.2.bb} (98%)

diff --git 
a/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch 
b/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
index 21b50dee01..0638dab104 100644
--- a/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
+++ b/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
@@ -1,4 +1,4 @@
-From 5e07c16a506b19cbb107d5e99fca41d679b23b9a Mon Sep 17 00:00:00 2001
+From c9d1e07d62139bdeb0b6ce28c4fa2c4116a1f666 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Tue, 28 Apr 2020 15:55:00 +0200
 Subject: [PATCH] dnf: write the log lock to root
@@ -10,15 +10,16 @@ already existing, and base-files creating it as a symlink).
 
 Upstream-Status: Inappropriate [oe-core specific]
 Signed-off-by: Alexander Kanavin 
+
 ---
  dnf/logging.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/dnf/logging.py b/dnf/logging.py
-index bd660470..a9d808b1 100644
+index ef0b25f3..94610af6 100644
 --- a/dnf/logging.py
 +++ b/dnf/logging.py
-@@ -94,7 +94,7 @@ class 
MultiprocessRotatingFileHandler(logging.handlers.RotatingFileHandler):
+@@ -118,7 +118,7 @@ class 
MultiprocessRotatingFileHandler(logging.handlers.RotatingFileHandler):
  def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, 
encoding=None, delay=False):
  super(MultiprocessRotatingFileHandler, self).__init__(
  filename, mode, maxBytes, backupCount, encoding, delay)
diff --git a/meta/recipes-devtools/dnf/dnf_4.16.1.bb 
b/meta/recipes-devtools/dnf/dnf_4.16.2.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.16.1.bb
rename to meta/recipes-devtools/dnf/dnf_4.16.2.bb
index 9134411fa9..ba3f9b6e08 100644
--- a/meta/recipes-devtools/dnf/dnf_4.16.1.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.16.2.bb
@@ -19,7 +19,7 @@ SRC_URI = 
"git://github.com/rpm-software-management/dnf.git;branch=master;protoc
 
 SRC_URI:append:class-native = 
"file://0001-dnf-write-the-log-lock-to-root.patch"
 
-SRCREV = "94b7cc7956580405b219329541d6b40db6499cf1"
+SRCREV = "cb1b3615632058f4a1ca79a38734b8624eca8a32"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.39.2



0001-dnf-upgrade-4.16.1-4.16.2.patch
Description: Binary data
packages/core2-32-poky-linux/dnf/dnf-bash-completion: PKGV changed from 4.16.1 
[default] to 4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-bash-completion: PV changed from "4.16.1" 
to "4.16.2"
packages/core2-32-poky-linux/dnf/dnf-dbg: PKGV changed from 4.16.1 [default] to 
4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-dbg: PV changed from "4.16.1" to "4.16.2"
packages/core2-32-poky-linux/dnf/dnf-dev: PKGV changed from 4.16.1 [default] to 
4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-dev: PV changed from "4.16.1" to "4.16.2"
packages/core2-32-poky-linux/dnf/dnf-doc: PKGV changed from 4.16.1 [default] to 
4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-doc: PV changed from "4.16.1" to "4.16.2"
packages/core2-32-poky-linux/dnf/dnf-locale-ar: PKGV changed from 4.16.1 
[default] to 4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-locale-ar: PV changed from "4.16.1" to 
"4.16.2"
packages/core2-32-poky-linux/dnf/dnf-locale-bg: PKGV changed from 4.16.1 
[default] to 4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-locale-bg: PV changed from "4.16.1" to 
"4.16.2"
packages/core2-32-poky-linux/dnf/dnf-locale-bn-in: PKGV changed from 4.16.1 
[default] to 4.16.2 [default]
packages/core2-32-poky-linux/dnf/dnf-locale-bn-in: PV changed from "4.16.1" to 
"4.16.2"

[OE-core] [AUH] meson: upgrading to 1.2.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *meson* to *1.2.0* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade meson -V 1.2.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:36:52.040126)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:fdc52d4a2eb16c3c40fb6df6e6e71d7668a7fb1e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 3 Local 3 Mirrors 0 Missed 0 Current 27 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:fdc52d4a2eb16c3c40fb6df6e6e71d7668a7fb1e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:10
Adding changed files:   2% || ETA:  0:00:08
Adding changed files:   3% |#   | ETA:  0:00:06
Adding changed files:   4% |#   | ETA:  0:00:05
Adding changed files:   5% |##  | ETA:  0:00:05
Adding changed files:   7% |##  | ETA:  0:00:05
Adding changed files:   8% |### | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:04
Adding changed files:  10% |### | ETA:  0:00:04
Adding changed files:  11% || ETA:  0:00:04
Adding changed files:  13% || ETA:  0:00:04
Adding changed files:  14% |#   | ETA:  0:00:04
Adding changed files:  15% |#   | ETA:  0:00:03
Adding changed files:  16% |##  | ETA:  0:00:03
Adding changed files:  17% |##  | ETA:  0:00:03
Adding changed files:  19% |##  | ETA:  0:00:03
Adding changed files:  20% |### | ETA:  0:00:03
Adding changed files:  21% |### | ETA:  0:00:03
Adding changed files:  22% || ETA:  0:00:03
Adding changed files:  23% || ETA:  0:00:03
Adding changed 

[OE-core] [AUH] python3-editables: upgrading to 0.5 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-editables* to *0.5* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-editables -V 0.5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:54:20.929291)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 29 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cdd58910ff549d39538f5351aa02259810906a20"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/e/editables/editables-0.5.tar.gz;downloadfilename=editables-0.5.tar.gz...
INFO: Rebasing devtool onto 94896f613d22cc41486b2073e14be64e39bc10a8
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  ^^
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 565, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
   
^^^
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 473, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
 ^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-editables/LICENSE.txt'


Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 

[OE-core] [AUH] python3-cython: upgrading to 3.0.0 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-cython* to *3.0.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-cython -V 3.0.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:44:55.159544)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 3 Local 3 Mirrors 0 Missed 0 Current 27 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c982c4cd7f4a0212105b6986c1dc4529c9be532e"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   2% || ETA:  0:00:06
Adding changed files:   4% |#   | ETA:  0:00:04
Adding changed files:   6% |##  | ETA:  0:00:03
Adding changed files:   9% |### | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:02
Adding changed files:  13% || ETA:  0:00:02
Adding changed files:  15% |#   | ETA:  0:00:02
Adding changed files:  18% |##  | ETA:  0:00:02
Adding changed files:  20% |### | ETA:  0:00:02
Adding changed files:  22% || ETA:  0:00:02
Adding changed files:  24% || ETA:  0:00:02
Adding changed files:  27% |#   | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:01
Adding changed files:  31% |### | ETA:  0:00:01
Adding changed files:  33% || ETA:  0:00:01
Adding changed files:  36% |#   | ETA:  0:00:01
Adding changed files:  38% |#   | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:01
Adding changed files:  45% || ETA:  0:00:01
Adding changed files:  47% |# 

[OE-core] [AUH] btrfs-tools: upgrading to 6.3.3 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.3.3* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-btrfs-tools-upgrade-6.3.1-6.3.3.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 aec19c03dd915f5d35095be744ad2a26c1d8ea74 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 08:35:13 +
Subject: [PATCH] btrfs-tools: upgrade 6.3.1 -> 6.3.3

---
 .../btrfs-tools/{btrfs-tools_6.3.1.bb => btrfs-tools_6.3.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.1.bb => 
btrfs-tools_6.3.3.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
index 0bdf48ded2..e7a64e8363 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.3.3.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = 
"git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https
 \

file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
"
-SRCREV = "9d2c8c364a6b8df4b1a47ad384cd75fd4ba53e12"
+SRCREV = "bb0ca35245858f17a6ced97aade1dd8d70f9c9d7"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \
-- 
2.39.2

packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PKGSIZE changed from 
21091980 to 21144932 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PKGV changed from 
6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dev: PKGV changed from 
6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dev: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-doc: PKGV changed from 
6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-doc: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-locale: PKGV changed from 
6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-locale: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PKGSIZE changed from 
3998178 to 4002612 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PKGV changed from 
6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-staticdev: PKGV changed 
from 6.3.1 [default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-staticdev: PV changed from 
"6.3.1" to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PKGSIZE changed from 
7012532 to 7024820 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PKGV changed from 6.3.1 
[default] to 6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PV changed from "6.3.1" 
to "6.3.3"
packages/core2-32-poky-linux/btrfs-tools: PKGV changed from 6.3.1 [default] to 
6.3.3 [default]
packages/core2-32-poky-linux/btrfs-tools: PV changed from "6.3.1" to "6.3.3"
Changes to packages/core2-32-poky-linux/btrfs-tools (sysroot):
  /usr/lib/python3.11/site-packages/btrfsutil-6.3.1-py3.11.egg-info moved to 
/usr/lib/python3.11/site-packages/btrfsutil-6.3.3-py3.11.egg-info


0001-btrfs-tools-upgrade-6.3.1-6.3.3.patch
Description: Binary data
Changes to packages/core2-32-poky-linux/btrfs-tools (sysroot):
  /usr/lib/python3.11/site-packages/btrfsutil-6.3.1-py3.11.egg-info moved to 
/usr/lib/python3.11/site-packages/btrfsutil-6.3.3-py3.11.egg-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185274): 
https://lists.openembedded.org/g/openembedded-core/message/185274
Mute This Topic: https://lists.openembedded.org/mt/100487595/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: 

[OE-core] [AUH] systemd-boot: upgrading to 254 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemd-boot* to *254* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe systemd-boot failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:30:48.041916)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 30 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 994c7978608a0bd9b317f4f74ff266dd50a3e74e
WARNING: Command 'git rebase 994c7978608a0bd9b317f4f74ff266dd50a3e74e' failed:
Auto-merging src/journal/journald-server.c
CONFLICT (content): Merge conflict in src/journal/journald-server.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/systemd-boot
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/systemd-boot/systemd-boot_254.bb



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185272): 
https://lists.openembedded.org/g/openembedded-core/message/185272
Mute This Topic: https://lists.openembedded.org/mt/100487593/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] seatd: upgrading to 0.8.0 SUCCEEDED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *seatd* to *0.8.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-seatd-upgrade-0.7.0-0.8.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 1f6adabe95d372f316903517d7b64c42f88cece4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 1 Aug 2023 07:29:38 +
Subject: [PATCH] seatd: upgrade 0.7.0 -> 0.8.0

---
 meta/recipes-core/seatd/{seatd_0.7.0.bb => seatd_0.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/seatd/{seatd_0.7.0.bb => seatd_0.8.0.bb} (96%)

diff --git a/meta/recipes-core/seatd/seatd_0.7.0.bb 
b/meta/recipes-core/seatd/seatd_0.8.0.bb
similarity index 96%
rename from meta/recipes-core/seatd/seatd_0.7.0.bb
rename to meta/recipes-core/seatd/seatd_0.8.0.bb
index 59ef6ad9c1..14c5b1b7ae 100644
--- a/meta/recipes-core/seatd/seatd_0.7.0.bb
+++ b/meta/recipes-core/seatd/seatd_0.8.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
 
 SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \
file://init"
-SRCREV = "a803ba0502cccf147eec7fbcacd11c5b8643c0e0"
+SRCREV = "3e9ef69f14f630a719dd464f3c90a7932f1c8296"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig update-rc.d
-- 
2.39.2

packages/core2-32-poky-linux/seatd: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd: PKGV changed from 0.7.0 [default] to 0.8.0 
[default]
packages/core2-32-poky-linux/seatd/seatd-dbg: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd/seatd-dbg: PKGSIZE changed from 259344 to 
259096 (-0%)
packages/core2-32-poky-linux/seatd/seatd-dbg: PKGV changed from 0.7.0 [default] 
to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd-dev: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd/seatd-dev: PKGV changed from 0.7.0 [default] 
to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd-doc: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd/seatd-doc: PKGV changed from 0.7.0 [default] 
to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd-locale: PV changed from "0.7.0" to 
"0.8.0"
packages/core2-32-poky-linux/seatd/seatd-locale: PKGV changed from 0.7.0 
[default] to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd-src: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd/seatd-src: PKGSIZE changed from 132662 to 
132790 (+0%)
packages/core2-32-poky-linux/seatd/seatd-src: PKGV changed from 0.7.0 [default] 
to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd-staticdev: PV changed from "0.7.0" to 
"0.8.0"
packages/core2-32-poky-linux/seatd/seatd-staticdev: PKGV changed from 0.7.0 
[default] to 0.8.0 [default]
packages/core2-32-poky-linux/seatd/seatd: PV changed from "0.7.0" to "0.8.0"
packages/core2-32-poky-linux/seatd/seatd: PKGV changed from 0.7.0 [default] to 
0.8.0 [default]


0001-seatd-upgrade-0.7.0-0.8.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185266): 
https://lists.openembedded.org/g/openembedded-core/message/185266
Mute This Topic: https://lists.openembedded.org/mt/100487587/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] util-linux: upgrading to 2.39.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *util-linux* to *2.39.1* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade util-linux -V 2.39.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:42:29.436000)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 33 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 27 (0% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:06
Adding changed files:   3% |#   | ETA:  0:00:05
Adding changed files:   4% |#   | ETA:  0:00:04
Adding changed files:   6% |##  | ETA:  0:00:04
Adding changed files:   8% |##  | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:03
Adding changed files:  13% || ETA:  0:00:03
Adding changed files:  14% |#   | ETA:  0:00:08
Adding changed files:  16% |#   | ETA:  0:00:08
Adding changed files:  18% |##  | ETA:  0:00:07
Adding changed files:  19% |### | ETA:  0:00:06
Adding changed files:  21% |### | ETA:  0:00:06
Adding changed files:  22% || ETA:  0:00:06
Adding changed files:  24% || ETA:  0:00:05
Adding changed files:  26% |#   | ETA:  0:00:05
Adding changed files:  27% |##  | ETA:  0:00:04
Adding changed files:  29% |##  | ETA:  0:00:04
Adding changed files:  31% |### | ETA:  0:00:04
Adding changed files:  32% |### | ETA:  0:00:04

[OE-core] [AUH] gnu-config: upgrading to 91f6a7f616b161c25ba2001861a40e662e18c4ad FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnu-config* to 
*91f6a7f616b161c25ba2001861a40e662e18c4ad* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gnu-config -S 
91f6a7f616b161c25ba2001861a40e662e18c4ad
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:26:40.120222)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:b2d1c4f56601566f220e1dd011071ff3c2dca4c9"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 8 Local 0 Mirrors 0 Missed 8 Current 21 (0% match, 72% 
complete)
Removing 6 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
WARNING: Failed to find a git repository in WORKDIR: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir
WARNING: gnu-config: the directory ${WORKDIR}/git 
(/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/git)
 pointed to by the S variable doesn't exist - please set S within the recipe to 
point to where the source has been unpacked to
WARNING: No source unpacked to S - either the gnu-config recipe doesn't use any 
source or the correct source directory could not be determined
NOTE: Tasks Summary: Attempted 65 tasks of which 60 didn't need to be rerun and 
1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
ERROR: Bitbake Fetcher Error: FetchError('Fetch command export 
PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/native-intercept:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/usr/bin/x86_64-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/usr/bin:/home/pokybuild/yoc
 
to-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat 
clone -n -s 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/git2/git.sav
 annah.gnu.org.git.config.git/ 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20230216+gitAUTOINC+63acb96f92-r0/devtooltmp-iupttu9n/workdir/git/
 failed with exit code 128, output:\nfatal: destination path 

[OE-core] [AUH] util-linux-libuuid: upgrading to 2.39.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *util-linux-libuuid* to 
*2.39.1* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade util-linux-libuuid -V 2.39.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:37:49.972619)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 33 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 27 (0% match, 96% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:06
Adding changed files:   3% |#   | ETA:  0:00:05
Adding changed files:   4% |#   | ETA:  0:00:04
Adding changed files:   6% |##  | ETA:  0:00:04
Adding changed files:   8% |##  | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:03
Adding changed files:  11% || ETA:  0:00:03
Adding changed files:  13% || ETA:  0:00:03
Adding changed files:  14% |#   | ETA:  0:00:08
Adding changed files:  16% |#   | ETA:  0:00:08
Adding changed files:  18% |##  | ETA:  0:00:07
Adding changed files:  19% |### | ETA:  0:00:06
Adding changed files:  21% |### | ETA:  0:00:06
Adding changed files:  22% || ETA:  0:00:05
Adding changed files:  24% || ETA:  0:00:05
Adding changed files:  26% |#   | ETA:  0:00:05
Adding changed files:  27% |##  | ETA:  0:00:04
Adding changed files:  29% |##  | ETA:  0:00:04
Adding changed files:  31% |### | ETA:  0:00:04
Adding changed files:  32% |### | 

[OE-core] [AUH] systemd: upgrading to 254 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemd* to *254* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe systemd failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:37:06.664314)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f4be1e2a09caa3a622752ef05645bdbd264a0738"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 30 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 994c7978608a0bd9b317f4f74ff266dd50a3e74e
WARNING: Command 'git rebase 994c7978608a0bd9b317f4f74ff266dd50a3e74e' failed:
Auto-merging src/journal/journald-server.c
CONFLICT (content): Merge conflict in src/journal/journald-server.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Rebasing devtool-override-libc-musl onto 
994c7978608a0bd9b317f4f74ff266dd50a3e74e
WARNING: Command 'git rebase 994c7978608a0bd9b317f4f74ff266dd50a3e74e' failed:
Auto-merging src/journal/journald-server.c
CONFLICT (content): Merge conflict in src/journal/journald-server.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/systemd
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/systemd/systemd_254.bb



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185271): 
https://lists.openembedded.org/g/openembedded-core/message/185271
Mute This Topic: https://lists.openembedded.org/mt/100487592/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] glibc: upgrading to 2.38 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glibc* to *2.38* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade glibc -V 2.38 -S 
78ca34d8c55eee6b0664f9c1d30fcca71077b843
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:24:50.343695)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:37dfea4a99015745a13107286874111b2a6f0789"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 30 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 78ca34d8c55eee6b0664f9c1d30fcca71077b843
WARNING: Command 'git rebase 78ca34d8c55eee6b0664f9c1d30fcca71077b843' failed:
Auto-merging NEWS
CONFLICT (content): Merge conflict in NEWS
Auto-merging time/Makefile
Auto-merging time/strftime_l.c

You will need to resolve conflicts in order to complete the upgrade.
ERROR: Could not decode SRC_URI: The URL: 
'${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc' is invalid and cannot be 
interpreted


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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185265): 
https://lists.openembedded.org/g/openembedded-core/message/185265
Mute This Topic: https://lists.openembedded.org/mt/100487586/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] cmake: upgrading to 3.27.1 FAILED

2023-08-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *cmake* to *3.27.1* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade cmake -V 3.27.1
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:38:14.420027)
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1321cb71a958ec07abee45ad2b292c2b692f5334"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 30 (0% match, 100% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1806 entries from dependency cache.
Parsing recipes...done.
Parsing of 900 .bb files complete (898 cached, 2 parsed). 1807 targets, 37 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.4.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1321cb71a958ec07abee45ad2b292c2b692f5334"
workspace= "master:4ddeb8ee8baf964dddf9cf9085d78aa0bf7b28eb"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:01:17
Adding changed files:   0% || ETA:  0:00:54
Adding changed files:   0% || ETA:  0:00:47
Adding changed files:   0% || ETA:  0:00:44
Adding changed files:   1% || ETA:  0:00:42
Adding changed files:   1% || ETA:  0:00:40
Adding changed files:   1% || ETA:  0:00:39
Adding changed files:   1% || ETA:  0:00:38
Adding changed files:   1% || ETA:  0:00:37
Adding changed files:   2% || ETA:  0:00:37
Adding changed files:   2% || ETA:  0:00:36
Adding changed files:   2% || ETA:  0:00:36
Adding changed files:   2% |#   | ETA:  0:00:35
Adding changed files:   3% |#   | ETA:  0:00:35
Adding changed files:   3% |#   | ETA:  0:00:35
Adding changed files:   3% |#   | ETA:  0:00:34
Adding changed files:   3% |#   | ETA:  0:00:34
Adding changed files:   3% |#   | ETA:  0:00:34
Adding changed files:   4% |#   | ETA:  0:00:33
Adding changed files:   4% |#   | ETA:  0:00:33
Adding changed files:   4% |#   | 

  1   2   >