skytotwo / NanoPi-R1S-Build-By-Actions

NanoPi R1S H5 Build By Actions
178 stars 216 forks source link

Build OpenWrt处报错[error]No space left on device #22

Open cjxzdzh opened 4 years ago

cjxzdzh commented 4 years ago

2020-02-09T14:49:19.9065484Z + ROOTFS=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/root.ext4 2020-02-09T14:49:19.9065792Z + BOOTFSSIZE=20 2020-02-09T14:49:19.9066019Z + ROOTFSSIZE=256 2020-02-09T14:49:19.9066644Z + UBOOT=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/staging_dir/target-aarch64_cortex-a53_musl/image/sun50i-h5-nanopi-neo-plus2-u-boot-with-spl.bin 2020-02-09T14:49:19.9066951Z + head=4 2020-02-09T14:49:19.9067187Z + sect=63 2020-02-09T14:49:19.9101306Z ++ ptgen -o /home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz -h 4 -s 63 -l 1024 -t c -p 20M -t 83 -p 256M 2020-02-09T14:49:19.9154266Z + set 1048576 20971520 23068672 268435456 2020-02-09T14:49:19.9154658Z + BOOTOFFSET=2048 2020-02-09T14:49:19.9154897Z + BOOTSIZE=40960 2020-02-09T14:49:19.9155148Z + ROOTFSOFFSET=45056 2020-02-09T14:49:19.9155391Z + ROOTFSSIZE=524288 2020-02-09T14:49:19.9156479Z + dd bs=1024 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/staging_dir/target-aarch64_cortex-a53_musl/image/sun50i-h5-nanopi-neo-plus2-u-boot-with-spl.bin of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=8 conv=notrunc 2020-02-09T14:49:19.9302250Z 585+1 records in 2020-02-09T14:49:19.9302695Z 585+1 records out 2020-02-09T14:49:19.9305200Z 599896 bytes (600 kB, 586 KiB) copied, 0.00383245 s, 157 MB/s 2020-02-09T14:49:19.9306226Z + dd bs=512 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz.boot of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=2048 conv=notrunc 2020-02-09T14:49:20.1175019Z 40960+0 records in 2020-02-09T14:49:20.1175610Z 40960+0 records out 2020-02-09T14:49:20.1176681Z 20971520 bytes (21 MB, 20 MiB) copied, 0.179332 s, 117 MB/s 2020-02-09T14:49:20.1182275Z + dd bs=512 if=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/root.ext4 of=/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz seek=45056 conv=notrunc 2020-02-09T14:49:21.5804241Z dd: error writing '/home/runner/work/NanoPi-R1S-Build-By-Actions/NanoPi-R1S-Build-By-Actions/friendlywrt-h5/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/tmp/openwrt-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz': No space left on device 2020-02-09T14:49:21.5805538Z 189953+0 records in 2020-02-09T14:49:21.5805815Z 189952+0 records out 2020-02-09T14:49:21.5806794Z 2020-02-09T14:49:21.7217183Z ##[error]No space left on device

cjxzdzh commented 4 years ago

我检查了下,发现actions用的云主机是14GB的SSD空间,然而openwrt+lede+生成的img正好超过了这个容量大小一点点...

skytotwo commented 4 years ago

之前我编译docker的时候就出现了这个,确实空间会有限制的

zjywlive commented 4 years ago

emmmm这就尴尬了😅

ZenWayne commented 4 years ago

sudo -E apt-get -y purge azure-cli ghc zulu hhvm llvm firefox google dotnet powershell openjdk mysql php