Public bug reported:
This test case exposes a QEMU bug when crossbuilding to arm32. The bug is only
exposed on amd64 architecture or aarch64 hosts that can *only* execute
64 bit applications.
Usage:
./setup.sh # installs docker and tweaks sysctl
./qemu.sh # register qemu so you are able to run c
This bug is mentioned in this account from Cloudflare of porting their
software stack to arm64:
https://blog.cloudflare.com/porting-our-software-to-arm64/
The relevant section from that blog reads as follows:
# Intermittent Go Failures
> With a decent amount of Go code running through our CI sy
Similar issue reported in two other places on the net:
https://github.com/multiarch/qemu-user-static/issues/18 "qemu-arm-static
2.8 and Java+Maven setup not working"
https://bugs.linaro.org/show_bug.cgi?id=3259#c4 Bug 3259 - Javac fails
within qemu-aarch64-static chroot on x86
** Bug watch added
"make docker-test" fails repeatedly with
Pulling repository docker.io/library/qemu
docker: Error: image library/qemu:debian-bootstrap not found.
See 'docker run --help'.
Pulling repository docker.io/library/qemu
docker: Error: image library/qemu:fedora not found.
See 'docker run --help'.
etc.
--
Ah, perhaps this bug should be renamed, "remove make test target".
While I'm noting things, "make check" builds OK on this system,
complaining only about kvm. My next goal is "make docker-test".
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed
Public bug reported:
I'm building the master tree on a multicore ARMv8 machine running Ubuntu
16.04. The build worked just fine, using the simple directions in the
README file and "make -j 64" to do the build.
Next, I did "make test", and got this:
emv@armv8hello:~/src/qemu/qemu/build$ make test