Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895376 - sys-libs/liburing-2.3-r4 fails test - Running test eeed8b54e0df.t cqe error: -95
Summary: sys-libs/liburing-2.3-r4 fails test - Running test eeed8b54e0df.t cqe error: -95
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-02-19 11:13 UTC by Toralf Förster
Modified: 2023-03-08 18:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.84 KB, text/plain)
2023-02-19 11:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,36.42 KB, text/plain)
2023-02-19 11:13 UTC, Toralf Förster
Details
environment (environment,74.34 KB, text/plain)
2023-02-19 11:13 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.68 KB, application/x-bzip)
2023-02-19 11:13 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,630 bytes, application/x-bzip)
2023-02-19 11:13 UTC, Toralf Förster
Details
sys-libs:liburing-2.3-r4:20230219-015442.log (sys-libs:liburing-2.3-r4:20230219-015442.log,73.82 KB, text/plain)
2023-02-19 11:14 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.92 KB, application/x-bzip)
2023-02-19 11:14 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-02-19 11:13:53 UTC
test_exec failed
child failed 1
test_exec failed
Test defer-taskrun.t failed with ret 1
Running test double-poll-crash.t                                    0 sec
Running test drop-submit.t                                          0 sec
Running test eeed8b54e0df.t                                         cqe error: -95
Test eeed8b54e0df.t failed with ret 1
Running test empty-eownerdead.t                                     0 sec

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4_test-20230218-170028

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
php cli (if any):

  HEAD of ::gentoo
commit 866111267e8579bb016ab2ca1f0a910f9c8b5130
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 19 01:02:00 2023 +0000

    2023-02-19 01:02:00 UTC

emerge -qpvO sys-libs/liburing
[ebuild  N    ] sys-libs/liburing-2.3-r4  USE="test -examples -static-libs"
Comment 1 Toralf Förster gentoo-dev 2023-02-19 11:13:55 UTC
Created attachment 852856 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-19 11:13:56 UTC
Created attachment 852858 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-02-19 11:13:57 UTC
Created attachment 852860 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-19 11:13:58 UTC
Created attachment 852862 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-19 11:13:59 UTC
Created attachment 852864 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-19 11:14:00 UTC
Created attachment 852866 [details]
sys-libs:liburing-2.3-r4:20230219-015442.log
Comment 7 Toralf Förster gentoo-dev 2023-02-19 11:14:01 UTC
Created attachment 852868 [details]
temp.tar.bz2
Comment 8 Florian Schmaus gentoo-dev 2023-02-19 11:51:35 UTC
In Toralf's CI fail the same tests as in ago's CI, but a few extra:

ago:  <500f9fbadef8.t> <cq-overflow.t> <eeed8b54e0df.t> <file-verify.t> <io-cancel.t> <iopoll.t> <read-write.t> <ringbuf-read.t> <sq-poll-dup.t> <sq-poll-share.t>

tor: <500f9fbadef8.t> <cq-overflow.t> <defer-taskrun.t> <eeed8b54e0df.t> <file-verify.t> <io-cancel.t> <iopoll.t> <read-write.t> <ringbuf-read.t> <sq-poll-dup.t> <sq-poll-share.t> <xattr.t>

Again, for me, all tests pass. I first assumed that it may be due the kernel version, but Toralf is using 6.1 which is pretty recent. The locked-in-memory size ulimit was in older io_uring versions a limiting factory, but IIRC io_uring's accounting changed, so this should also not be the issue here.