From: "Girar awaiter (cas)" <girar-builder@altlinux.org> To: Andrey Cherepanov <cas@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#365076] FAILED kiwix-desktop.git=2.4.0-alt1 Date: Sun, 15 Dec 2024 08:59:12 +0000 Message-ID: <girar.task.365076.1.1@gyle.mskdc.altlinux.org> (raw) https://git.altlinux.org/tasks/365076/logs/events.1.1.log https://packages.altlinux.org/tasks/365076 subtask name aarch64 i586 ppc64le x86_64 #100 kiwix-desktop failed failed - failed 2024-Dec-15 08:58:13 :: task #365076 for sisyphus started by cas: #100 build 2.4.0-alt1 from /people/cas/packages/kiwix-desktop.git fetched at 2024-Dec-15 08:58:11 2024-Dec-15 08:58:15 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build start 2024-Dec-15 08:58:15 :: [aarch64] #100 kiwix-desktop.git 2.4.0-alt1: build start 2024-Dec-15 08:58:15 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build start 2024-Dec-15 08:58:15 :: [ppc64le] #100 kiwix-desktop.git 2.4.0-alt1: build start 2024-Dec-15 08:58:51 :: [ppc64le] #100 kiwix-desktop.git 2.4.0-alt1: build SKIPPED [x86_64] src/library.cpp: In member function 'QStringList Library::getBookIds() const': [x86_64] src/library.cpp:97:19: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 97 | for(auto& id: mp_library->getBooksIds()) { [x86_64] -- [x86_64] src/library.cpp: In member function 'QStringList Library::listBookIds(const kiwix::Filter&, kiwix::supportedListSortBy, bool) const': [x86_64] src/library.cpp:106:20: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 106 | auto bookIds = mp_library->filter(filter); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::addBookToLibrary(kiwix::Book&)': [x86_64] src/library.cpp:116:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 116 | mp_library->addBook(book); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::removeBookFromLibraryById(const QString&)': [x86_64] src/library.cpp:120:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 120 | mp_library->removeBookById(id.toStdString()); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::updateBookBeingDownloaded(const QString&, const QString&)': [x86_64] src/library.cpp:182:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 182 | mp_library->addOrUpdateBook(bookCopy); [x86_64] -- [x86_64] src/library.cpp: In member function 'bool Library::isBeingDownloadedByUs(QString) const': [x86_64] src/library.cpp:191:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 191 | mp_library->getBookByPath(fakePath); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::addBookmark(kiwix::Bookmark&)': [x86_64] src/library.cpp:200:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 200 | mp_library->addBookmark(bookmark); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::removeBookmark(const QString&, const QString&)': [x86_64] src/library.cpp:206:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 206 | mp_library->removeBookmark(zimId.toStdString(), url.toStdString()); [x86_64] -- [x86_64] src/library.cpp: In member function 'void Library::save()': [x86_64] src/library.cpp:212:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 212 | mp_library->writeToFile(kiwix::appendToDirectory(m_libraryDirectory.toStdString(),"library.xml")); [x86_64] -- [x86_64] src/library.cpp: In member function 'bool Library::readBookMarksFile(const std::string&)': [x86_64] src/library.cpp:233:28: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [x86_64] 233 | kiwix::Manager manager(mp_library); 2024-Dec-15 08:58:52 :: [x86_64] kiwix-desktop.git 2.4.0-alt1: remote: build failed 2024-Dec-15 08:58:52 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED 2024-Dec-15 08:58:52 :: [x86_64] requesting cancellation of task processing [i586] src/library.cpp:34:59: error: no matching function for call to 'kiwix::Manager::Manager(LibraryManipulator)' [i586] 34 | auto manager = kiwix::Manager(LibraryManipulator(this)); [i586] -- [i586] src/library.cpp: In member function 'QString Library::openBookFromPath(const QString&)': [i586] src/library.cpp:48:22: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 48 | auto& book = mp_library->getBookByPath(zimPath.toStdString()); [i586] | Library [i586] src/library.cpp:52:28: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 52 | kiwix::Manager manager(mp_library); [i586] -- [i586] src/library.cpp: In member function 'std::shared_ptr<zim::Archive> Library::getArchive(const QString&)': [i586] src/library.cpp:64:27: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 64 | const auto archive = mp_library->getArchiveById(zimId.toStdString()); [i586] -- [i586] src/library.cpp: In member function 'std::shared_ptr<zim::Searcher> Library::getSearcher(const QString&)': [i586] src/library.cpp:73:12: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 73 | return mp_library->getSearcherById(zimId.toStdString()); [i586] -- [i586] src/library.cpp: In member function 'QStringList Library::getBookIds() const': [i586] src/library.cpp:97:19: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 97 | for(auto& id: mp_library->getBooksIds()) { [i586] -- [i586] src/library.cpp: In member function 'QStringList Library::listBookIds(const kiwix::Filter&, kiwix::supportedListSortBy, bool) const': [i586] src/library.cpp:106:20: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 106 | auto bookIds = mp_library->filter(filter); [i586] -- [i586] src/library.cpp: In member function 'void Library::addBookToLibrary(kiwix::Book&)': [i586] src/library.cpp:116:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 116 | mp_library->addBook(book); [i586] -- [i586] src/library.cpp: In member function 'void Library::removeBookFromLibraryById(const QString&)': [i586] src/library.cpp:120:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 120 | mp_library->removeBookById(id.toStdString()); [i586] -- [i586] src/library.cpp: In member function 'void Library::updateBookBeingDownloaded(const QString&, const QString&)': [i586] src/library.cpp:182:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [i586] 182 | mp_library->addOrUpdateBook(bookCopy); 2024-Dec-15 08:58:54 :: [i586] kiwix-desktop.git 2.4.0-alt1: remote: build failed 2024-Dec-15 08:58:54 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED [aarch64] | Library [aarch64] src/library.h:61:12: error: 'LibraryPtr' in namespace 'kiwix' does not name a type; did you mean 'Library'? [aarch64] 61 | kiwix::LibraryPtr mp_library; [aarch64] -- [aarch64] src/library.h: In member function 'const std::vector<kiwix::Bookmark> Library::getBookmarks(bool) const': [aarch64] src/library.h:40:101: error: 'mp_library' was not declared in this scope; did you mean 'Library'? [aarch64] 40 | const std::vector<kiwix::Bookmark> getBookmarks(bool onlyValidBookmarks = false) const { return mp_library->getBookmarks(onlyValidBookmarks); } [aarch64] -- [aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h: At global scope: [aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] [aarch64] 284 | explicit QFutureInterface<void>(State initialState = NoState) [aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >' [aarch64] src/contentmanager.h:180:12: error: 'LibraryPtr' in namespace 'kiwix' does not name a type; did you mean 'Library'? [aarch64] 180 | kiwix::LibraryPtr mp_remoteLibrary; [aarch64] -- [aarch64] src/library.cpp: In constructor 'LibraryManipulator::LibraryManipulator(Library*)': [aarch64] src/library.cpp:15:48: error: 'class Library' has no member named 'getKiwixLibrary' [aarch64] 15 | : kiwix::LibraryManipulator(p_library->getKiwixLibrary()) [aarch64] src/library.cpp: In member function 'bool LibraryManipulator::addBookToLibrary(kiwix::Book)': [aarch64] src/library.cpp:20:32: error: 'class Library' has no member named 'mp_library'; did you mean 'Library'? [aarch64] 20 | auto ret = mp_library->mp_library->addBook(book); [aarch64] -- [aarch64] src/library.cpp: In member function 'void LibraryManipulator::addBookmarkToLibrary(kiwix::Bookmark)': [aarch64] src/library.cpp:25:21: error: 'class Library' has no member named 'mp_library'; did you mean 'Library'? [aarch64] 25 | mp_library->mp_library->addBookmark(bookmark); [aarch64] -- [aarch64] src/library.cpp: In constructor 'Library::Library(const QString&)': [aarch64] src/library.cpp:31:5: error: class 'Library' does not have any field named 'mp_library' [aarch64] 31 | : mp_library(kiwix::Library::create()), [aarch64] src/library.cpp:31:32: error: 'create' is not a member of 'kiwix::Library' [aarch64] 31 | : mp_library(kiwix::Library::create()), [aarch64] src/library.cpp:34:59: error: no matching function for call to 'kiwix::Manager::Manager(LibraryManipulator)' [aarch64] 34 | auto manager = kiwix::Manager(LibraryManipulator(this)); 2024-Dec-15 08:59:11 :: [aarch64] kiwix-desktop.git 2.4.0-alt1: remote: build failed 2024-Dec-15 08:59:11 :: [aarch64] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED 2024-Dec-15 08:58:52 :: [x86_64] build FAILED 2024-Dec-15 08:58:54 :: [i586] build FAILED 2024-Dec-15 08:59:11 :: [aarch64] build FAILED 2024-Dec-15 08:59:12 :: task #365076 for sisyphus FAILED
next reply other threads:[~2024-12-15 8:59 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-12-15 8:59 Girar awaiter (cas) [this message] 2024-12-15 15:12 ` [#365076] FAILED (try 2) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas) 2024-12-16 7:11 ` [#365076] FAILED (try 3) " Girar awaiter (cas)
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 * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=girar.task.365076.1.1@gyle.mskdc.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=cas@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=girar-builder-sisyphus@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.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
ALT Linux Girar Builder robot reports This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \ sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com public-inbox-index sisyphus-incominger Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger AGPL code for this site: git clone https://public-inbox.org/public-inbox.git