[#296439] [test-only] FAILED gambas.git=3.16.3-alt2

Girar awaiter (zerg) girar-builder at altlinux.org
Wed Mar 9 14:33:09 MSK 2022


https://git.altlinux.org/tasks/296439/logs/events.1.1.log

subtask  name    aarch64    armh    i586  ppc64le  x86_64
   #100  gambas   failed  failed  failed   failed  failed

2022-Mar-09 11:15:39 :: test-only task #296439 for sisyphus started by zerg:
2022-Mar-09 11:15:39 :: message: new_poppler
#100 build 3.16.3-alt2 from /gears/g/gambas.git fetched at 2022-Mar-09 11:15:37 from sisyphus
2022-Mar-09 11:15:39 :: [i586] #100 gambas.git 3.16.3-alt2: build start
2022-Mar-09 11:15:39 :: [armh] #100 gambas.git 3.16.3-alt2: build start
2022-Mar-09 11:15:39 :: [x86_64] #100 gambas.git 3.16.3-alt2: build start
2022-Mar-09 11:15:39 :: [aarch64] #100 gambas.git 3.16.3-alt2: build start
2022-Mar-09 11:15:39 :: [ppc64le] #100 gambas.git 3.16.3-alt2: build start
[x86_64]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[x86_64] /usr/include/poppler/PDFDoc.h:372:35: error: expected ',' or '...' before '<' token
[x86_64]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[x86_64] /usr/include/poppler/PDFDoc.h:375:37: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[x86_64] --
[x86_64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[x86_64] /usr/include/poppler/PDFDoc.h:375:45: error: expected ',' or '...' before '<' token
[x86_64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[x86_64] /usr/include/poppler/PDFDoc.h:342:87: error: default argument missing for parameter 18 of 'bool PDFDoc::sign(const char*, const char*, const char*, GooString*, int, const PDFRectangle&, const GooString&, const GooString&, double, double, std::unique_ptr<AnnotColor>&&, double, std::unique_ptr<AnnotColor>&&, std::unique_ptr<AnnotColor>&&, const GooString*, const GooString*, const string&, int)'
[x86_64]   342 |               const GooString *location = nullptr, const std::string &imagePath = "", const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {});
[x86_64] --
[x86_64]                  from CPdfDocument.cpp:26:
[x86_64] /usr/include/poppler/Form.h:315:200: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   315 |     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 = {},
[x86_64] --
[x86_64]   315 |     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 = {},
[x86_64] /usr/include/poppler/Form.h:315:208: error: expected ',' or '...' before '<' token
[x86_64]   315 |     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 = {},
[x86_64] /usr/include/poppler/Form.h:320:48: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[x86_64] --
[x86_64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[x86_64] /usr/include/poppler/Form.h:320:56: error: expected ',' or '...' before '<' token
[x86_64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[x86_64] /usr/include/poppler/Form.h:326:10: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[x86_64] --
[x86_64]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[x86_64] /usr/include/poppler/Form.h:332:114: error: 'optional' in namespace 'std' does not name a template type
[x86_64]   332 |     bool getObjectStartEnd(const GooString &filename, int objNum, Goffset *objStart, Goffset *objEnd, const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
2022-Mar-09 11:21:23 :: [x86_64] gambas.git 3.16.3-alt2: remote: build failed
2022-Mar-09 11:21:23 :: [x86_64] #100 gambas.git 3.16.3-alt2: build FAILED
2022-Mar-09 11:21:23 :: [x86_64] requesting cancellation of task processing
[i586]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[i586] /usr/include/poppler/PDFDoc.h:372:35: error: expected ',' or '...' before '<' token
[i586]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[i586] /usr/include/poppler/PDFDoc.h:375:37: error: 'optional' in namespace 'std' does not name a template type
[i586]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[i586] --
[i586]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[i586] /usr/include/poppler/PDFDoc.h:375:45: error: expected ',' or '...' before '<' token
[i586]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[i586] /usr/include/poppler/PDFDoc.h:342:87: error: default argument missing for parameter 18 of 'bool PDFDoc::sign(const char*, const char*, const char*, GooString*, int, const PDFRectangle&, const GooString&, const GooString&, double, double, std::unique_ptr<AnnotColor>&&, double, std::unique_ptr<AnnotColor>&&, std::unique_ptr<AnnotColor>&&, const GooString*, const GooString*, const string&, int)'
[i586]   342 |               const GooString *location = nullptr, const std::string &imagePath = "", const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {});
[i586] --
[i586]                  from CPdfDocument.cpp:26:
[i586] /usr/include/poppler/Form.h:315:200: error: 'optional' in namespace 'std' does not name a template type
[i586]   315 |     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 = {},
[i586] --
[i586]   315 |     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 = {},
[i586] /usr/include/poppler/Form.h:315:208: error: expected ',' or '...' before '<' token
[i586]   315 |     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 = {},
[i586] /usr/include/poppler/Form.h:320:48: error: 'optional' in namespace 'std' does not name a template type
[i586]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[i586] --
[i586]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[i586] /usr/include/poppler/Form.h:320:56: error: expected ',' or '...' before '<' token
[i586]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[i586] /usr/include/poppler/Form.h:326:10: error: 'optional' in namespace 'std' does not name a template type
[i586]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[i586] --
[i586]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[i586] /usr/include/poppler/Form.h:332:114: error: 'optional' in namespace 'std' does not name a template type
[i586]   332 |     bool getObjectStartEnd(const GooString &filename, int objNum, Goffset *objStart, Goffset *objEnd, const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
2022-Mar-09 11:22:16 :: [i586] gambas.git 3.16.3-alt2: remote: build failed
2022-Mar-09 11:22:16 :: [i586] #100 gambas.git 3.16.3-alt2: build FAILED
[aarch64]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[aarch64] /usr/include/poppler/PDFDoc.h:372:35: error: expected ',' or '...' before '<' token
[aarch64]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[aarch64] /usr/include/poppler/PDFDoc.h:375:37: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[aarch64] --
[aarch64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[aarch64] /usr/include/poppler/PDFDoc.h:375:45: error: expected ',' or '...' before '<' token
[aarch64]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[aarch64] /usr/include/poppler/PDFDoc.h:342:87: error: default argument missing for parameter 18 of 'bool PDFDoc::sign(const char*, const char*, const char*, GooString*, int, const PDFRectangle&, const GooString&, const GooString&, double, double, std::unique_ptr<AnnotColor>&&, double, std::unique_ptr<AnnotColor>&&, std::unique_ptr<AnnotColor>&&, const GooString*, const GooString*, const string&, int)'
[aarch64]   342 |               const GooString *location = nullptr, const std::string &imagePath = "", const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {});
[aarch64] --
[aarch64]                  from CPdfDocument.cpp:26:
[aarch64] /usr/include/poppler/Form.h:315:200: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   315 |     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 = {},
[aarch64] --
[aarch64]   315 |     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 = {},
[aarch64] /usr/include/poppler/Form.h:315:208: error: expected ',' or '...' before '<' token
[aarch64]   315 |     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 = {},
[aarch64] /usr/include/poppler/Form.h:320:48: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[aarch64] --
[aarch64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[aarch64] /usr/include/poppler/Form.h:320:56: error: expected ',' or '...' before '<' token
[aarch64]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[aarch64] /usr/include/poppler/Form.h:326:10: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[aarch64] --
[aarch64]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[aarch64] /usr/include/poppler/Form.h:332:114: error: 'optional' in namespace 'std' does not name a template type
[aarch64]   332 |     bool getObjectStartEnd(const GooString &filename, int objNum, Goffset *objStart, Goffset *objEnd, const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
2022-Mar-09 11:26:57 :: [aarch64] gambas.git 3.16.3-alt2: remote: build failed
2022-Mar-09 11:26:57 :: [aarch64] #100 gambas.git 3.16.3-alt2: build FAILED
[ppc64le]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[ppc64le] /usr/include/poppler/PDFDoc.h:372:35: error: expected ',' or '...' before '<' token
[ppc64le]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[ppc64le] /usr/include/poppler/PDFDoc.h:375:37: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[ppc64le] --
[ppc64le]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[ppc64le] /usr/include/poppler/PDFDoc.h:375:45: error: expected ',' or '...' before '<' token
[ppc64le]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[ppc64le] /usr/include/poppler/PDFDoc.h:342:87: error: default argument missing for parameter 18 of 'bool PDFDoc::sign(const char*, const char*, const char*, GooString*, int, const PDFRectangle&, const GooString&, const GooString&, double, double, std::unique_ptr<AnnotColor>&&, double, std::unique_ptr<AnnotColor>&&, std::unique_ptr<AnnotColor>&&, const GooString*, const GooString*, const string&, int)'
[ppc64le]   342 |               const GooString *location = nullptr, const std::string &imagePath = "", const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {});
[ppc64le] --
[ppc64le]                  from CPdfDocument.cpp:26:
[ppc64le] /usr/include/poppler/Form.h:315:200: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   315 |     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 = {},
[ppc64le] --
[ppc64le]   315 |     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 = {},
[ppc64le] /usr/include/poppler/Form.h:315:208: error: expected ',' or '...' before '<' token
[ppc64le]   315 |     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 = {},
[ppc64le] /usr/include/poppler/Form.h:320:48: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[ppc64le] --
[ppc64le]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[ppc64le] /usr/include/poppler/Form.h:320:56: error: expected ',' or '...' before '<' token
[ppc64le]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[ppc64le] /usr/include/poppler/Form.h:326:10: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[ppc64le] --
[ppc64le]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[ppc64le] /usr/include/poppler/Form.h:332:114: error: 'optional' in namespace 'std' does not name a template type
[ppc64le]   332 |     bool getObjectStartEnd(const GooString &filename, int objNum, Goffset *objStart, Goffset *objEnd, const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
2022-Mar-09 11:29:31 :: [ppc64le] gambas.git 3.16.3-alt2: remote: build failed
2022-Mar-09 11:29:31 :: [ppc64le] #100 gambas.git 3.16.3-alt2: build FAILED
[armh]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[armh] /usr/include/poppler/PDFDoc.h:372:35: error: expected ',' or '...' before '<' token
[armh]   372 |     bool setup(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword, const std::function<void()> &xrefReconstructedCallback);
[armh] /usr/include/poppler/PDFDoc.h:375:37: error: 'optional' in namespace 'std' does not name a template type
[armh]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[armh] --
[armh]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[armh] /usr/include/poppler/PDFDoc.h:375:45: error: expected ',' or '...' before '<' token
[armh]   375 |     bool checkEncryption(const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
[armh] /usr/include/poppler/PDFDoc.h:342:87: error: default argument missing for parameter 18 of 'bool PDFDoc::sign(const char*, const char*, const char*, GooString*, int, const PDFRectangle&, const GooString&, const GooString&, double, double, std::unique_ptr<AnnotColor>&&, double, std::unique_ptr<AnnotColor>&&, std::unique_ptr<AnnotColor>&&, const GooString*, const GooString*, const string&, int)'
[armh]   342 |               const GooString *location = nullptr, const std::string &imagePath = "", const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {});
[armh] --
[armh]                  from CPdfDocument.cpp:26:
[armh] /usr/include/poppler/Form.h:315:200: error: 'optional' in namespace 'std' does not name a template type
[armh]   315 |     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 = {},
[armh] --
[armh]   315 |     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 = {},
[armh] /usr/include/poppler/Form.h:315:208: error: expected ',' or '...' before '<' token
[armh]   315 |     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 = {},
[armh] /usr/include/poppler/Form.h:320:48: error: 'optional' in namespace 'std' does not name a template type
[armh]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[armh] --
[armh]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[armh] /usr/include/poppler/Form.h:320:56: error: expected ',' or '...' before '<' token
[armh]   320 |                                     const std::optional<GooString> &ownerPassword = {}, const std::optional<GooString> &userPassword = {}, const GooString &signatureText = {}, const GooString &signatureTextLeft = {}, double fontSize = {},
[armh] /usr/include/poppler/Form.h:326:10: error: 'optional' in namespace 'std' does not name a template type
[armh]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[armh] --
[armh]   326 |     std::optional<GooString> getCheckedSignature(Goffset *checkedFileSize);
[armh] /usr/include/poppler/Form.h:332:114: error: 'optional' in namespace 'std' does not name a template type
[armh]   332 |     bool getObjectStartEnd(const GooString &filename, int objNum, Goffset *objStart, Goffset *objEnd, const std::optional<GooString> &ownerPassword, const std::optional<GooString> &userPassword);
2022-Mar-09 11:33:09 :: [armh] gambas.git 3.16.3-alt2: remote: build failed
2022-Mar-09 11:33:09 :: [armh] #100 gambas.git 3.16.3-alt2: build FAILED
2022-Mar-09 11:21:23 :: [x86_64] build FAILED
2022-Mar-09 11:22:16 :: [i586] build FAILED
2022-Mar-09 11:26:57 :: [aarch64] build FAILED
2022-Mar-09 11:29:31 :: [ppc64le] build FAILED
2022-Mar-09 11:33:09 :: [armh] build FAILED
2022-Mar-09 11:33:09 :: task #296439 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list