New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 729292 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 0
Type: Bug



Sign in to add a comment

All release builders failing Archive stage (Cannot emerge chromeos-initramfs)

Project Member Reported by drinkcat@chromium.org, Jun 3 2017

Issue description

e.g.
https://uberchromegw.corp.google.com/i/chromeos/builders/chell-release/builds/1161/steps/Archive/logs/stdio
https://uberchromegw.corp.google.com/i/chromeos/builders/poppy-release/builds/433/steps/Archive/logs/stdio

cp /build/chell/lib/udev/rules.d/95-dm-notify.rules \
	/build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/stage_factory_netboot/lib/udev/rules.d
lddtree --verbose --copy-non-elfs --root=/build/chell \
	--copy-to-tree=/build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/stage_factory_netboot \
	/opt/google/memento_updater/* /root/.pmbr_code /usr/share/misc/chromeos-common.sh /usr/share/misc/shflags
lddtree: warning: ignoring LD_LIBRARY_PATH due to ROOT usage
lddtree: warning: /build/chell/opt/google/memento_updater/*: did not match any paths
/build/chell/root/.pmbr_code -> /build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/stage_factory_netboot/root/.pmbr_code
/build/chell/usr/share/misc/chromeos-common.sh -> /build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/stage_factory_netboot/usr/share/misc/chromeos-common.sh
/build/chell/usr/share/misc/shflags -> /build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/stage_factory_netboot/usr/share/misc/shflags
make[1]: *** [Makefile:88: /build/chell/tmp/portage/chromeos-base/chromeos-initramfs-0.0.1-r255/work/factory_netboot_ramfs.cpio.xz] Error 1
make[1]: Leaving directory '/mnt/host/source/src/platform/initramfs/factory_netboot'
make: *** [Makefile:12: factory_netboot] Error 2
 * ERROR: chromeos-base/chromeos-initramfs-0.0.1-r255::chromiumos failed (compile phase):
 *   emake failed

If I had to guess, I'd blame https://chromium-review.googlesource.com/c/518744/.
 
Labels: OS-Chrome
Status: Started (was: Available)
Fix in https://chromium-review.googlesource.com/#/c/523285/
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 3 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/platform/initramfs/+/8c37d2e0dc288dcc6450292e7cf3a3d0dd5b892c

commit 8c37d2e0dc288dcc6450292e7cf3a3d0dd5b892c
Author: Hung-Te Lin <hungte@chromium.org>
Date: Sat Jun 03 12:41:04 2017

factory_netboot: Remove dependency of memento_softwareupdate.

The memento_softwareupdate package has been deleted so we should remove
the scripts from factory_netboot initramfs.

BUG= chromium:729292 
TEST=USE=factory_netboot_ramfs emerge-$BOARD chromeos-initramfs

Change-Id: Iae1ba9718c62d4ecdb465880c706454f4c7869de
Reviewed-on: https://chromium-review.googlesource.com/523285
Tested-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Queue: Hung-Te Lin <hungte@chromium.org>
Trybot-Ready: Hung-Te Lin <hungte@chromium.org>

[modify] https://crrev.com/8c37d2e0dc288dcc6450292e7cf3a3d0dd5b892c/factory_netboot/Makefile

Status: Verified (was: Started)
Thanks for the quick fix.

Sign in to add a comment