DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_create_package_spdx
DEBUG: Executing python function read_subpackage_metadata
DEBUG: Python function read_subpackage_metadata finished
DEBUG: Searching for python3-attrs
DEBUG: Searching for python3-hypothesis
DEBUG: Searching for python3-pytest
DEBUG: Searching for python3-unittest-automake-output
DEBUG: Searching for python3-compression
DEBUG: Searching for python3-core
DEBUG: Searching for python3-crypt
DEBUG: Python function do_create_package_spdx finished
DEBUG: Executing python function sstate_task_postfunc
NOTE: Using umask 2 (not 22) for sstate packaging
DEBUG: Preparing tree TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/spdx/3.0.1/runtime-deploy for packaging at TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/sstate-build-create_package_spdx/runtime-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/x86-64-v3-poky-linux/python3-attrs/25.4.0/sstate-build-create_package_spdx/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e 'TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/recipe-sysroot' -e 'TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/recipe-sysroot-native' -e 'TOPDIR/tmp/hosttools' | tee TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/sstate-build-create_package_spdx/fixmepath | xargs --no-run-if-empty sed -i -e 's:TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:TOPDIR/tmp/work/x86-64-v3-poky-linux/python3-attrs/25.4.0/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 9a983bbfdf47f16a1adc392f8948328a1c9953ba58884e6c825215578181d4ba as unihash 9a983bbfdf47f16a1adc392f8948328a1c9953ba58884e6c825215578181d4ba 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/9a/98/sstate\:python3-attrs\:x86-64-v3-poky-linux\:25.4.0\:r0\:x86-64-v3\:14\:9a983bbfdf47f16a1adc392f8948328a1c9953ba58884e6c825215578181d4ba_create_package_spdx.tar.zstmu83fxuw: Cannot open: Remote I/O error
tar (child): Error is not recoverable: exiting now
tar: /srv/autobuilder/valkyrie.yocto.io/pub/sstate/9a/98/sstate:python3-attrs:x86-64-v3-poky-linux:25.4.0:r0:x86-64-v3:14:9a983bbfdf47f16a1adc392f8948328a1c9953ba58884e6c825215578181d4ba_create_package_spdx.tar.zstmu83fxuw: Wrote only 4096 of 10240 bytes
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-64-ptest/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 873, function: sstate_create_and_sign_package
     0869:    else:
     0870:        from tempfile import NamedTemporaryFile
     0871:        with NamedTemporaryFile(prefix=sstate_pkg.name, dir=sstate_pkg.parent) as tmp_pkg_fd:
     0872:            tmp_pkg = tmp_pkg_fd.name
 *** 0873:            sstate_archive_package(tmp_pkg, d)
     0874:            update_file(tmp_pkg, sstate_pkg)
     0875:            # update_file() may have renamed tmp_pkg, which must exist when the
     0876:            # NamedTemporaryFile() context handler ends.
     0877:            touch(Path(tmp_pkg))
File: '/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 900, function: sstate_archive_package
     0896:    if not files:
     0897:        files = ["--files-from=/dev/null"]
     0898:
     0899:    try:
 *** 0900:        subprocess.run(cmd + files, check=True)
     0901:    except subprocess.CalledProcessError as e:
     0902:        # Ignore error 1 as this is caused by files changing
     0903:        # (link count increasing from hardlinks being created).
     0904:        if e.returncode != 1:
File: '/usr/lib/python3.11/subprocess.py', lineno: 571, function: run
     0567:            # We don't call process.wait() as .__exit__ does that for us.
     0568:            raise
     0569:        retcode = process.poll()
     0570:        if check and retcode:
 *** 0571:            raise CalledProcessError(retcode, process.args,
     0572:                                     output=stdout, stderr=stderr)
     0573:    return CompletedProcess(process.args, retcode, stdout, stderr)
     0574:
     0575:
Exception: subprocess.CalledProcessError: Command '['tar', '-I', 'pzstd -8 -p8', '-cS', '-f', '/srv/autobuilder/valkyrie.yocto.io/pub/sstate/9a/98/sstate:python3-attrs:x86-64-v3-poky-linux:25.4.0:r0:x86-64-v3:14:9a983bbfdf47f16a1adc392f8948328a1c9953ba58884e6c825215578181d4ba_create_package_spdx.tar.zstmu83fxuw', 'runtime-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:
07/03/26 01:54
Error type:
Recipe
Task:
do_create_package_spdx
Recipe:
python3-attrs
Recipe version:
25.4.0-r0
Machine:
qemux86-64
Distro:
poky
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
debian-12/debian-12
Branch:
mathieu/master-next
Commit:
2a7ecf1841a3cc234ce6acdfedba36ee545b56ff
Build:
#229541
Submitter:
yp-ab-debian12-vk-7
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/3224
Similar errors:
1
Open a bug