DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_create_recipe_spdx
DEBUG: Fetching SPDX for dependency autoconf-native
DEBUG: Fetching SPDX for dependency automake-native
DEBUG: Fetching SPDX for dependency gcc-cross-i686
DEBUG: Fetching SPDX for dependency gcc-runtime
DEBUG: Fetching SPDX for dependency glibc
DEBUG: Fetching SPDX for dependency libtool-cross
DEBUG: Fetching SPDX for dependency libtool-native
DEBUG: Fetching SPDX for dependency libx11
DEBUG: Fetching SPDX for dependency pkgconf-native
DEBUG: Fetching SPDX for dependency util-macros
DEBUG: Fetching SPDX for dependency xorgproto
DEBUG: Scanning 0 patches for CVEs
DEBUG: Python function do_create_recipe_spdx finished
DEBUG: Executing python function sstate_task_postfunc
NOTE: Using umask 2 (not 22) for sstate packaging
DEBUG: Preparing tree TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/spdx/3.0.1/recipe-deploy for packaging at TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/sstate-build-create_recipe_spdx/recipe-deploy
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/core2-32-poky-linux/libxext/1.3.7/sstate-build-create_recipe_spdx/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e 'TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/recipe-sysroot' -e 'TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/recipe-sysroot-native' -e 'TOPDIR/tmp/hosttools' | tee TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/sstate-build-create_recipe_spdx/fixmepath | xargs --no-run-if-empty sed -i -e 's:TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:TOPDIR/tmp/work/core2-32-poky-linux/libxext/1.3.7/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: Reported task ce1754c7a2be47be512440e2750ba873ec73ccabfad6d7729cf7571a31f6cf67 as unihash ce1754c7a2be47be512440e2750ba873ec73ccabfad6d7729cf7571a31f6cf67 to wss://hashserv-eu.yoctoproject.org/ws
DEBUG: Python function sstate_report_unihash finished
DEBUG: Executing python function sstate_create_and_sign_package
tar (child): /srv/autobuilder/valkyrie.yocto.io/pub/sstate/ce/17/sstate\:libxext\:core2-32-poky-linux\:1.3.7\:r0\:core2-32\:14\:ce1754c7a2be47be512440e2750ba873ec73ccabfad6d7729cf7571a31f6cf67_create_recipe_spdx.tar.zst8jc816jr: Cannot open: Remote I/O error
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
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/qemux86-alt/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 864, function: sstate_create_and_sign_package
     0860:    else:
     0861:        from tempfile import NamedTemporaryFile
     0862:        with NamedTemporaryFile(prefix=sstate_pkg.name, dir=sstate_pkg.parent) as tmp_pkg_fd:
     0863:            tmp_pkg = tmp_pkg_fd.name
 *** 0864:            sstate_archive_package(tmp_pkg, d)
     0865:            update_file(tmp_pkg, sstate_pkg)
     0866:            # update_file() may have renamed tmp_pkg, which must exist when the
     0867:            # NamedTemporaryFile() context handler ends.
     0868:            touch(Path(tmp_pkg))
File: '/srv/pokybuild/yocto-worker/qemux86-alt/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 891, function: sstate_archive_package
     0887:    if not files:
     0888:        files = ["--files-from=/dev/null"]
     0889:
     0890:    try:
 *** 0891:        subprocess.run(cmd + files, check=True)
     0892:    except subprocess.CalledProcessError as e:
     0893:        # Ignore error 1 as this is caused by files changing
     0894:        # (link count increasing from hardlinks being created).
     0895:        if e.returncode != 1:
File: '/usr/lib/python3.9/subprocess.py', lineno: 528, function: run
     0524:            # We don't call process.wait() as .__exit__ does that for us.
     0525:            raise
     0526:        retcode = process.poll()
     0527:        if check and retcode:
 *** 0528:            raise CalledProcessError(retcode, process.args,
     0529:                                     output=stdout, stderr=stderr)
     0530:    return CompletedProcess(process.args, retcode, stdout, stderr)
     0531:
     0532:
Exception: subprocess.CalledProcessError: Command '['tar', '-I', 'pzstd -8 -p8', '-cS', '-f', '/srv/autobuilder/valkyrie.yocto.io/pub/sstate/ce/17/sstate:libxext:core2-32-poky-linux:1.3.7:r0:core2-32:14:ce1754c7a2be47be512440e2750ba873ec73ccabfad6d7729cf7571a31f6cf67_create_recipe_spdx.tar.zst8jc816jr', 'recipe-deploy']' returned non-zero exit status 2.

DEBUG: Python function sstate_create_and_sign_package finished
DEBUG: Python function sstate_task_postfunc finished

Error details

Submitted on:
23/03/26 12:37
Error type:
Recipe
Task:
do_create_recipe_spdx
Recipe:
libxext
Recipe version:
1_1.3.7-r0
Machine:
qemux86
Distro:
poky-altcfg
Build system:
x86_64-linux
Target system:
i686-poky-linux
Host distro:
debian-11/debian-11
Branch:
master-next
Commit:
c0ae0213b29b7bf0ed968eedfd58b8a5ac833668
Build:
#233027
Submitter:
yp-ab-debian11-vk-1
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/20/builds/3401
Similar errors:
38
Open a bug