[#325619] FAILED (try 2) drbd-utils.git=9.25.0-alt1
Girar awaiter (andy)
girar-builder at altlinux.org
Wed Jul 26 17:48:56 MSK 2023
https://git.altlinux.org/tasks/325619/logs/events.2.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#200 drbd-utils failed failed failed failed failed
2023-Jul-26 14:46:43 :: task #325619 for sisyphus resumed by andy:
#100 removed
#200 build 9.25.0-alt1 from /people/andy/packages/drbd-utils.git fetched at 2023-Jul-26 14:46:16
2023-Jul-26 14:46:45 :: [aarch64] #200 drbd-utils.git 9.25.0-alt1: build start
2023-Jul-26 14:46:45 :: [armh] #200 drbd-utils.git 9.25.0-alt1: build start
2023-Jul-26 14:46:45 :: [i586] #200 drbd-utils.git 9.25.0-alt1: build start
2023-Jul-26 14:46:45 :: [ppc64le] #200 drbd-utils.git 9.25.0-alt1: build start
2023-Jul-26 14:46:45 :: [x86_64] #200 drbd-utils.git 9.25.0-alt1: build start
[x86_64] 9 | enum class display_page : uint16_t
[x86_64] ./terminal/DisplayId.h:9:16: error: use of enum 'display_page' without previous declaration
[x86_64] 9 | enum class display_page : uint16_t
[x86_64] ./terminal/DisplayId.h:9:31: error: 'uint16_t' was not declared in this scope
[x86_64] 9 | enum class display_page : uint16_t
[x86_64] --
[x86_64] 5 |
[x86_64] ./terminal/DisplayId.h:10:5: error: default member initializer for unnamed bit-field
[x86_64] 10 | {
[x86_64] ./terminal/DisplayId.h:62:11: error: 'display_page' does not name a type
[x86_64] 62 | const display_page page_id;
[x86_64] ./terminal/DisplayId.h:64:61: error: 'DisplayId::display_page' has not been declared
[x86_64] 64 | DisplayId(const std::string* const name_ptr, DisplayId::display_page id);
[x86_64] terminal/DisplayIdMap.cpp:8:71: error: 'DisplayId::display_page' has not been declared
[x86_64] 8 | const DisplayId ID_RSC_LIST(&DisplayId::MDSP_RSC_LIST, DisplayId::display_page::RSC_LIST);
[x86_64] terminal/DisplayIdMap.cpp:9:75: error: 'DisplayId::display_page' has not been declared
[x86_64] 9 | const DisplayId ID_RSC_DETAIL(&DisplayId::MDSP_RSC_DETAIL, DisplayId::display_page::RSC_DETAIL);
[x86_64] terminal/DisplayIdMap.cpp:10:71: error: 'DisplayId::display_page' has not been declared
[x86_64] 10 | const DisplayId ID_VLM_LIST(&DisplayId::MDSP_VLM_LIST, DisplayId::display_page::VLM_LIST);
[x86_64] terminal/DisplayIdMap.cpp:11:75: error: 'DisplayId::display_page' has not been declared
[x86_64] 11 | const DisplayId ID_VLM_DETAIL(&DisplayId::MDSP_VLM_DETAIL, DisplayId::display_page::VLM_DETAIL);
[x86_64] terminal/DisplayIdMap.cpp:12:71: error: 'DisplayId::display_page' has not been declared
[x86_64] 12 | const DisplayId ID_CON_LIST(&DisplayId::MDSP_CON_LIST, DisplayId::display_page::CON_LIST);
2023-Jul-26 14:47:17 :: [x86_64] drbd-utils.git 9.25.0-alt1: remote: build failed
2023-Jul-26 14:47:17 :: [x86_64] #200 drbd-utils.git 9.25.0-alt1: build FAILED
2023-Jul-26 14:47:17 :: [x86_64] requesting cancellation of task processing
[i586] In file included from terminal/DisplayIdMap.cpp:1:
[i586] ./terminal/DisplayId.h:9:10: error: elaborated-type-specifier for a scoped enum must not use the 'class' keyword
[i586] 9 | enum class display_page : uint16_t
[i586] ./terminal/DisplayId.h:9:16: error: use of enum 'display_page' without previous declaration
[i586] 9 | enum class display_page : uint16_t
[i586] ./terminal/DisplayId.h:9:31: error: 'uint16_t' was not declared in this scope
[i586] 9 | enum class display_page : uint16_t
[i586] --
[i586] 5 |
[i586] ./terminal/DisplayId.h:10:5: error: default member initializer for unnamed bit-field
[i586] 10 | {
[i586] ./terminal/DisplayId.h:62:11: error: 'display_page' does not name a type
[i586] 62 | const display_page page_id;
[i586] ./terminal/DisplayId.h:64:61: error: 'DisplayId::display_page' has not been declared
[i586] 64 | DisplayId(const std::string* const name_ptr, DisplayId::display_page id);
[i586] terminal/DisplayIdMap.cpp:8:71: error: 'DisplayId::display_page' has not been declared
[i586] 8 | const DisplayId ID_RSC_LIST(&DisplayId::MDSP_RSC_LIST, DisplayId::display_page::RSC_LIST);
[i586] terminal/DisplayIdMap.cpp:9:75: error: 'DisplayId::display_page' has not been declared
[i586] 9 | const DisplayId ID_RSC_DETAIL(&DisplayId::MDSP_RSC_DETAIL, DisplayId::display_page::RSC_DETAIL);
[i586] terminal/DisplayIdMap.cpp:10:71: error: 'DisplayId::display_page' has not been declared
[i586] 10 | const DisplayId ID_VLM_LIST(&DisplayId::MDSP_VLM_LIST, DisplayId::display_page::VLM_LIST);
[i586] terminal/DisplayIdMap.cpp:11:75: error: 'DisplayId::display_page' has not been declared
[i586] 11 | const DisplayId ID_VLM_DETAIL(&DisplayId::MDSP_VLM_DETAIL, DisplayId::display_page::VLM_DETAIL);
2023-Jul-26 14:47:19 :: [i586] drbd-utils.git 9.25.0-alt1: remote: build failed
2023-Jul-26 14:47:19 :: [i586] #200 drbd-utils.git 9.25.0-alt1: build FAILED
[aarch64] 5 |
[aarch64] ./terminal/DisplayId.h:10:5: error: default member initializer for unnamed bit-field
[aarch64] 10 | {
[aarch64] ./terminal/DisplayId.h:62:11: error: 'display_page' does not name a type
[aarch64] 62 | const display_page page_id;
[aarch64] ./terminal/DisplayId.h:64:61: error: 'DisplayId::display_page' has not been declared
[aarch64] 64 | DisplayId(const std::string* const name_ptr, DisplayId::display_page id);
[aarch64] terminal/DisplayId.cpp:27:63: error: 'display_page' does not name a type
[aarch64] 27 | DisplayId::DisplayId(const std::string* const name_ptr, const display_page id):
[aarch64] terminal/DisplayId.cpp: In constructor 'DisplayId::DisplayId(const std::string*, int)':
[aarch64] terminal/DisplayId.cpp:29:5: error: class 'DisplayId' does not have any field named 'page_id'
[aarch64] 29 | page_id(id)
[aarch64] --
[aarch64] In file included from terminal/DisplayIdMap.cpp:1:
[aarch64] ./terminal/DisplayId.h:9:10: error: elaborated-type-specifier for a scoped enum must not use the 'class' keyword
[aarch64] 9 | enum class display_page : uint16_t
[aarch64] ./terminal/DisplayId.h:9:16: error: use of enum 'display_page' without previous declaration
[aarch64] 9 | enum class display_page : uint16_t
[aarch64] ./terminal/DisplayId.h:9:31: error: 'uint16_t' was not declared in this scope
[aarch64] 9 | enum class display_page : uint16_t
[aarch64] --
[aarch64] 5 |
[aarch64] ./terminal/DisplayId.h:10:5: error: default member initializer for unnamed bit-field
[aarch64] 10 | {
[aarch64] ./terminal/DisplayId.h:62:11: error: 'display_page' does not name a type
[aarch64] 62 | const display_page page_id;
2023-Jul-26 14:47:46 :: [aarch64] drbd-utils.git 9.25.0-alt1: remote: build failed
2023-Jul-26 14:47:46 :: [aarch64] #200 drbd-utils.git 9.25.0-alt1: build FAILED
[ppc64le] terminal/DisplayIdMap.cpp:24:71: error: 'DisplayId::display_page' has not been declared
[ppc64le] 24 | const DisplayId ID_MSG_VIEW(&DisplayId::MDSP_MSG_VIEW, DisplayId::display_page::MSG_VIEWER);
[ppc64le] terminal/DisplayIdMap.cpp:25:69: error: 'DisplayId::display_page' has not been declared
[ppc64le] 25 | const DisplayId ID_RSC_ACT(&DisplayId::MDSP_RSC_ACT, DisplayId::display_page::RSC_ACTIONS);
[ppc64le] terminal/DisplayIdMap.cpp:26:69: error: 'DisplayId::display_page' has not been declared
[ppc64le] 26 | const DisplayId ID_VLM_ACT(&DisplayId::MDSP_VLM_ACT, DisplayId::display_page::VLM_ACTIONS);
[ppc64le] terminal/DisplayIdMap.cpp:27:69: error: 'DisplayId::display_page' has not been declared
[ppc64le] 27 | const DisplayId ID_CON_ACT(&DisplayId::MDSP_CON_ACT, DisplayId::display_page::CON_ACTIONS);
[ppc64le] terminal/DisplayIdMap.cpp:28:71: error: 'DisplayId::display_page' has not been declared
[ppc64le] 28 | const DisplayId ID_PGM_INFO(&DisplayId::MDSP_PGM_INFO, DisplayId::display_page::PGM_INFO);
[ppc64le] terminal/DisplayIdMap.cpp:29:77: error: 'DisplayId::display_page' has not been declared
[ppc64le] 29 | const DisplayId ID_TASK_DETAIL(&DisplayId::MDSP_TASK_DETAIL, DisplayId::display_page::TASK_DETAIL);
[ppc64le] terminal/DisplayIdMap.cpp:30:81: error: 'DisplayId::display_page' has not been declared
[ppc64le] 30 | const DisplayId ID_CONFIGURATION(&DisplayId::MDSP_CONFIGURATION, DisplayId::display_page::CONFIGURATION);
[ppc64le] --
[ppc64le] In file included from terminal/DisplayId.cpp:1:
[ppc64le] ./terminal/DisplayId.h:9:10: error: elaborated-type-specifier for a scoped enum must not use the 'class' keyword
[ppc64le] 9 | enum class display_page : uint16_t
[ppc64le] ./terminal/DisplayId.h:9:16: error: use of enum 'display_page' without previous declaration
[ppc64le] 9 | enum class display_page : uint16_t
[ppc64le] ./terminal/DisplayId.h:9:31: error: 'uint16_t' was not declared in this scope
[ppc64le] 9 | enum class display_page : uint16_t
2023-Jul-26 14:47:56 :: [ppc64le] drbd-utils.git 9.25.0-alt1: remote: build failed
2023-Jul-26 14:47:56 :: [ppc64le] #200 drbd-utils.git 9.25.0-alt1: build FAILED
[armh] In file included from terminal/DisplayIdMap.cpp:1:
[armh] ./terminal/DisplayId.h:9:10: error: elaborated-type-specifier for a scoped enum must not use the 'class' keyword
[armh] 9 | enum class display_page : uint16_t
[armh] ./terminal/DisplayId.h:9:16: error: use of enum 'display_page' without previous declaration
[armh] 9 | enum class display_page : uint16_t
[armh] ./terminal/DisplayId.h:9:31: error: 'uint16_t' was not declared in this scope
[armh] 9 | enum class display_page : uint16_t
[armh] --
[armh] 5 |
[armh] ./terminal/DisplayId.h:10:5: error: default member initializer for unnamed bit-field
[armh] 10 | {
[armh] ./terminal/DisplayId.h:62:11: error: 'display_page' does not name a type
[armh] 62 | const display_page page_id;
[armh] ./terminal/DisplayId.h:64:61: error: 'DisplayId::display_page' has not been declared
[armh] 64 | DisplayId(const std::string* const name_ptr, DisplayId::display_page id);
[armh] terminal/DisplayIdMap.cpp:8:71: error: 'DisplayId::display_page' has not been declared
[armh] 8 | const DisplayId ID_RSC_LIST(&DisplayId::MDSP_RSC_LIST, DisplayId::display_page::RSC_LIST);
[armh] terminal/DisplayIdMap.cpp:9:75: error: 'DisplayId::display_page' has not been declared
[armh] 9 | const DisplayId ID_RSC_DETAIL(&DisplayId::MDSP_RSC_DETAIL, DisplayId::display_page::RSC_DETAIL);
[armh] terminal/DisplayIdMap.cpp:10:71: error: 'DisplayId::display_page' has not been declared
[armh] 10 | const DisplayId ID_VLM_LIST(&DisplayId::MDSP_VLM_LIST, DisplayId::display_page::VLM_LIST);
[armh] terminal/DisplayIdMap.cpp:11:75: error: 'DisplayId::display_page' has not been declared
[armh] 11 | const DisplayId ID_VLM_DETAIL(&DisplayId::MDSP_VLM_DETAIL, DisplayId::display_page::VLM_DETAIL);
2023-Jul-26 14:48:56 :: [armh] drbd-utils.git 9.25.0-alt1: remote: build failed
2023-Jul-26 14:48:56 :: [armh] #200 drbd-utils.git 9.25.0-alt1: build FAILED
2023-Jul-26 14:47:18 :: [x86_64] build FAILED
2023-Jul-26 14:47:19 :: [i586] build FAILED
2023-Jul-26 14:47:46 :: [aarch64] build FAILED
2023-Jul-26 14:47:56 :: [ppc64le] build FAILED
2023-Jul-26 14:48:56 :: [armh] build FAILED
2023-Jul-26 14:48:56 :: task #325619 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list