[#360346] [test-only] p10 FAILED alterator-backend-systeminfo.git=0.1.0-alt1 ...

Girar awaiter (sheriffkorov) girar-builder at altlinux.org
Mon Oct 21 20:48:03 MSK 2024


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

subtask  name                              aarch64  armh    i586  ppc64le  x86_64
   #100  alterator-backend-systeminfo           40    55      23       46      24
   #200  alterator-application-systeminfo   failed     ?  failed   failed  failed

2024-Oct-21 17:46:21 :: test-only task #360346 for p10 started by sheriffkorov:
#100 build 0.1.0-alt1 from /people/sheriffkorov/packages/alterator-backend-systeminfo.git fetched at 2024-Oct-21 17:44:01
#200 build 0.1.0-alt1 from /people/sheriffkorov/packages/alterator-application-systeminfo.git fetched at 2024-Oct-21 17:45:25
2024-Oct-21 17:46:22 :: created build repo
2024-Oct-21 17:46:23 :: [armh] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:23 :: [ppc64le] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:23 :: [i586] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:23 :: [aarch64] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:23 :: [x86_64] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:46 :: [i586] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build OK
2024-Oct-21 17:46:46 :: [i586] #200 alterator-application-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:46:47 :: [x86_64] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build OK
2024-Oct-21 17:46:47 :: [x86_64] #200 alterator-application-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:47:03 :: [aarch64] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build OK
2024-Oct-21 17:47:03 :: [aarch64] #200 alterator-application-systeminfo.git 0.1.0-alt1: build start
2024-Oct-21 17:47:09 :: [ppc64le] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build OK
2024-Oct-21 17:47:09 :: [ppc64le] #200 alterator-application-systeminfo.git 0.1.0-alt1: build start
[x86_64] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:1:
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[x86_64]    13 |     App(std::unique_ptr<QApplication> application);
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[x86_64]    25 |     std::unique_ptr<AppPrivate> d;
[x86_64] --
[x86_64]     5 | 
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:20:1: error: no declaration matches 'aas::App::App(std::unique_ptr<QApplication>)'
[x86_64]    20 | App::App(std::unique_ptr<QApplication> application)
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp: In member function 'int aas::App::run()':
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:34:5: error: 'd' was not declared in this scope
[x86_64]    34 |     d->m_mainWindow->show();
[x86_64] --
[x86_64] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:1:
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[x86_64]    13 |     App(std::unique_ptr<QApplication> application);
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[x86_64]    25 |     std::unique_ptr<AppPrivate> d;
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp: In function 'int main(int, char**)':
[x86_64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:28:35: error: no matching function for call to 'aas::App::App(std::remove_reference<std::unique_ptr<QApplication, std::default_delete<QApplication> >&>::type)'
[x86_64]    28 |     aas::App aasApp(std::move(app));
2024-Oct-21 17:47:18 :: [x86_64] alterator-application-systeminfo.git 0.1.0-alt1: remote: build failed
2024-Oct-21 17:47:18 :: [x86_64] #200 alterator-application-systeminfo.git 0.1.0-alt1: build FAILED
2024-Oct-21 17:47:18 :: [x86_64] requesting cancellation of task processing
[i586] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:1:
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[i586]    13 |     App(std::unique_ptr<QApplication> application);
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[i586]    25 |     std::unique_ptr<AppPrivate> d;
[i586] --
[i586]     5 | 
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:20:1: error: no declaration matches 'aas::App::App(std::unique_ptr<QApplication>)'
[i586]    20 | App::App(std::unique_ptr<QApplication> application)
[i586] --
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp: In member function 'int aas::App::run()':
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:34:5: error: 'd' was not declared in this scope
[i586]    34 |     d->m_mainWindow->show();
[i586] --
[i586] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:1:
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[i586]    13 |     App(std::unique_ptr<QApplication> application);
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[i586]    25 |     std::unique_ptr<AppPrivate> d;
[i586] --
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp: In function 'int main(int, char**)':
[i586] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:28:35: error: no matching function for call to 'aas::App::App(std::remove_reference<std::unique_ptr<QApplication, std::default_delete<QApplication> >&>::type)'
[i586]    28 |     aas::App aasApp(std::move(app));
2024-Oct-21 17:47:18 :: [i586] alterator-application-systeminfo.git 0.1.0-alt1: remote: build failed
2024-Oct-21 17:47:18 :: [i586] #200 alterator-application-systeminfo.git 0.1.0-alt1: build FAILED
2024-Oct-21 17:47:18 :: [armh] #100 alterator-backend-systeminfo.git 0.1.0-alt1: build OK
2024-Oct-21 17:47:19 :: [armh] task processing CANCELLED
[aarch64] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:1:
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[aarch64]    13 |     App(std::unique_ptr<QApplication> application);
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[aarch64]    25 |     std::unique_ptr<AppPrivate> d;
[aarch64] --
[aarch64]     5 | 
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:20:1: error: no declaration matches 'aas::App::App(std::unique_ptr<QApplication>)'
[aarch64]    20 | App::App(std::unique_ptr<QApplication> application)
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp: In member function 'int aas::App::run()':
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:34:5: error: 'd' was not declared in this scope
[aarch64]    34 |     d->m_mainWindow->show();
[aarch64] --
[aarch64] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:1:
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[aarch64]    13 |     App(std::unique_ptr<QApplication> application);
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[aarch64]    25 |     std::unique_ptr<AppPrivate> d;
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp: In function 'int main(int, char**)':
[aarch64] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:28:35: error: no matching function for call to 'aas::App::App(std::remove_reference<std::unique_ptr<QApplication, std::default_delete<QApplication> >&>::type)'
[aarch64]    28 |     aas::App aasApp(std::move(app));
2024-Oct-21 17:47:53 :: [aarch64] alterator-application-systeminfo.git 0.1.0-alt1: remote: build failed
2024-Oct-21 17:47:53 :: [aarch64] #200 alterator-application-systeminfo.git 0.1.0-alt1: build FAILED
[ppc64le] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:1:
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[ppc64le]    13 |     App(std::unique_ptr<QApplication> application);
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[ppc64le]    25 |     std::unique_ptr<AppPrivate> d;
[ppc64le] --
[ppc64le]     5 | 
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:20:1: error: no declaration matches 'aas::App::App(std::unique_ptr<QApplication>)'
[ppc64le]    20 | App::App(std::unique_ptr<QApplication> application)
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp: In member function 'int aas::App::run()':
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.cpp:34:5: error: 'd' was not declared in this scope
[ppc64le]    34 |     d->m_mainWindow->show();
[ppc64le] --
[ppc64le] In file included from /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:1:
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:13:24: error: expected ')' before '<' token
[ppc64le]    13 |     App(std::unique_ptr<QApplication> application);
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/app.h:25:10: error: 'unique_ptr' in namespace 'std' does not name a template type
[ppc64le]    25 |     std::unique_ptr<AppPrivate> d;
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp: In function 'int main(int, char**)':
[ppc64le] /usr/src/RPM/BUILD/alterator-application-systeminfo-0.1.0/src/main.cpp:28:35: error: no matching function for call to 'aas::App::App(std::remove_reference<std::unique_ptr<QApplication, std::default_delete<QApplication> >&>::type)'
[ppc64le]    28 |     aas::App aasApp(std::move(app));
2024-Oct-21 17:48:03 :: [ppc64le] alterator-application-systeminfo.git 0.1.0-alt1: remote: build failed
2024-Oct-21 17:48:03 :: [ppc64le] #200 alterator-application-systeminfo.git 0.1.0-alt1: build FAILED
2024-Oct-21 17:47:18 :: [x86_64] build FAILED
2024-Oct-21 17:47:18 :: [i586] build FAILED
2024-Oct-21 17:47:19 :: [armh] build FAILED
2024-Oct-21 17:47:54 :: [aarch64] build FAILED
2024-Oct-21 17:48:03 :: [ppc64le] build FAILED
2024-Oct-21 17:48:03 :: task #360346 for p10 FAILED


More information about the Girar-builder-p10 mailing list