unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 73233@debbugs.gnu.org
Subject: bug#73233: [gnome-team] qtbase fails to build
Date: Fri, 13 Sep 2024 19:54:17 +0200	[thread overview]
Message-ID: <7a00baaa6e2188fcd006b6e578a58572fdcb3e5f.camel@gmail.com> (raw)

Locally (with glib 2.80):

--8<---------------cut here---------------start------------->8---
********* Start testing of tst_QBuffer *********
Config: Using QtTest library 6.6.3, Qt 6.6.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.4.0), unknown unknown
PASS   : tst_QBuffer::initTestCase()
PASS   : tst_QBuffer::open()
PASS   : tst_QBuffer::openWriteOnlyDoesNotTruncate()
PASS   : tst_QBuffer::getSetCheck()
QWARN  : tst_QBuffer::readBlock() QIODevice::read (QBuffer): device not open
PASS   : tst_QBuffer::readBlock()
PASS   : tst_QBuffer::readBlockPastEnd()
PASS   : tst_QBuffer::writeBlock(small_bytearray)
PASS   : tst_QBuffer::writeBlock(large_bytearray)
PASS   : tst_QBuffer::seek()
SKIP   : tst_QBuffer::invalidSeeks() This is a 32-bit-only test.
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp(298)]
PASS   : tst_QBuffer::seekTest(small_bytearray)
PASS   : tst_QBuffer::seekTest(large_bytearray)
PASS   : tst_QBuffer::read_rawdata()
PASS   : tst_QBuffer::isSequential()
PASS   : tst_QBuffer::signalTest(empty)
PASS   : tst_QBuffer::signalTest(size 1)
PASS   : tst_QBuffer::signalTest(size 2)
PASS   : tst_QBuffer::signalTest(size 100)
PASS   : tst_QBuffer::isClosedAfterClose()
PASS   : tst_QBuffer::readLine(1)
PASS   : tst_QBuffer::readLine(2)
PASS   : tst_QBuffer::readLine(3)
PASS   : tst_QBuffer::readLine(4)
PASS   : tst_QBuffer::canReadLine(1)
PASS   : tst_QBuffer::canReadLine(2)
PASS   : tst_QBuffer::canReadLine(3)
PASS   : tst_QBuffer::canReadLine(4)
PASS   : tst_QBuffer::atEnd()
PASS   : tst_QBuffer::readLineBoundaries()
PASS   : tst_QBuffer::getAndUngetChar()
PASS   : tst_QBuffer::writeAfterQByteArrayResize()
QDEBUG : tst_QBuffer::writeOfMoreThan2GiB() created dataset in 3578 ms
QDEBUG : tst_QBuffer::writeOfMoreThan2GiB() performed write in 77428 ms

         writeOfMoreThan2GiB function time: 300000ms, total time: 300008ms
QFATAL : tst_QBuffer::writeOfMoreThan2GiB() Test function timed out
FAIL!  : tst_QBuffer::writeOfMoreThan2GiB() Received a fatal error.
Totals: 30 passed, 1 failed, 1 skipped, 0 blacklisted, 300020ms
********* Finished testing of tst_QBuffer *********
Received signal 6 (SIGABRT)
         writeOfMoreThan2GiB function time: 300012ms, total time: 300020ms
CMake Error at tst_qbufferWrapperRelWithDebInfo.cmake:18 (message):
  
  /tmp/guix-build-qtbase-6.6.3.drv-0/build/tests/auto/corelib/io/qbuffer/tst_qbuffer
  execution failed with exit code Subprocess aborted.
--8<---------------cut here---------------end--------------->8---

On CI [1]:

--8<---------------cut here---------------start------------->8---
The following tests FAILED:
	 74 - tst_qsharedmemory (Failed)

QWARN  : tst_QSharedMemory::useTooMuchMemory(SystemV-Q) QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/guix-build-qtbase-6.6.3.drv-0/runtime-nixbld'
[…
QWARN  : tst_QSharedMemory::useTooMuchMemory(SystemV-Q) QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/guix-build-qtbase-6.6.3.drv-0/runtime-nixbld'
WARNING: tst_QSharedMemory::useTooMuchMemory(SystemV-Q) Maximum amount of warnings exceeded. Use -maxwarnings to override.
FAIL!  : tst_QSharedMemory::useTooMuchMemory(SystemV-Q) 'sm->error() == QSharedMemory::OutOfResources || sm->error() == QSharedMemory::LockError' returned FALSE. ()
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/ipc/qsharedmemory/tst_qsharedmemory.cpp(612)]
FAIL!  : tst_QSharedMemory::useTooMuchMemory(SystemV-T) 'sm->error() == QSharedMemory::OutOfResources || sm->error() == QSharedMemory::LockError' returned FALSE. ()
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/ipc/qsharedmemory/tst_qsharedmemory.cpp(612)]
SKIP   : tst_QSharedMemory::attachTooMuch(POSIX) disabled
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/ipc/qsharedmemory/tst_qsharedmemory.cpp(630)]
SKIP   : tst_QSharedMemory::attachTooMuch(SystemV-Q) disabled
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/ipc/qsharedmemory/tst_qsharedmemory.cpp(630)]
SKIP   : tst_QSharedMemory::attachTooMuch(SystemV-T) disabled
   Loc: [/tmp/guix-build-qtbase-6.6.3.drv-0/qtbase-everywhere-src-6.6.3/tests/auto/corelib/ipc/qsharedmemory/tst_qsharedmemory.cpp(630)]
--8<---------------cut here---------------end--------------->8---

[1] https://ci.guix.gnu.org/build/5695717/log/raw





             reply	other threads:[~2024-09-13 17:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 17:54 Liliana Marie Prikler [this message]
2024-11-11 14:10 ` bug#73233: [gnome-team] qtbase fails to build Maxim Cournoyer
2024-11-11 20:59   ` Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7a00baaa6e2188fcd006b6e578a58572fdcb3e5f.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=73233@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).