[#314115] [test-only] FAILED (try 2) googletest.git=1.13.0-alt1 libcamera.git=0.0.3-alt1 ogre.git=13.5.1-alt1 ...

Girar awaiter (nenderus) girar-builder at altlinux.org
Wed Jan 25 10:53:53 MSK 2023


https://git.altlinux.org/tasks/314115/logs/events.2.1.log

subtask  name       aarch64  armh    i586  ppc64le  x86_64
   #200  libcamera     2:54  3:53    1:38     2:47    1:33
   #300  ogre             ?     ?       -        ?    3:50
   #400  partio           ?     ?  failed        ?       ?

2023-Jan-25 07:48:15 :: test-only task #314115 for sisyphus resumed by nenderus:
2023-Jan-25 07:48:15 :: message: new_version
#100 build 1.13.0-alt1 from /people/nenderus/packages/googletest.git fetched at 2023-Jan-25 07:41:31
#200 build 0.0.3-alt1 from /gears/l/libcamera.git fetched at 2023-Jan-25 07:47:28 from sisyphus
#300 build 13.5.1-alt1 from /gears/o/ogre.git fetched at 2023-Jan-25 07:47:38 from sisyphus
#400 build 1.14.0-alt1 from /gears/p/partio.git fetched at 2023-Jan-25 07:47:45 from sisyphus
#500 build 4.11.20210226-alt4 from /gears/s/slicer.git fetched at 2023-Jan-25 07:47:53 from sisyphus
2023-Jan-25 07:48:15 :: created build repo
2023-Jan-25 07:48:16 :: [aarch64] #100 googletest.git 1.13.0-alt1: build start
2023-Jan-25 07:48:16 :: [x86_64] #100 googletest.git 1.13.0-alt1: build start
2023-Jan-25 07:48:17 :: [armh] #100 googletest.git 1.13.0-alt1: build start
2023-Jan-25 07:48:17 :: [i586] #100 googletest.git 1.13.0-alt1: build start
2023-Jan-25 07:48:17 :: [ppc64le] #100 googletest.git 1.13.0-alt1: build start
2023-Jan-25 07:48:29 :: [i586] #100 googletest.git 1.13.0-alt1: build OK (cached)
2023-Jan-25 07:48:29 :: [i586] #200 libcamera.git 0.0.3-alt1: build start
2023-Jan-25 07:48:30 :: [x86_64] #100 googletest.git 1.13.0-alt1: build OK (cached)
2023-Jan-25 07:48:30 :: [x86_64] #200 libcamera.git 0.0.3-alt1: build start
2023-Jan-25 07:48:43 :: [aarch64] #100 googletest.git 1.13.0-alt1: build OK (cached)
2023-Jan-25 07:48:43 :: [aarch64] #200 libcamera.git 0.0.3-alt1: build start
2023-Jan-25 07:48:49 :: [ppc64le] #100 googletest.git 1.13.0-alt1: build OK (cached)
2023-Jan-25 07:48:49 :: [ppc64le] #200 libcamera.git 0.0.3-alt1: build start
2023-Jan-25 07:48:54 :: [armh] #100 googletest.git 1.13.0-alt1: build OK (cached)
2023-Jan-25 07:48:55 :: [armh] #200 libcamera.git 0.0.3-alt1: build start
2023-Jan-25 07:50:03 :: [x86_64] #200 libcamera.git 0.0.3-alt1: build OK
2023-Jan-25 07:50:03 :: [x86_64] #300 ogre.git 13.5.1-alt1: build start
2023-Jan-25 07:50:07 :: [i586] #200 libcamera.git 0.0.3-alt1: build OK
2023-Jan-25 07:50:08 :: [i586] #300 ogre.git 13.5.1-alt1: build start
2023-Jan-25 07:50:16 :: [i586] #300 ogre.git 13.5.1-alt1: build SKIPPED
2023-Jan-25 07:50:17 :: [i586] #400 partio.git 1.14.0-alt1: build start
[i586]                  from /usr/src/RPM/BUILD/partio-1.14.0/src/tests/testmerge.cpp:37:
[i586] /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported.
[i586]   270 | #error C++ versions less than C++14 are not supported.
[i586] --
[i586]                  from /usr/include/gtest/gtest.h:65:
[i586] /usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1)
[i586]   636 |   typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
[i586] --
[i586]   403 |     struct less : public binary_function<_Tp, _Tp, bool>
[i586] /usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid
[i586]   636 |   typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
[i586] /usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)':
[i586] /usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'}
[i586]   613 |     registered_tests_.insert(
[i586] /usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const':
[i586] /usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'}
[i586]   619 |     return registered_tests_.count(test_name) > 0;
[i586] /usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const':
[i586] /usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it'
[i586]   623 |     RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
[i586] /usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'?
[i586]   624 |     GTEST_CHECK_(it != registered_tests_.end());
[i586] /usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'}
[i586]   624 |     GTEST_CHECK_(it != registered_tests_.end());
[i586] /usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'?
[i586]   625 |     return it->second;
2023-Jan-25 07:50:46 :: [i586] partio.git 1.14.0-alt1: remote: build failed
2023-Jan-25 07:50:46 :: [i586] #400 partio.git 1.14.0-alt1: build FAILED
2023-Jan-25 07:50:46 :: [i586] requesting cancellation of task processing
2023-Jan-25 07:51:36 :: [ppc64le] #200 libcamera.git 0.0.3-alt1: build OK
2023-Jan-25 07:51:36 :: [ppc64le] task processing CANCELLED
2023-Jan-25 07:51:37 :: [aarch64] #200 libcamera.git 0.0.3-alt1: build OK
2023-Jan-25 07:51:37 :: [aarch64] task processing CANCELLED
2023-Jan-25 07:52:48 :: [armh] #200 libcamera.git 0.0.3-alt1: build OK
2023-Jan-25 07:52:49 :: [armh] task processing CANCELLED
2023-Jan-25 07:53:53 :: [x86_64] #300 ogre.git 13.5.1-alt1: build OK
2023-Jan-25 07:53:53 :: [x86_64] task processing CANCELLED
2023-Jan-25 07:50:46 :: [i586] build FAILED
2023-Jan-25 07:51:36 :: [ppc64le] build FAILED
2023-Jan-25 07:51:37 :: [aarch64] build FAILED
2023-Jan-25 07:52:49 :: [armh] build FAILED
2023-Jan-25 07:53:53 :: [x86_64] build FAILED
2023-Jan-25 07:53:53 :: task #314115 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list