DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/binutils/binutils-crosssdk_2.46.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/chrpath/chrpath_0.18.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/rsync/rsync_3.4.4.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['binutils-crosssdk-aarch64-pokysdk-linux']
NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'libtool-native', 'm4-native', 'quilt-native', 'texinfo-dummy-native', 'zlib-native', 'bison-native', 'chrpath-native', 'flex-native', 'gnu-config-native', 'pkgconf-native', 'pseudo-native', 'rsync-native', 'unifdef-native', 'acl-native', 'attr-native', 'popt-native', 'sqlite3-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_populate_sysroot
DEBUG: Executing shell function sysroot_stage_all
0 blocks
DEBUG: Shell function sysroot_stage_all finished
DEBUG: Executing python function sysroot_strip
DEBUG: Python function sysroot_strip finished
DEBUG: Python function do_populate_sysroot finished
DEBUG: Executing python function do_qa_sysroot
NOTE: QA checking do_populate_sysroot
DEBUG: Python function do_qa_sysroot finished
DEBUG: Executing python function sstate_task_postfunc
NOTE: Using umask 2 (not 22) for sstate packaging
DEBUG: Preparing tree TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/sysroot-destdir for packaging at TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/sstate-build-populate_sysroot/sysroot-destdir
DEBUG: Executing python function target_add_sysroot_deps
DEBUG: Python function target_add_sysroot_deps finished
DEBUG: Executing python function sstate_hardcode_path
NOTE: Removing hardcoded paths from sstate package: 'find TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/sstate-build-populate_sysroot/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e 'TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/recipe-sysroot' -e 'TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/recipe-sysroot-native' -e 'TOPDIR/tmp/hosttools' | tee TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/sstate-build-populate_sysroot/fixmepath | xargs --no-run-if-empty sed -i -e 's:TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:TOPDIR/tmp/work/aarch64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/6.18/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:TOPDIR/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
DEBUG: Python function sstate_hardcode_path finished
DEBUG: Executing python function sstate_report_unihash
DEBUG: Task 95b96b062a6a4bff982648c29a50cb7f4895566d2e97735ac0f6f0fd2513ced5 unihash changed 95b96b062a6a4bff982648c29a50cb7f4895566d2e97735ac0f6f0fd2513ced5 -> 41e3d4a4f0d55abc948ddaa00eeeea87602e918e009985e13103c0688a6ae20d by server wss://hashserv-eu.yoctoproject.org/ws
DEBUG: Python function sstate_report_unihash finished
DEBUG: Executing python function sstate_create_and_sign_package
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: <module>
0001:
*** 0002:sstate_create_and_sign_package(d)
0003:
File: '/srv/pokybuild/yocto-worker/buildtools/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 876, function: sstate_create_and_sign_package
0872: # be updated.
0873: update_file(tmp_pkg, sstate_pkg, force=True)
0874: else:
0875: from tempfile import NamedTemporaryFile
*** 0876: with NamedTemporaryFile(prefix=sstate_pkg.name, dir=sstate_pkg.parent) as tmp_pkg_fd:
0877: tmp_pkg = tmp_pkg_fd.name
0878: sstate_archive_package(tmp_pkg, d)
0879: update_file(tmp_pkg, sstate_pkg)
0880: # update_file() may have renamed tmp_pkg, which must exist when the
File: '/usr/lib/python3.11/tempfile.py', lineno: 718, function: NamedTemporaryFile
0714: nonlocal name
0715: fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
0716: return fd
0717: try:
*** 0718: file = _io.open(dir, mode, buffering=buffering,
0719: newline=newline, encoding=encoding, errors=errors,
0720: opener=opener)
0721: try:
0722: raw = getattr(file, 'buffer', file)
File: '/usr/lib/python3.11/tempfile.py', lineno: 715, function: opener
0711:
0712: name = None
0713: def opener(*args):
0714: nonlocal name
*** 0715: fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
0716: return fd
0717: try:
0718: file = _io.open(dir, mode, buffering=buffering,
0719: newline=newline, encoding=encoding, errors=errors,
File: '/usr/lib/python3.11/tempfile.py', lineno: 395, function: _mkstemp_inner
0391: name = next(names)
0392: file = _os.path.join(dir, pre + name + suf)
0393: _sys.audit("tempfile.mkstemp", file)
0394: try:
*** 0395: fd = _os.open(file, flags, 0o600)
0396: except FileExistsError:
0397: continue # try again
0398: except PermissionError:
0399: # This exception is thrown when a directory with the chosen name
Exception: PermissionError: [Errno 13] Permission denied: '/srv/autobuilder/valkyrie.yocto.io/pub/sstate/41/e3/sstate:nativesdk-linux-libc-headers:aarch64-nativesdk-pokysdk-linux:6.18:r0:aarch64-nativesdk:14:41e3d4a4f0d55abc948ddaa00eeeea87602e918e009985e13103c0688a6ae20d_populate_sysroot.tar.zstwzkule94'
DEBUG: Python function sstate_create_and_sign_package finished
DEBUG: Python function sstate_task_postfunc finished