[#341577] [test-only] FAILED (try 5) podofo.git=0.10.3-alt1 gimagereader.git=3.4.2-alt1 scribus.git=1.6.1-alt1 ...

Girar awaiter (lav) girar-builder at altlinux.org
Wed Feb 28 15:22:06 MSK 2024


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


More information about the Sisyphus-incominger mailing list