-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appliance-build-stage1 fails after unmount fails #431
Comments
|
|
|
|
Failed during 6.0/patch appliance-build for 6.0.4.1: |
|
|
|
|
|
http://ops.jenkins.delphix.com/job/appliance-build-stage1/job/post-push/6636/console
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
appliance-build-stage1 failed after unmount failed with EBUSY.
http://ops.jenkins.delphix.com/job/devops-gate/job/master/job/appliance-build/job/master/job/nightly/391/
{noformat}
[2020-02-15T06:25:13.270Z] Installation finished. No error reported.
[2020-02-15T06:25:13.270Z] + chroot /mnt/.eeguK9C grub-mkconfig -o /mnt/boot/grub/grub.cfg
[2020-02-15T06:25:13.270Z] Sourcing file
/etc/default/grub' [2020-02-15T06:25:13.270Z] Sourcing file
/etc/default/grub.d/kdump-tools.cfg'[2020-02-15T06:25:13.270Z] Sourcing file `/etc/default/grub.d/override.cfg'
[2020-02-15T06:25:13.270Z] Generating grub configuration file ...
[2020-02-15T06:25:13.270Z] Found linux image: /boot/vmlinuz-5.0.0-1029-gcp
[2020-02-15T06:25:13.270Z] Found initrd image: /boot/initrd.img-5.0.0-1029-gcp
[2020-02-15T06:25:13.270Z] done
[2020-02-15T06:25:13.270Z] + chroot /mnt/.eeguK9C umount /mnt
[2020-02-15T06:25:13.270Z] + for dir in /dev /proc /sys
[2020-02-15T06:25:13.270Z] + umount -R /mnt/.eeguK9C/dev
[2020-02-15T06:25:13.270Z] + for dir in /dev /proc /sys
[2020-02-15T06:25:13.270Z] + umount -R /mnt/.eeguK9C/proc
[2020-02-15T06:25:13.270Z] + for dir in /dev /proc /sys
[2020-02-15T06:25:13.270Z] + umount -R /mnt/.eeguK9C/sys
[2020-02-15T06:25:13.270Z] + umount /mnt/.eeguK9C/var/log
[2020-02-15T06:25:13.270Z] + umount /mnt/.eeguK9C/var/
[2020-02-15T06:25:13.270Z] + umount /mnt/.eeguK9C/export/home
[2020-02-15T06:25:13.270Z] + umount /var/crash
[2020-02-15T06:25:13.270Z] + zfs umount rpool/ROOT/.eeguK9C/root
[2020-02-15T06:25:13.270Z] umount: /mnt/.eeguK9C: target is busy.
[2020-02-15T06:25:13.270Z] cannot unmount '/mnt/.eeguK9C': umount failed
[2020-02-15T06:25:13.270Z] E: config/hooks/90-raw-disk-image.binary failed (exit non-zero). You should check for errors.
[2020-02-15T06:25:13.270Z] P: Begin unmounting filesystems...
[2020-02-15T06:25:13.270Z] P: Saving caches...
[2020-02-15T06:25:13.270Z] Reading package lists...
[2020-02-15T06:25:13.270Z] Building dependency tree...
[2020-02-15T06:25:13.270Z] Reading state information...
[2020-02-15T06:25:13.270Z] + kill -9 9503
[2020-02-15T06:25:13.270Z] + [[ ! -f binary/SHA256SUMS ]]
[2020-02-15T06:25:13.270Z] + exit 1
[2020-02-15T06:25:13.270Z]
[2020-02-15T06:25:13.270Z] > Task :live-build:buildInternalUnittestGcp FAILED
[2020-02-15T06:25:13.270Z]
[2020-02-15T06:25:13.270Z] FAILURE: Build failed with an exception.
[2020-02-15T06:25:13.270Z]
[2020-02-15T06:25:13.270Z] * What went wrong:
[2020-02-15T06:25:13.270Z] Execution failed for task ':live-build:buildInternalUnittestGcp'.
{noformat}
The text was updated successfully, but these errors were encountered: