deployment and boot test of openembedded image failed from build 243

Bug #1123849 reported by Soumya Basak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro OpenEmbedded
Fix Released
Critical
Unassigned

Bug Description

observed from the Daily Lava dashboard image report build 243 image deployment and boot test is failed
due to the absent of img-foundation.axf file the deploy of oe image and boot test is failed.

image link: http://snapshots.linaro.org/openembedded/pre-built/vexpress64/243

log:

Message from the log file
Lava failed at action deploy_linaro_image with error:No AXF found, ['System.map-3.8.0-1-linaro-vexpress64', 'Image.gz-3.8.0-1-linaro-vexpress64', 'config-3.8.0-1-linaro-vexpress64', 'abi-3.8.0-1-linaro-vexpress64']
Traceback (most recent call last):
  File "/srv/<email address hidden>/lava_dispatcher/job.py", line 177, in run
    action.run(**params)
  File "/srv/<email address hidden>/lava_dispatcher/actions/deploy.py", line 75, in run
    hwpack=hwpack, rootfs=rootfs, image=image, rootfstype=rootfstype, bootloader=bootloader)
  File "/srv/<email address hidden>/lava_dispatcher/client/targetdevice.py", line 66, in deploy_linaro
    self.target_device.deploy_linaro_prebuilt(image)
  File "/srv/<email address hidden>/lava_dispatcher/device/fastmodel.py", line 137, in deploy_linaro_prebuilt
    self._copy_axf(self.config.root_part, 'boot')
  File "/srv/<email address hidden>/lava_dispatcher/device/fastmodel.py", line 98, in _copy_axf
    raise RuntimeError('No AXF found, %r' % os.listdir(subdir))
RuntimeError: No AXF found, ['System.map-3.8.0-1-linaro-vexpress64', 'Image.gz-3.8.0-1-linaro-vexpress64', 'config-3.8.0-1-linaro-vexpress64', 'abi-3.8.0-1-linaro-vexpress64']

description: updated
Fathi Boudra (fboudra)
Changed in linaro-oe:
milestone: none → 13.02
assignee: nobody → Marcin Juszkiewicz (hrw)
importance: Undecided → Critical
status: New → In Progress
Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

Not a bug in OpenEmbedded.

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

It is CI build bug - will take a look

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

19:43 hrw@puchatek:rules.d$ diff -u 2-binary-arch.mk.orig 2-binary-arch.mk
--- 2-binary-arch.mk.orig 2013-02-14 19:44:06.479876514 +0100
+++ 2-binary-arch.mk 2013-02-14 19:44:09.919876514 +0100
@@ -110,6 +110,11 @@
        chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$*
 endif

+# hack in the boot wrapper
+ if [ -d debian/build/boot-wrapper ] ; then \
+ install -m644 debian/build/boot-wrapper/*.axf $(pkgdir)/boot/ ; \
+ fi
+
        $(build_cd) $(kmake) $(build_O) $(conc_level) $(modules_install_target) \
                INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/ \
                INSTALL_FW_PATH=$(pkgdir)/lib/firmware/$(abi_release)-$*

Revision history for this message
Fathi Boudra (fboudra) wrote :
Changed in linaro-oe:
status: In Progress → Fix Committed
Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

Works fine since #247

Changed in linaro-oe:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.