Openembedded Core Discussions
 help / color / mirror / Atom feed
From: auh@auh.yoctoproject.org
To: Robert Yang <liezhi.yang@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] gnu-config: upgrading to 277b4ed1776f721145b2649d888f1deb445fecc5 FAILED	[thread overview]
Message-ID: <MADEUP.16761AD0D501889C.12681@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4986 bytes --]

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnu-config* to *277b4ed1776f721145b2649d888f1deb445fecc5* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gnu-config -S 277b4ed1776f721145b2649d888f1deb445fecc5
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1438 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.50.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "qemux86-64"
DISTRO               = "poky"
DISTRO_VERSION       = "3.3"
TUNE_FEATURES        = "m64 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "tmp-auh-upgrades:32a6af1c3b1b408c7782fca59fc0338dcd7cca88"
workspace            = "master:ddc9e2fd33abe6a0de7b4e0dacdb6f530ee99871"

Initialising tasks...done.
Sstate summary: Wanted 8 Local 0 Network 0 Missed 8 Current 12 (0% match, 60% complete)
Removing 6 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:create_source_date_epoch_stamp(d)
     0003:
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/reproducible_build.bbclass', lineno: 85, function: create_source_date_epoch_stamp
     0081:    if os.path.isfile(epochfile):
     0082:        bb.debug(1, "Deleting existing SOURCE_DATE_EPOCH from: %s" % epochfile)
     0083:        os.remove(epochfile)
     0084:
 *** 0085:    source_date_epoch = oe.reproducible.get_source_date_epoch(d, d.getVar('S'))
     0086:
     0087:    bb.debug(1, "SOURCE_DATE_EPOCH: %d" % source_date_epoch)
     0088:    bb.utils.mkdirhier(d.getVar('SDE_DIR'))
     0089:    with open(epochfile, 'w') as f:
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/reproducible.py', lineno: 103, function: get_source_date_epoch
     0099:    return 0
     0100:
     0101:def get_source_date_epoch(d, sourcedir):
     0102:    return (
 *** 0103:        get_source_date_epoch_from_git(d, sourcedir) or
     0104:        get_source_date_epoch_from_known_files(d, sourcedir) or
     0105:        get_source_date_epoch_from_youngest_file(d, sourcedir) or
     0106:        fixed_source_date_epoch(d)       # Last resort
     0107:    )
File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/reproducible.py', lineno: 65, function: get_source_date_epoch_from_git
     0061:        bb.debug(1, "%s does not have a valid HEAD: %s" % (gitpath, p.stdout.decode('utf-8')))
     0062:        return None
     0063:
     0064:    bb.debug(1, "git repository: %s" % gitpath)
 *** 0065:    p = subprocess.run(['git', '--git-dir', gitpath, 'log', '-1', '--pretty=%ct'], check=True, stdout=subprocess.PIPE)
     0066:    return int(p.stdout.decode('utf-8'))
     0067:
     0068:def get_source_date_epoch_from_youngest_file(d, sourcedir):
     0069:    if sourcedir == d.getVar('WORKDIR'):
File: '/usr/lib64/python3.6/subprocess.py', lineno: 438, function: run
     0434:            raise
     0435:        retcode = process.poll()
     0436:        if check and retcode:
     0437:            raise CalledProcessError(retcode, process.args,
 *** 0438:                                     output=stdout, stderr=stderr)
     0439:    return CompletedProcess(process.args, retcode, stdout, stderr)
     0440:
     0441:
     0442:def list2cmdline(seq):
Exception: subprocess.CalledProcessError: Command '['git', '--git-dir', '/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20210125+gitAUTOINC+6faca61810-r0/devtooltmp-ci__qo0p/workdir/git/.git', 'log', '-1', '--pretty=%ct']' returned non-zero exit status 128.

ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20210125+gitAUTOINC+6faca61810-r0/devtooltmp-ci__qo0p/temp/log.do_unpack.2705192
NOTE: Tasks Summary: Attempted 56 tasks of which 51 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
ERROR: Extracting source for gnu-config failed



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

             reply	other threads:[~2021-04-15 18:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 18:16 auh [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-15 16:42 [AUH] gnu-config: upgrading to 277b4ed1776f721145b2649d888f1deb445fecc5 FAILED auh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.16761AD0D501889C.12681@lists.openembedded.org \
    --to=auh@auh.yoctoproject.org \
    --cc=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox