Discussion:
test-queue fails on s390x Alpine Linux
Natanael Copa
2018-04-19 11:44:26 UTC
Permalink
Hi,

Running the testsuite on Alpine Linux s390x fails:

======================================================
audit 2.8.3: audisp/plugins/remote/test-suite.log
=======================================================

# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test-queue
================

test-queue: 250: q_open: Result not representable
Aborted (core dumped)
FAIL test-queue (exit status: 134)


Tests passes on aarch64, ppc64le, x86 and x86_64.

-nc
Steve Grubb
2018-04-19 13:24:54 UTC
Permalink
Post by Natanael Copa
Hi,
======================================================
audit 2.8.3: audisp/plugins/remote/test-suite.log
=======================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-queue
================
test-queue: 250: q_open: Result not representable
Aborted (core dumped)
FAIL test-queue (exit status: 134)
That error is coming from here:
https://github.com/linux-audit/audit-userspace/blob/master/audisp/plugins/remote/queue.c#L433

I have never seen that fail.
Post by Natanael Copa
Tests passes on aarch64, ppc64le, x86 and x86_64.
Nothing obvious jumps out at me. I recently built audit-2.8.3 on a s390x
and this was the results:

https://kojipkgs.fedoraproject.org//packages/audit/2.8.3/2.fc28/data/logs/s390x/build.log

It passed. So, no idea what's failing.

-Steve

Loading...