From: "Girar awaiter (lav)" <girar-builder@altlinux.org> To: Vitaly Lipatov <lav@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#341577] [test-only] FAILED (try 5) podofo.git=0.10.3-alt1 gimagereader.git=3.4.2-alt1 scribus.git=1.6.1-alt1 ... Date: Wed, 28 Feb 2024 12:22:06 +0000 Message-ID: <girar.task.341577.5.1@gyle.mskdc.altlinux.org> (raw) In-Reply-To: <girar.task.341577.1.1@gyle.mskdc.altlinux.org> https://git.altlinux.org/tasks/341577/logs/events.5.1.log subtask name aarch64 armh i586 ppc64le x86_64 #200 gimagereader 2:41 3:47 2:18 2:52 1:30 #400 horizon ? ? failed ? failed 2024-Feb-28 12:17:32 :: test-only task #341577 for sisyphus resumed by lav: 2024-Feb-28 12:17:32 :: message: rebuild with libpodofo 0.10.3 #20 build 0.10.3-alt1 from /people/lav/packages/podofo.git fetched at 2024-Feb-28 10:06:44 #40 removed #100 removed #200 build 3.4.2-alt1 from /gears/g/gimagereader.git fetched at 2024-Feb-28 01:21:28 from sisyphus #240 build 1.6.1-alt1 from /people/lav/packages/scribus.git fetched at 2024-Feb-28 10:07:48 #300 removed #400 build 2.5.0-alt1.1 from /gears/h/horizon.git fetched at 2024-Feb-28 12:17:28 from sisyphus 2024-Feb-28 12:17:33 :: created build repo 2024-Feb-28 12:17:34 :: [armh] #20 podofo.git 0.10.3-alt1: build start 2024-Feb-28 12:17:34 :: [x86_64] #20 podofo.git 0.10.3-alt1: build start 2024-Feb-28 12:17:34 :: [ppc64le] #20 podofo.git 0.10.3-alt1: build start 2024-Feb-28 12:17:34 :: [i586] #20 podofo.git 0.10.3-alt1: build start 2024-Feb-28 12:17:34 :: [aarch64] #20 podofo.git 0.10.3-alt1: build start 2024-Feb-28 12:17:49 :: [i586] #20 podofo.git 0.10.3-alt1: build OK (cached) 2024-Feb-28 12:17:49 :: [i586] #200 gimagereader.git 3.4.2-alt1: build start 2024-Feb-28 12:17:50 :: [x86_64] #20 podofo.git 0.10.3-alt1: build OK (cached) 2024-Feb-28 12:17:51 :: [x86_64] #200 gimagereader.git 3.4.2-alt1: build start 2024-Feb-28 12:18:07 :: [aarch64] #20 podofo.git 0.10.3-alt1: build OK (cached) 2024-Feb-28 12:18:07 :: [aarch64] #200 gimagereader.git 3.4.2-alt1: build start 2024-Feb-28 12:18:14 :: [ppc64le] #20 podofo.git 0.10.3-alt1: build OK (cached) 2024-Feb-28 12:18:14 :: [ppc64le] #200 gimagereader.git 3.4.2-alt1: build start 2024-Feb-28 12:18:19 :: [armh] #20 podofo.git 0.10.3-alt1: build OK (cached) 2024-Feb-28 12:18:19 :: [armh] #200 gimagereader.git 3.4.2-alt1: build start 2024-Feb-28 12:19:21 :: [x86_64] #200 gimagereader.git 3.4.2-alt1: build OK 2024-Feb-28 12:19:21 :: [x86_64] #240 scribus.git 1.6.1-alt1: build start 2024-Feb-28 12:19:33 :: [x86_64] #240 scribus.git 1.6.1-alt1: build OK (cached) 2024-Feb-28 12:19:33 :: [x86_64] #400 horizon.git 2.5.0-alt1.1: build start 2024-Feb-28 12:20:07 :: [i586] #200 gimagereader.git 3.4.2-alt1: build OK 2024-Feb-28 12:20:07 :: [i586] #240 scribus.git 1.6.1-alt1: build start 2024-Feb-28 12:20:19 :: [i586] #240 scribus.git 1.6.1-alt1: build OK (cached) 2024-Feb-28 12:20:19 :: [i586] #400 horizon.git 2.5.0-alt1.1: build start 2024-Feb-28 12:20:48 :: [aarch64] #200 gimagereader.git 3.4.2-alt1: build OK 2024-Feb-28 12:20:48 :: [aarch64] #240 scribus.git 1.6.1-alt1: build start [x86_64] 114 | template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) noexcept; [x86_64] src/export_pdf/export_pdf.cpp:95:43: error: 'end' was not declared in this scope; did you mean 'std::end'? [x86_64] 95 | for (auto &[path, number, rect] : annotations) { [x86_64] -- [x86_64] 116 | template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept; [x86_64] src/export_pdf/export_pdf.cpp:96:34: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'GetPage'; did you mean 'GetPages'? [x86_64] 96 | auto page = document.GetPage(number); [x86_64] | GetPages [x86_64] src/export_pdf/export_pdf.cpp:97:57: error: 'ePdfAnnotation_Link' is not a member of 'PoDoFo'; did you mean 'PdfAnnotationLink'? [x86_64] 97 | auto annot = page->CreateAnnotation(PoDoFo::ePdfAnnotation_Link, rect); [x86_64] | PdfAnnotationLink [x86_64] src/export_pdf/export_pdf.cpp:101:42: error: 'begin' was not declared in this scope; did you mean 'std::begin'? [x86_64] 101 | for (auto &[url, number, rect] : datasheet_annotations) { [x86_64] -- [x86_64] 114 | template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) noexcept; [x86_64] src/export_pdf/export_pdf.cpp:101:42: error: 'end' was not declared in this scope; did you mean 'std::end'? [x86_64] 101 | for (auto &[url, number, rect] : datasheet_annotations) { [x86_64] -- [x86_64] 116 | template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept; [x86_64] src/export_pdf/export_pdf.cpp:102:34: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'GetPage'; did you mean 'GetPages'? [x86_64] 102 | auto page = document.GetPage(number); [x86_64] | GetPages [x86_64] src/export_pdf/export_pdf.cpp:103:57: error: 'ePdfAnnotation_Link' is not a member of 'PoDoFo'; did you mean 'PdfAnnotationLink'? [x86_64] 103 | auto annot = page->CreateAnnotation(PoDoFo::ePdfAnnotation_Link, rect); [x86_64] | PdfAnnotationLink [x86_64] src/export_pdf/export_pdf.cpp:106:46: error: 'ePdfAction_URI' is not a member of 'PoDoFo' [x86_64] 106 | PoDoFo::PdfAction action(PoDoFo::ePdfAction_URI, &document); [x86_64] src/export_pdf/export_pdf.cpp: In member function 'void horizon::PDFExporter::export_schematic(const horizon::Schematic&, const horizon::UUIDVec&, horizon::MyInstanceMappingProvider&, PoDoFo::PdfOutlineItem*)': [x86_64] src/export_pdf/export_pdf.cpp:139:30: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'CreatePage'; did you mean 'CreateImage'? [x86_64] 139 | document.CreatePage(PoDoFo::PdfRect(0, 0, to_pt(sheet->frame.width), to_pt(sheet->frame.height))); [x86_64] | CreateImage [x86_64] src/export_pdf/export_pdf.cpp:139:49: error: 'PdfRect' is not a member of 'PoDoFo'; did you mean 'Rect'? [x86_64] 139 | document.CreatePage(PoDoFo::PdfRect(0, 0, to_pt(sheet->frame.width), to_pt(sheet->frame.height))); 2024-Feb-28 12:21:03 :: [x86_64] horizon.git 2.5.0-alt1.1: remote: build failed 2024-Feb-28 12:21:03 :: [x86_64] #400 horizon.git 2.5.0-alt1.1: build FAILED 2024-Feb-28 12:21:03 :: [x86_64] requesting cancellation of task processing 2024-Feb-28 12:21:06 :: [ppc64le] #200 gimagereader.git 3.4.2-alt1: build OK 2024-Feb-28 12:21:06 :: [ppc64le] task processing CANCELLED 2024-Feb-28 12:21:12 :: [aarch64] #240 scribus.git 1.6.1-alt1: build OK (cached) 2024-Feb-28 12:21:13 :: [aarch64] task processing CANCELLED [i586] 114 | template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) noexcept; [i586] src/export_pdf/export_pdf.cpp:95:43: error: 'end' was not declared in this scope; did you mean 'std::end'? [i586] 95 | for (auto &[path, number, rect] : annotations) { [i586] -- [i586] 116 | template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept; [i586] src/export_pdf/export_pdf.cpp:96:34: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'GetPage'; did you mean 'GetPages'? [i586] 96 | auto page = document.GetPage(number); [i586] | GetPages [i586] src/export_pdf/export_pdf.cpp:97:57: error: 'ePdfAnnotation_Link' is not a member of 'PoDoFo'; did you mean 'PdfAnnotationLink'? [i586] 97 | auto annot = page->CreateAnnotation(PoDoFo::ePdfAnnotation_Link, rect); [i586] | PdfAnnotationLink [i586] src/export_pdf/export_pdf.cpp:101:42: error: 'begin' was not declared in this scope; did you mean 'std::begin'? [i586] 101 | for (auto &[url, number, rect] : datasheet_annotations) { [i586] -- [i586] 114 | template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) noexcept; [i586] src/export_pdf/export_pdf.cpp:101:42: error: 'end' was not declared in this scope; did you mean 'std::end'? [i586] 101 | for (auto &[url, number, rect] : datasheet_annotations) { [i586] -- [i586] 116 | template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept; [i586] src/export_pdf/export_pdf.cpp:102:34: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'GetPage'; did you mean 'GetPages'? [i586] 102 | auto page = document.GetPage(number); [i586] | GetPages [i586] src/export_pdf/export_pdf.cpp:103:57: error: 'ePdfAnnotation_Link' is not a member of 'PoDoFo'; did you mean 'PdfAnnotationLink'? [i586] 103 | auto annot = page->CreateAnnotation(PoDoFo::ePdfAnnotation_Link, rect); [i586] | PdfAnnotationLink [i586] src/export_pdf/export_pdf.cpp:106:46: error: 'ePdfAction_URI' is not a member of 'PoDoFo' [i586] 106 | PoDoFo::PdfAction action(PoDoFo::ePdfAction_URI, &document); [i586] src/export_pdf/export_pdf.cpp: In member function 'void horizon::PDFExporter::export_schematic(const horizon::Schematic&, const horizon::UUIDVec&, horizon::MyInstanceMappingProvider&, PoDoFo::PdfOutlineItem*)': [i586] src/export_pdf/export_pdf.cpp:139:30: error: 'class PoDoFo::PdfStreamedDocument' has no member named 'CreatePage'; did you mean 'CreateImage'? [i586] 139 | document.CreatePage(PoDoFo::PdfRect(0, 0, to_pt(sheet->frame.width), to_pt(sheet->frame.height))); [i586] | CreateImage [i586] src/export_pdf/export_pdf.cpp:139:49: error: 'PdfRect' is not a member of 'PoDoFo'; did you mean 'Rect'? [i586] 139 | document.CreatePage(PoDoFo::PdfRect(0, 0, to_pt(sheet->frame.width), to_pt(sheet->frame.height))); 2024-Feb-28 12:21:51 :: [i586] horizon.git 2.5.0-alt1.1: remote: build failed 2024-Feb-28 12:21:51 :: [i586] #400 horizon.git 2.5.0-alt1.1: build FAILED 2024-Feb-28 12:22:06 :: [armh] #200 gimagereader.git 3.4.2-alt1: build OK 2024-Feb-28 12:22:06 :: [armh] task processing CANCELLED 2024-Feb-28 12:21:03 :: [x86_64] build FAILED 2024-Feb-28 12:21:07 :: [ppc64le] build FAILED 2024-Feb-28 12:21:13 :: [aarch64] build FAILED 2024-Feb-28 12:21:52 :: [i586] build FAILED 2024-Feb-28 12:22:06 :: [armh] build FAILED 2024-Feb-28 12:22:06 :: task #341577 for sisyphus FAILED
next prev parent reply other threads:[~2024-02-28 12:22 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-02-28 0:51 [#341577] [test-only] FAILED podofo.git=0.10.3-alt1 Girar awaiter (lav) 2024-02-28 1:04 ` [#341577] [test-only] FAILED (try 2) podofo.git=0.10.3-alt1 Girar awaiter (lav) 2024-02-28 1:26 ` [#341577] [test-only] FAILED (try 3) podofo.git=0.10.3-alt1 gimagereader.git=3.4.2-alt1 scribus.git=1.5.8-alt3 Girar awaiter (lav) 2024-02-28 10:39 ` [#341577] [test-only] FAILED (try 4) podofo.git=0.10.3-alt1 gimagereader.git=3.4.2-alt1 scribus.git=1.6.1-alt1 Girar awaiter (lav) 2024-02-28 12:22 ` Girar awaiter (lav) [this message] 2024-03-01 23:00 ` [#341577] [test-only] FAILED (try 6) " Girar awaiter (lav) 2024-03-02 0:16 ` [#341577] [test-only] FAILED (try 7) " Girar awaiter (lav) 2024-03-02 1:24 ` [#341577] TESTED (try 8) " Girar awaiter (lav) 2024-03-02 2:12 ` [#341577] TESTED (try 9) " Girar awaiter (lav) 2024-03-02 3:46 ` [#341577] TESTED (try 10) " Girar awaiter (lav) 2024-03-02 12:37 ` [#341577] DONE (try 11) " Girar pender (lav)
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.341577.5.1@gyle.mskdc.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=girar-builder-sisyphus@altlinux.org \ --cc=lav@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