[opensuse-buildservice] OBS file corruption?
This is weird - and potentially not so nice. I tried to get the build log for https://build.opensuse.org/package/show/openSUSE:13.2:Ports/JeOS-cubieboard It doesn't display fully in FF, plus I want a copy anyway, so I clock on Download logfile https://build.opensuse.org/build/openSUSE:13.2:Ports/images_arm/armv7l/JeOS-... No matter how I download it, the result is of type "data" (= binary). Odd. Same on a different Internet connection. Turns out the download is 620638 bytes long, but byte 5110 is an inserted null byte. [ 20s] linux64 /usr/bin/qemu-system-arm -no-reboot -nographic -vga none -net none -enable-kvm -M virt -cpu host -mem-prealloc -mem-path /dev/hugepages -kernel /boot/zImage.guest -initrd /boot/initrd -append root=/dev/disk/by-id/virtio-0 panic=1 quiet no-kvmclock nmi_watchdog=0 rw rd.driver.pre=binfmt_misc elevator=noop console=ttyAMA0 init=/.build/build -m 1020 -drive file=/var/cache/obs/worker/root_2/root,if=none,id=disk,serial=0,cache=unsafe -device virtio-blk-device,drive=disk -drive file=/var/cache/obs/worker/root_2.swap,if=none,id=swap,serial=1,cache=unsafe -device virtio-blk-device,drive=swap -smp 1 [ 22s] [ 0.252398] of_dma_request_slave_channel: dma-names property of node '/pl011@9000000' missing or empty [ 22s] <nul>FATAL: Could not load /lib/modules/3.19.2-0-guest/modules.dep: No such file or directory Is something perhaps spitting \0 into the output, and that gets to the log file? Volker -- Volker Kuhlmann http://volker.top.geek.nz/ Please do not CC list postings to me. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Volker Kuhlmann <list0570@paradise.net.nz> writes:
Is something perhaps spitting \0 into the output, and that gets to the log file?
This is nothing unsusal, given that this is the console output going through the kernel serial interface. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Andreas Schwab
-
Volker Kuhlmann