[dss-merge-requests] Dev build failure

oebuild at builder.localdomain oebuild at builder.localdomain
Sun May 17 14:31:34 CEST 2020


Already up-to-date.
Synchronizing submodule url for 'OE/bitbake'
Synchronizing submodule url for 'OE/meta-angstrom'
Synchronizing submodule url for 'OE/meta-oe'
Synchronizing submodule url for 'OE/openembedded-core'
Synchronizing submodule url for 'org.openembedded.dev'
Synchronizing submodule url for 'yocto/poky-releases/2.7/layers/meta-freescale'
Synchronizing submodule url for 'yocto/poky-releases/2.7/layers/meta-openembedded'
Synchronizing submodule url for 'yocto/poky-releases/2.7/layers/meta-swupdate'
Synchronizing submodule url for 'yocto/poky-releases/2.7/poky'

RELEASE_TYPE:devel
VERSION:2020.05.17-devel1430
SEND_START_EMAIL:false
SEND_END_EMAIL:false
DO_BITBAKE:true
DO_USB_UPDATE:true
DO_UPLOAD:true
NO_PROMPT:true
UPDATE_JIRA_TICKETS:true

RELEASE_NAME=
MODE_ROOTFS:true
RS_UPLOAD_RESCUE:false
USB_UPDATE_WITH_CUTPOINT:false


Already up-to-date.
Images to be signed:
rescue-devel-update-2020.05.15-devel0330-dss20-20200515013201.swu

[INFO] Starting signing process...
rescue-devel-update-2020.05.15-devel0330-dss20-20200515013201.swu... signing
gpgsm: DBG: adding certificates at level -1
gpgsm: signature created
Images to be signed:
do_sign_release: success
Building images for devel feed
Configured feed: "devel"

Building configuration for targets/devel/rescue/dss20

[INFO] PACKAGES: update-info-file
NOTE: Started PRServer with DBfile: /mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 45538, PID: 14616
Parsing recipes...WARNING: /mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb: LICENSE_linux-firmware-rt28x0 includes licenses (LICENCE.ralink-firmware.txt) that are not listed in LICENSE
WARNING: /mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb: LICENSE_linux-firmware-rt2561 includes licenses (LICENCE.ralink-firmware.txt) that are not listed in LICENSE
WARNING: /mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb: LICENSE_linux-firmware-rt2661 includes licenses (LICENCE.ralink-firmware.txt) that are not listed in LICENSE
done.
Parsing of 2196 .bb files complete (0 cached, 2196 parsed). 3264 targets, 350 skipped, 1 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 1.6.0+git% of rescue-system not available (for item rescue-system)
NOTE: versions of rescue-system available: git
NOTE: preferred version 1.6.0+git% of rescue-system not available (for item rescue-system-dev)
NOTE: versions of rescue-system available: git

Build Configuration:
BB_VERSION           = "1.42.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal-4.8"
TARGET_SYS           = "arm-poky-linux-gnueabi"
MACHINE              = "dss20"
DISTRO               = "poky"
DISTRO_VERSION       = "2.7.1"
TUNE_FEATURES        = "arm vfp cortexa9 neon thumb callconvention-hard"
TARGET_FPU           = "hard"
meta                 
meta-poky            
meta-yocto-bsp       = "HEAD:01b8a8b54bc569e5ef3f5e6fc6abcee365ab25d9"
meta-oe              
meta-python          
meta-networking      
meta-webserver       = "HEAD:8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0"
meta-swupdate        = "HEAD:d345ba975dc72e1674b2356ce01c50ac8f320f37"
meta-digitalstrom-rescue-devel = "master:7b58019a81c8be36a5a68755ae29e19046f557e7"

Initialising tasks...done.
Sstate summary: Wanted 97 Found 94 Missed 3 Current 654 (96% match, 99% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 2630 of 2677 (/mnt/vg1-oebuild/dss-oe/yocto/dS/meta-digitalstrom-rescue-devel/recipes-extended/images/rescue-initramfs.bb:do_rootfs)
NOTE: recipe rescue-initramfs-1.0-r9: task do_rootfs: Started
ERROR: rescue-initramfs-1.0-r9 do_rootfs: 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:do_rootfs(d)
     0003:
File: '/mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/classes/image.bbclass', lineno: 245, function: do_rootfs
     0241:    progress_reporter.next_stage()
     0242:
     0243:    # generate rootfs
     0244:    d.setVarFlag('REPRODUCIBLE_TIMESTAMP_ROOTFS', 'export', '1')
 *** 0245:    create_rootfs(d, progress_reporter=progress_reporter, logcatcher=logcatcher)
     0246:
     0247:    progress_reporter.finish()
     0248:}
     0249:do_rootfs[dirs] = "${TOPDIR}"
File: '/mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/lib/oe/rootfs.py', lineno: 978, function: create_rootfs
     0974:    img_type = d.getVar('IMAGE_PKGTYPE')
     0975:    if img_type == "rpm":
     0976:        RpmRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
     0977:    elif img_type == "ipk":
 *** 0978:        OpkgRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
     0979:    elif img_type == "deb":
     0980:        DpkgRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
     0981:
     0982:    os.environ.clear()
File: '/mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/lib/oe/rootfs.py', lineno: 711, function: __init__
     0707:            bb.utils.remove(self.image_rootfs, True)
     0708:            self.pm = OpkgPM(d,
     0709:                             self.image_rootfs,
     0710:                             self.opkg_conf,
 *** 0711:                             self.pkg_archs)
     0712:        else:
     0713:            self.pm = OpkgPM(d,
     0714:                             self.image_rootfs,
     0715:                             self.opkg_conf,
File: '/mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/lib/oe/package_manager.py', lineno: 1166, function: __init__
     1162:        self.opkg_args = "--volatile-cache -f %s -t %s -o %s " % (self.config_file, self.d.expand('${T}/ipktemp/') ,target_rootfs)
     1163:        self.opkg_args += self.d.getVar("OPKG_ARGS")
     1164:
     1165:        if prepare_index:
 *** 1166:            create_packages_dir(self.d, self.deploy_dir, d.getVar("DEPLOY_DIR_IPK"), "package_write_ipk", filterbydependencies)
     1167:
     1168:        opkg_lib_dir = self.d.getVar('OPKGLIBDIR')
     1169:        if opkg_lib_dir[0] == "/":
     1170:            opkg_lib_dir = opkg_lib_dir[1:]
File: '/mnt/vg1-oebuild/dss-oe/yocto/feedconfig/devel/poky/meta/lib/oe/package_manager.py', lineno: 720, function: create_packages_dir
     0716:                if destdir not in seendirs:
     0717:                    bb.utils.mkdirhier(destdir)
     0718:                    seendirs.add(destdir)
     0719:                try:
 *** 0720:                    os.link(l, dest)
     0721:                except OSError as err:
     0722:                    if err.errno == errno.EXDEV:
     0723:                        bb.utils.copyfile(l, dest)
     0724:                    else:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/build/deploy/ipk/all/tzdata_2019a-r0.0_all.ipk' -> '/mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/build/work/dss20-poky-linux-gnueabi/rescue-initramfs/1.0-r9/oe-rootfs-repo/all/tzdata_2019a-r0.0_all.ipk'

ERROR: rescue-initramfs-1.0-r9 do_rootfs: [Errno 2] No such file or directory: '/mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/build/deploy/ipk/all/tzdata_2019a-r0.0_all.ipk' -> '/mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/build/work/dss20-poky-linux-gnueabi/rescue-initramfs/1.0-r9/oe-rootfs-repo/all/tzdata_2019a-r0.0_all.ipk'
ERROR: rescue-initramfs-1.0-r9 do_rootfs: Function failed: do_rootfs
ERROR: Logfile of failure stored in: /mnt/vg1-oebuild/dss-oe/poky-rescue-devel-build/build/work/dss20-poky-linux-gnueabi/rescue-initramfs/1.0-r9/temp/log.do_rootfs.14804
NOTE: recipe rescue-initramfs-1.0-r9: task do_rootfs: Failed
ERROR: Task (/mnt/vg1-oebuild/dss-oe/yocto/dS/meta-digitalstrom-rescue-devel/recipes-extended/images/rescue-initramfs.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2658 tasks of which 2657 didn't need to be rerun and 1 failed.
NOTE: No commit since BUILDHISTORY_COMMIT != '1'
NOTE: Syncing deploy/images.

Summary: 1 task failed:
  /mnt/vg1-oebuild/dss-oe/yocto/dS/meta-digitalstrom-rescue-devel/recipes-extended/images/rescue-initramfs.bb:do_rootfs
Summary: There were 3 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

bitbake returned 1, manual interaction required!

[Sun May 17 14:31:34 CEST 2020] Build failed


More information about the dSS-merge-requests mailing list