[Liboil] Tests check errors in Alpine s390x
Tuan M. Hoang
tmhoang at flatglobe.org
Mon Feb 19 16:56:39 UTC 2018
Hi,
I am building liboil on Alpine Linux s390x and having a few bugs in
running tests check.
To reproduce, please run in Alpine in Docker as follow:
(in s390x host)
$ docker run -ti alpine:3.7 sh
(inside docker image)
(change to development repository, update, add builder user)
# sed -i -e 's at v3.7@edge at g' /etc/apk/repositories
# apk update
# apk upgrade
# apk add abuild build-base libressl git
# adduser -s /bin/ash -D -g '' builder
# addgroup builder abuild
# su builder
(change to normal user to build package)
$ cd
$ git clone --depth 1 git://git.alpinelinux.org/aports
$ cd aports/main/liboil
$ echo -e "\n" | abuild-keygen -a
$ abuild -r
Here is the full log including errors: http://tpaste.us/Q4RE
Errors are below. This also happens when I build liboil in an Alpine VM
running in KVM.
make[4]: Leaving directory
'/home/builder/aports/main/liboil/src/liboil-0.3.17/testsuite'
make check-TESTS
make[4]: Entering directory
'/home/builder/aports/main/liboil/src/liboil-0.3.17/testsuite'
Aborted (core dumped)
FAIL: align
Aborted (core dumped)
FAIL: moo
Aborted (core dumped)
FAIL: introspect
Aborted (core dumped)
FAIL: proto1
Aborted (core dumped)
FAIL: proto2
Aborted (core dumped)
FAIL: test1
d1_1xn
s1_1xn
i1_1xn
d1_1xn
d2_1xn
ds1
ss1
is1
ds1
ds2
d1_1x1
d1_1x2
d1_1x4
d1_1xn
d1_1xn
d1_4xn
d1_nxm
d1_8x8
d1_1xnp2
PASS: proto3
Aborted (core dumped)
FAIL: proto4
Aborted (core dumped)
FAIL: stride
Aborted (core dumped)
FAIL: dso_check
Aborted (core dumped)
FAIL: abs
Aborted (core dumped)
FAIL: md5
Aborted (core dumped)
FAIL: md5_profile
Aborted (core dumped)
FAIL: trans
Aborted (core dumped)
FAIL: copy
Aborted (core dumped)
FAIL: zigzag
Aborted (core dumped)
FAIL: mmx_engine
Aborted (core dumped)
FAIL: stack_align
Aborted (core dumped)
FAIL: double_catch
=====================
18 of 19 tests failed
=====================
If you don't have a s390x machine in hand, IBM LinuxONE Community Cloud
provides free VMs.
Thanks,
Tuan
More information about the Liboil
mailing list