[#314029] [test-only] p10 FAILED (try 3) poppler.git=22.11.0-alt1 poppler.git=21.11.0-alt5 ...

Girar awaiter (zerg) girar-builder at altlinux.org
Thu Feb 2 12:11:38 MSK 2023


https://git.altlinux.org/tasks/314029/logs/events.3.1.log

subtask  name      aarch64  armh    i586  ppc64le  x86_64
   #300  pdf2djvu   failed     ?  failed   failed  failed

2023-Feb-02 09:09:51 :: test-only task #314029 for p10 resumed by zerg:
2023-Feb-02 09:09:51 :: message: update
#100 build 22.11.0-alt1 from /people/zerg/packages/poppler.git fetched at 2023-Jan-24 07:37:34
#200 build 21.11.0-alt5 from /people/zerg/packages/poppler.git fetched at 2023-Jan-24 07:57:03
#300 build 0.9.19-alt1 from /gears/p/pdf2djvu.git fetched at 2023-Feb-02 09:08:06 from sisyphus
#400 build gdcm-3.0.12-alt2.src.rpm from sisyphus
2023-Feb-02 09:09:53 :: created build repo
2023-Feb-02 09:09:54 :: [armh] #100 poppler.git 22.11.0-alt1: build start
2023-Feb-02 09:09:54 :: [ppc64le] #100 poppler.git 22.11.0-alt1: build start
2023-Feb-02 09:09:54 :: [x86_64] #100 poppler.git 22.11.0-alt1: build start
2023-Feb-02 09:09:54 :: [aarch64] #100 poppler.git 22.11.0-alt1: build start
2023-Feb-02 09:09:54 :: [i586] #100 poppler.git 22.11.0-alt1: build start
2023-Feb-02 09:10:04 :: [i586] #100 poppler.git 22.11.0-alt1: build OK (cached)
2023-Feb-02 09:10:04 :: [i586] #200 poppler.git 21.11.0-alt5: build start
2023-Feb-02 09:10:04 :: [x86_64] #100 poppler.git 22.11.0-alt1: build OK (cached)
2023-Feb-02 09:10:04 :: [x86_64] #200 poppler.git 21.11.0-alt5: build start
2023-Feb-02 09:10:13 :: [i586] #200 poppler.git 21.11.0-alt5: build OK (cached)
2023-Feb-02 09:10:14 :: [i586] #300 pdf2djvu.git 0.9.19-alt1: build start
2023-Feb-02 09:10:14 :: [x86_64] #200 poppler.git 21.11.0-alt5: build OK (cached)
2023-Feb-02 09:10:14 :: [x86_64] #300 pdf2djvu.git 0.9.19-alt1: build start
2023-Feb-02 09:10:14 :: [aarch64] #100 poppler.git 22.11.0-alt1: build OK (cached)
2023-Feb-02 09:10:14 :: [aarch64] #200 poppler.git 21.11.0-alt5: build start
2023-Feb-02 09:10:16 :: [ppc64le] #100 poppler.git 22.11.0-alt1: build OK (cached)
2023-Feb-02 09:10:16 :: [ppc64le] #200 poppler.git 21.11.0-alt5: build start
2023-Feb-02 09:10:24 :: [armh] #100 poppler.git 22.11.0-alt1: build OK (cached)
2023-Feb-02 09:10:25 :: [armh] #200 poppler.git 21.11.0-alt5: build start
2023-Feb-02 09:10:34 :: [aarch64] #200 poppler.git 21.11.0-alt5: build OK (cached)
2023-Feb-02 09:10:34 :: [aarch64] #300 pdf2djvu.git 0.9.19-alt1: build start
2023-Feb-02 09:10:37 :: [ppc64le] #200 poppler.git 21.11.0-alt5: build OK (cached)
2023-Feb-02 09:10:37 :: [ppc64le] #300 pdf2djvu.git 0.9.19-alt1: build start
[x86_64] /usr/include/poppler/Link.h:90:82: error: 'optional' in namespace 'std' does not name a template type
[x86_64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[x86_64] --
[x86_64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[x86_64] /usr/include/poppler/Link.h:90:90: error: expected ',' or '...' before '<' token
[x86_64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[x86_64] /usr/include/poppler/Link.h:96:82: error: 'optional' in namespace 'std' does not name a template type
[x86_64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[x86_64] --
[x86_64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[x86_64] /usr/include/poppler/Link.h:96:90: error: expected ',' or '...' before '<' token
[x86_64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[x86_64] /usr/include/poppler/Link.h:96:40: error: 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)' cannot be overloaded with 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)'
[x86_64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[x86_64] --
[x86_64]                  from main.cc:43:
[x86_64] /usr/include/poppler/Link.h:246:46: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[x86_64] --
[x86_64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[x86_64] /usr/include/poppler/Link.h:246:54: error: expected ',' or '...' before '<' token
[x86_64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[x86_64] --
[x86_64]                  from main.cc:43:
[x86_64] /usr/include/poppler/Catalog.h:136:16: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[x86_64] --
[x86_64]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[x86_64] /usr/include/poppler/Catalog.h:292:10: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   292 |     std::optional<std::string> baseURI; // base URI for URI-type links
[x86_64] --
[x86_64]                  from main.cc:43:
[x86_64] /usr/include/poppler/Form.h:310:200: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   310 |     bool signDocument(const char *filename, const char *certNickname, const char *digestName, const char *password, const GooString *reason = nullptr, const GooString *location = nullptr, const std::optional<GooString> &ownerPassword = {},
2023-Feb-02 09:10:42 :: [x86_64] pdf2djvu.git 0.9.19-alt1: remote: build failed
2023-Feb-02 09:10:42 :: [x86_64] #300 pdf2djvu.git 0.9.19-alt1: build FAILED
2023-Feb-02 09:10:42 :: [x86_64] requesting cancellation of task processing
[i586] /usr/include/poppler/Link.h:90:82: error: 'optional' in namespace 'std' does not name a template type
[i586]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[i586] --
[i586]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[i586] /usr/include/poppler/Link.h:90:90: error: expected ',' or '...' before '<' token
[i586]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[i586] /usr/include/poppler/Link.h:96:82: error: 'optional' in namespace 'std' does not name a template type
[i586]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[i586] --
[i586]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[i586] /usr/include/poppler/Link.h:96:90: error: expected ',' or '...' before '<' token
[i586]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[i586] /usr/include/poppler/Link.h:96:40: error: 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)' cannot be overloaded with 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)'
[i586]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[i586] --
[i586]                  from main.cc:43:
[i586] /usr/include/poppler/Link.h:246:46: error: 'optional' in namespace 'std' does not name a template type
[i586]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[i586] --
[i586]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[i586] /usr/include/poppler/Link.h:246:54: error: expected ',' or '...' before '<' token
[i586]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[i586] --
[i586]                  from main.cc:43:
[i586] /usr/include/poppler/Catalog.h:136:16: error: 'optional' in namespace 'std' does not name a template type
[i586]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[i586] --
[i586]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[i586] /usr/include/poppler/Catalog.h:292:10: error: 'optional' in namespace 'std' does not name a template type
[i586]   292 |     std::optional<std::string> baseURI; // base URI for URI-type links
[i586] --
[i586]                  from main.cc:43:
[i586] /usr/include/poppler/Form.h:310:200: error: 'optional' in namespace 'std' does not name a template type
[i586]   310 |     bool signDocument(const char *filename, const char *certNickname, const char *digestName, const char *password, const GooString *reason = nullptr, const GooString *location = nullptr, const std::optional<GooString> &ownerPassword = {},
2023-Feb-02 09:10:43 :: [i586] pdf2djvu.git 0.9.19-alt1: remote: build failed
2023-Feb-02 09:10:43 :: [i586] #300 pdf2djvu.git 0.9.19-alt1: build FAILED
2023-Feb-02 09:10:54 :: [armh] #200 poppler.git 21.11.0-alt5: build OK (cached)
2023-Feb-02 09:10:54 :: [armh] task processing CANCELLED
[aarch64] /usr/include/poppler/Link.h:90:82: error: 'optional' in namespace 'std' does not name a template type
[aarch64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[aarch64] --
[aarch64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[aarch64] /usr/include/poppler/Link.h:90:90: error: expected ',' or '...' before '<' token
[aarch64]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[aarch64] /usr/include/poppler/Link.h:96:82: error: 'optional' in namespace 'std' does not name a template type
[aarch64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[aarch64] --
[aarch64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[aarch64] /usr/include/poppler/Link.h:96:90: error: expected ',' or '...' before '<' token
[aarch64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[aarch64] /usr/include/poppler/Link.h:96:40: error: 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)' cannot be overloaded with 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)'
[aarch64]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[aarch64] --
[aarch64]                  from main.cc:43:
[aarch64] /usr/include/poppler/Link.h:246:46: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[aarch64] --
[aarch64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[aarch64] /usr/include/poppler/Link.h:246:54: error: expected ',' or '...' before '<' token
[aarch64]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[aarch64] --
[aarch64]                  from main.cc:43:
[aarch64] /usr/include/poppler/Catalog.h:136:16: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[aarch64] --
[aarch64]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[aarch64] /usr/include/poppler/Catalog.h:292:10: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   292 |     std::optional<std::string> baseURI; // base URI for URI-type links
[aarch64] --
[aarch64]                  from main.cc:43:
[aarch64] /usr/include/poppler/Form.h:310:200: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   310 |     bool signDocument(const char *filename, const char *certNickname, const char *digestName, const char *password, const GooString *reason = nullptr, const GooString *location = nullptr, const std::optional<GooString> &ownerPassword = {},
2023-Feb-02 09:11:25 :: [aarch64] pdf2djvu.git 0.9.19-alt1: remote: build failed
2023-Feb-02 09:11:25 :: [aarch64] #300 pdf2djvu.git 0.9.19-alt1: build FAILED
[ppc64le] /usr/include/poppler/Link.h:90:82: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[ppc64le] --
[ppc64le]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[ppc64le] /usr/include/poppler/Link.h:90:90: error: expected ',' or '...' before '<' token
[ppc64le]    90 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI = {});
[ppc64le] /usr/include/poppler/Link.h:96:82: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[ppc64le] --
[ppc64le]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[ppc64le] /usr/include/poppler/Link.h:96:90: error: expected ',' or '...' before '<' token
[ppc64le]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[ppc64le] /usr/include/poppler/Link.h:96:40: error: 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)' cannot be overloaded with 'static std::unique_ptr<LinkAction> LinkAction::parseAction(const Object*, int)'
[ppc64le]    96 |     static std::unique_ptr<LinkAction> parseAction(const Object *obj, const std::optional<std::string> &baseURI, std::set<int> *seenNextActions);
[ppc64le] --
[ppc64le]                  from main.cc:43:
[ppc64le] /usr/include/poppler/Link.h:246:46: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[ppc64le] --
[ppc64le]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[ppc64le] /usr/include/poppler/Link.h:246:54: error: expected ',' or '...' before '<' token
[ppc64le]   246 |     LinkURI(const Object *uriObj, const std::optional<std::string> &baseURI);
[ppc64le] --
[ppc64le]                  from main.cc:43:
[ppc64le] /usr/include/poppler/Catalog.h:136:16: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[ppc64le] --
[ppc64le]   136 |     const std::optional<std::string> &getBaseURI() const { return baseURI; }
[ppc64le] /usr/include/poppler/Catalog.h:292:10: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   292 |     std::optional<std::string> baseURI; // base URI for URI-type links
[ppc64le] --
[ppc64le]                  from main.cc:43:
[ppc64le] /usr/include/poppler/Form.h:310:200: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   310 |     bool signDocument(const char *filename, const char *certNickname, const char *digestName, const char *password, const GooString *reason = nullptr, const GooString *location = nullptr, const std::optional<GooString> &ownerPassword = {},
2023-Feb-02 09:11:38 :: [ppc64le] pdf2djvu.git 0.9.19-alt1: remote: build failed
2023-Feb-02 09:11:38 :: [ppc64le] #300 pdf2djvu.git 0.9.19-alt1: build FAILED
2023-Feb-02 09:10:43 :: [x86_64] build FAILED
2023-Feb-02 09:10:43 :: [i586] build FAILED
2023-Feb-02 09:10:55 :: [armh] build FAILED
2023-Feb-02 09:11:25 :: [aarch64] build FAILED
2023-Feb-02 09:11:38 :: [ppc64le] build FAILED
2023-Feb-02 09:11:38 :: task #314029 for p10 FAILED


More information about the Girar-builder-p10 mailing list