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 gcc-cross-x86_64
DEBUG: Fetching SPDX for dependency gcc-runtime
DEBUG: Fetching SPDX for dependency gettext-native
DEBUG: Fetching SPDX for dependency glibc
DEBUG: Fetching SPDX for dependency libxslt-native
DEBUG: Fetching SPDX for dependency meson-native
DEBUG: Fetching SPDX for dependency ninja-native
DEBUG: Fetching SPDX for dependency pkgconf-native
DEBUG: Fetching SPDX for dependency python3-native
DEBUG: Fetching SPDX for dependency qemu-native
DEBUG: Fetching SPDX for dependency util-macros
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/x86-64-v3-poky-linux/xkeyboard-config/2.47/spdx/3.0.1/recipe-deploy for packaging at TOPDIR/tmp/work/x86-64-v3-poky-linux/xkeyboard-config/2.47/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/x86-64-v3-poky-linux/xkeyboard-config/2.47/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/x86-64-v3-poky-linux/xkeyboard-config/2.47/recipe-sysroot' -e 'TOPDIR/tmp/work/x86-64-v3-poky-linux/xkeyboard-config/2.47/recipe-sysroot-native' -e 'TOPDIR/tmp/hosttools' | tee TOPDIR/tmp/work/x86-64-v3-poky-linux/xkeyboard-config/2.47/sstate-build-create_recipe_spdx/fixmepath | xargs --no-run-if-empty sed -i -e 's:TOPDIR/tmp/work/x86-64-v3-poky-linux/xkeyboard-config/2.47/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:TOPDIR/tmp/work/x86-64-v3-poky-linux/xkeyboard-config/2.47/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 99475c9f323d4b8f74118950a2eb0e6fd3016636d38b75bf3cb08e3c5f42fa26 as unihash 99475c9f323d4b8f74118950a2eb0e6fd3016636d38b75bf3cb08e3c5f42fa26 to wss://hashserv-eu.yoctoproject.org/ws
DEBUG: Python function sstate_report_unihash finished
DEBUG: Executing python function sstate_create_and_sign_package
DEBUG: Python function sstate_create_and_sign_package finished
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_task_postfunc(d)
     0003:
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 772, function: sstate_task_postfunc
     0768:    shared_umask = bb.utils.to_filemode(d.getVar("OE_SHARED_UMASK"))
     0769:    omask = os.umask(shared_umask)
     0770:    if omask != shared_umask:
     0771:       bb.note("Using umask %0o (not %0o) for sstate packaging" % (shared_umask, omask))
 *** 0772:    sstate_package(shared_state, d)
     0773:    os.umask(omask)
     0774:
     0775:    sstateinst = d.getVar("SSTATE_INSTDIR")
     0776:    d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir'])
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/openembedded-core/meta/classes-global/sstate.bbclass', lineno: 690, function: sstate_package
     0686:
     0687:    # SSTATE_PKG may have been changed by sstate_report_unihash
     0688:    siginfo = d.getVar('SSTATE_PKG') + ".siginfo"
     0689:    if not os.path.exists(siginfo):
 *** 0690:        bb.siggen.dump_this_task(siginfo, d)
     0691:    else:
     0692:        try:
     0693:            os.utime(siginfo, None)
     0694:        except PermissionError:
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/bitbake/lib/bb/siggen.py', lineno: 888, function: dump_this_task
     0884:    import bb.parse
     0885:    mcfn = d.getVar("BB_FILENAME")
     0886:    task = "do_" + d.getVar("BB_CURRENTTASK")
     0887:    referencestamp = bb.parse.siggen.stampfile_base(mcfn)
 *** 0888:    bb.parse.siggen.dump_sigtask(mcfn, task, outfile, "customfile:" + referencestamp)
     0889:
     0890:def init_colors(enable_color):
     0891:    """Initialise colour dict for passing to compare_sigfiles()"""
     0892:    # First set up the colours
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/openembedded-core/meta/lib/oe/sstatesig.py', lineno: 237, function: dump_sigtask
     0233:    def dump_sigtask(self, fn, task, stampbase, runtime):
     0234:        tid = fn + ":" + task
     0235:        if tid in self.lockedhashes and self.lockedhashes[tid]:
     0236:            return
 *** 0237:        super(bb.siggen.SignatureGeneratorBasicHash, self).dump_sigtask(fn, task, stampbase, runtime)
     0238:
     0239:    def dump_lockedsigs(self, sigfile, taskfilter=None):
     0240:        types = {}
     0241:        unihashmap = {}
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/bitbake/lib/bb/siggen.py', lineno: 479, function: dump_sigtask
     0475:            if computed_taskhash != self.taskhash[tid]:
     0476:                bb.error("Taskhash mismatch %s versus %s for %s" % (computed_taskhash, self.taskhash[tid], tid))
     0477:                sigfile = sigfile.replace(self.taskhash[tid], computed_taskhash)
     0478:
 *** 0479:        fd, tmpfile = bb.utils.mkstemp(dir=os.path.dirname(sigfile), prefix="sigtask.")
     0480:        try:
     0481:            with bb.compress.zstd.open(fd, "wt", encoding="utf-8", num_threads=1) as f:
     0482:                json.dump(data, f, sort_keys=True, separators=(",", ":"), cls=SetEncoder)
     0483:                f.flush()
File: '/srv/pokybuild/yocto-worker/build-appliance/build/layers/bitbake/lib/bb/utils.py', lineno: 2194, function: mkstemp
     2190:    if prefix:
     2191:        prefix = prefix + entropy
     2192:    else:
     2193:        prefix = tempfile.gettempprefix() + entropy
 *** 2194:    return tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir, text=text)
     2195:
     2196:def path_is_descendant(descendant, ancestor):
     2197:    """
     2198:    Returns ``True`` if the path ``descendant`` is a descendant of ``ancestor``
File: 'TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/tempfile.py', lineno: 357, function: mkstemp
     0353:        flags = _text_openflags
     0354:    else:
     0355:        flags = _bin_openflags
     0356:
 *** 0357:    return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
     0358:
     0359:
     0360:def mkdtemp(suffix=None, prefix=None, dir=None):
     0361:    """User-callable function to create and return a unique temporary
File: 'TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/tempfile.py', lineno: 256, function: _mkstemp_inner
     0252:        name = next(names)
     0253:        file = _os.path.join(dir, pre + name + suf)
     0254:        _sys.audit("tempfile.mkstemp", file)
     0255:        try:
 *** 0256:            fd = _os.open(file, flags, 0o600)
     0257:        except FileExistsError:
     0258:            continue    # try again
     0259:        except PermissionError:
     0260:            # This exception is thrown when a directory with the chosen name
Exception: OSError: [Errno 121] Remote I/O error: '/srv/autobuilder/valkyrie.yocto.io/pub/sstate/99/47/sigtask.Z3WZOutvj5xAi13P4ryPuz1vfjdp'

DEBUG: Python function sstate_task_postfunc finished

Error details

Submitted on:
23/03/26 12:28
Error type:
Recipe
Task:
do_create_recipe_spdx
Recipe:
xkeyboard-config
Recipe version:
2.47-r0
Machine:
qemux86-64
Distro:
poky
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
universal/rocky-8.10
Branch:
master-next
Commit:
c0ae0213b29b7bf0ed968eedfd58b8a5ac833668
Build:
#233017
Submitter:
yp-ab-rocky8-vk-1
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/78/builds/3459
Similar errors:
6
Open a bug