From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: test-queue fails on s390x Alpine Linux Date: Thu, 19 Apr 2018 09:24:54 -0400 Message-ID: <2954056.e0qqCIkV54@x2> References: <20180419134426.1e016173@ncopa-desktop.copa.dup.pw> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180419134426.1e016173@ncopa-desktop.copa.dup.pw> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: Natanael Copa List-Id: linux-audit@redhat.com On Thursday, April 19, 2018 7:44:26 AM EDT Natanael Copa wrote: > 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) 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. > 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