heroku/base-images

Docker 1.10.0-rc1 fails building cedar-14

nateberkopec opened this issue · 2 comments

Last lines of output:

+ cd /
+ rm -rf '/var/cache/apt/archives/*.deb'
+ rm -rf '/root/*'
+ rm -rf /tmp/cedar-14.sh /tmp/hsperfdata_root
+ xargs -r chmod u-s
+ pruned_find -perm /u+s
+ find / -type d '(' -name dev -o -name proc ')' -prune -o -perm /u+s -print
+ xargs -r chmod g-s
+ pruned_find -perm /g+s
+ find / -type d '(' -name dev -o -name proc ')' -prune -o -perm /g+s -print
chmod: changing permissions of '/usr/bin/mail-lock': Input/output error
chmod: changing permissions of '/usr/bin/mail-touchlock': Input/output error
The command '/bin/sh -c /bin/bash /tmp/cedar-14.sh' returned a non-zero code: 123
make: *** [cedar-14-stack] Error 1
tt commented

Do you still experience this, @nateberkopec? I haven't been able to reproduce this locally.

Works fine in 1.11 👍