gmacario on gmacario-patch-3
codefresh.yml: Add build_versio… (compare)
gmacario on gmacario-patch-3
Rename codefresh.yaml to codefr… (compare)
gmacario on gmacario-patch-3
codefresh.yaml: Disable push to… (compare)
gmacario on gmacario-patch-3
Create codefresh.yaml Fix (hop… (compare)
gmacario on master
Update Copyright year Fix #289 Merge pull request #290 from gm… (compare)
Hello.I want to use the gmacario/easy-build docker-image on macOS to build a raspberry pi sd-card image with yocto (I follow this nice guide)
If try to build using a shared folder(docker run -ti --volume=${PWD}/shared:/home/build gmacario/build-yocto
) I get the following bitbake error:
Subprocess output:
cp: cannot create hard link ‘/home/build/rpi/build/tmp/sysroots/x86_64-linux/lib/libcrack.so’ to ‘/home/build/rpi/build/tmp/work/x86_64-linux/cracklib-native/2.9.5-r0/sysroot-destdir/home/build/rpi/build/tmp/sysroots/x86_64-linux/lib/libcrack.so’: Input/output error
cp: cannot create hard link ‘/home/build/rpi/build/tmp/sysroots/x86_64-linux/lib/libcrack.so.2’ to ‘/home/build/rpi/build/tmp/work/x86_64-linux/cracklib-native/2.9.5-r0/sysroot-destdir/home/build/rpi/build/tmp/sysroots/x86_64-linux/lib/libcrack.so.2’: Input/output error
ERROR: cracklib-native-2.9.5-r0 do_populate_sysroot: Function failed: sstate_task_postfunc
ERROR: Logfile of failure stored in: /home/build/rpi/build/tmp/work/x86_64-linux/cracklib-native/2.9.5-r0/temp/log.do_populate_sysroot.12261
ERROR: Task (virtual:native:/home/build/poky-morty/meta/recipes-extended/cracklib/cracklib_2.9.5.bb:do_populate_sysroot) failed with exit code '1'
And if I try to build a rather big qt5-image inside the docker-container I get this bitbake error (after quite some time). At this point my Docker.qcow2 is 96.9GB (just this one container) but I have space left on my host and when I tried before this file was even 140GB (with other containers)
OSError: [Errno 28] No space left on device
I alrrady tried switching the storage-driver from overlay2 to AUFS. No success, but better performance (I guess).
Any hints on what to try next? thx
➜ ~ sudo mount
/dev/disk1 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk2s1 on /Volumes/Kubity 1.2.0 (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by clemens)
➜ ~ docker info
Containers: 1
Running: 1
Paused: 0
Stopped: 0
Images: 21
Server Version: 1.13.1
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 28
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1
runc version: 9df8b306d01f59d3a8029be411de015b7304dd8f
init version: 949e6fa
Security Options:
seccomp
Profile: default
Kernel Version: 4.9.8-moby
Operating System: Alpine Linux v3.5
OSType: linux
Architecture: x86_64
CPUs: 5
Total Memory: 13.68 GiB
Name: moby
ID: WBIQ:LXYA:DBQJ:DDYI:XLYK:AIWX:R7UX:BDUE:E3PO:SRSS:GF4U:2UG7
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: 24
Goroutines: 39
System Time: 2017-02-21T20:58:25.244089033Z
EventsListeners: 1
No Proxy: *.local, 169.254/16
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false