Permission issue broke CI/CD build phase
Job #1471919511 failed for 7a4e6cdb with:
/usr/sbin/debootstrap: 1456: /usr/sbin/debootstrap: cannot create /devuan/rootfs-jessie/test-dev-null: Permission denied
E: Cannot install into target '/devuan/rootfs-jessie' mounted with noexec or nodev
Trying to reproduce this locally (for jessie
), the build succeeded without issue.
I suspect either a newer version of docker
or changes in the runner configuration caused this. There is nothing in the source code that has changed since the previous scheduled run and the logs for the migrate
and build
stages (at least for jessie
) show no changed package versions either.
Edited by Olaf Meeuwissen