[#285979] [test-only] FAILED uniset-2.0.git=2.14.1-alt3

Girar awaiter (pv) girar-builder at altlinux.org
Mon Sep 27 01:31:39 MSK 2021


http://git.altlinux.org/tasks/285979/logs/events.1.1.log

subtask  name        aarch64    armh    i586  ppc64le  x86_64
   #100  uniset-2.0   failed  failed  failed   failed  failed

2021-Sep-26 22:24:16 :: test-only task #285979 for sisyphus started by pv:
#100 build 2.14.1-alt3 from /people/pv/packages/uniset-2.0.git fetched at 2021-Sep-26 22:24:14
2021-Sep-26 22:24:17 :: [ppc64le] #100 uniset-2.0.git 2.14.1-alt3: build start
2021-Sep-26 22:24:17 :: [i586] #100 uniset-2.0.git 2.14.1-alt3: build start
2021-Sep-26 22:24:17 :: [aarch64] #100 uniset-2.0.git 2.14.1-alt3: build start
2021-Sep-26 22:24:17 :: [x86_64] #100 uniset-2.0.git 2.14.1-alt3: build start
2021-Sep-26 22:24:17 :: [armh] #100 uniset-2.0.git 2.14.1-alt3: build start
[x86_64] ./../../../core/UConnector.h:60:33: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    60 |         void activate_objects() throw(UException);
[x86_64] UConnector.cc:23:70: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    23 | UConnector::UConnector( UTypes::Params* p, const std::string& xfile )throw(UException):
[x86_64] UConnector.cc:41:68: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    41 | UConnector::UConnector(int argc, char** argv, const string& xfile )throw(UException):
[x86_64] UConnector.cc:73:48: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    73 | long UConnector::getValue( long id, long node )throw(UException)
[x86_64] UConnector.cc:95:73: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    95 | void UConnector::setValue( long id, long val, long node, long supplier )throw(UException)
[x86_64] UConnector.cc:190:1: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]   190 | throw(UException)
[x86_64] UConnector.cc:211:74: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]   211 | string UConnector::apiRequest( long id, const string& query, long node ) throw(UException)
[x86_64] UConnector.cc:232:37: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]   232 | void UConnector::activate_objects() throw(UException)
[x86_64] --
[x86_64] In file included from PyUInterface.cc:24:
[x86_64] PyUInterface.h:29:81: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    29 |         void uniset_init_params( UTypes::Params* p, const std::string& xmlfile )throw(UException);
[x86_64] PyUInterface.h:30:78: error: ISO C++17 does not allow dynamic exception specifications
[x86_64]    30 |         void uniset_init( int argc, char** argv, const std::string& xmlfile )throw(UException);
2021-Sep-26 22:28:23 :: [x86_64] uniset-2.0.git 2.14.1-alt3: remote: build failed
2021-Sep-26 22:28:23 :: [x86_64] #100 uniset-2.0.git 2.14.1-alt3: build FAILED
2021-Sep-26 22:28:23 :: [x86_64] requesting cancellation of task processing
[i586] ./../../../core/UModbus.h:91:108: error: ISO C++17 does not allow dynamic exception specifications
[i586]    91 |         void mbwrite( int addr, int mbreg, int val, int mbfunc, const std::string& ip = "", int port = -1 )throw(UException);
[i586] UModbus.cc:71:59: error: ISO C++17 does not allow dynamic exception specifications
[i586]    71 | void UModbus::prepare( const std::string& _ip, int _port )throw(UException)
[i586] UModbus.cc:90:59: error: ISO C++17 does not allow dynamic exception specifications
[i586]    90 | void UModbus::connect( const std::string& _ip, int _port )throw(UException)
[i586] UModbus.cc:114:57: error: ISO C++17 does not allow dynamic exception specifications
[i586]   114 | long UModbus::getWord( int addr, int mbreg, int mbfunc )throw(UException)
[i586] UModbus.cc:119:57: error: ISO C++17 does not allow dynamic exception specifications
[i586]   119 | long UModbus::getByte( int addr, int mbreg, int mbfunc )throw(UException)
[i586] UModbus.cc:124:56: error: ISO C++17 does not allow dynamic exception specifications
[i586]   124 | bool UModbus::getBit( int addr, int mbreg, int mbfunc )throw(UException)
[i586] UModbus.cc:130:58: error: ISO C++17 does not allow dynamic exception specifications
[i586]   130 |                      const string& new_ip, int new_port )throw(UException)
[i586] UModbus.cc:294:109: error: ISO C++17 does not allow dynamic exception specifications
[i586]   294 | void UModbus::mbwrite( int mbaddr, int mbreg, int val, int mbfunc, const std::string& new_ip, int new_port )throw(UException)
[i586] --
[i586] In file included from PyUInterface.cc:24:
[i586] PyUInterface.h:29:81: error: ISO C++17 does not allow dynamic exception specifications
[i586]    29 |         void uniset_init_params( UTypes::Params* p, const std::string& xmlfile )throw(UException);
[i586] PyUInterface.h:30:78: error: ISO C++17 does not allow dynamic exception specifications
[i586]    30 |         void uniset_init( int argc, char** argv, const std::string& xmlfile )throw(UException);
2021-Sep-26 22:28:58 :: [i586] uniset-2.0.git 2.14.1-alt3: remote: build failed
2021-Sep-26 22:28:58 :: [i586] #100 uniset-2.0.git 2.14.1-alt3: build FAILED
[aarch64] PyUInterface.cc:36:85: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    36 | void pyUInterface::uniset_init( int argc, char* argv[], const std::string& xmlfile )throw(UException)
[aarch64] PyUInterface.cc:57:39: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    57 | long pyUInterface::getValue( long id )throw(UException)
[aarch64] PyUInterface.cc:93:64: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    93 | void pyUInterface::setValue( long id, long val, long supplier )throw(UException)
[aarch64] PyUInterface.cc:190:45: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]   190 | void pyUInterface::uniset_activate_objects()throw(UException)
[aarch64] --
[aarch64] In file included from UConnector.cc:17:
[aarch64] ./../../../core/UConnector.h:35:73: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    35 |         UConnector( int argc, char** argv, const std::string& xmlfile ) throw(UException);
[aarch64] ./../../../core/UConnector.h:36:69: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    36 |         UConnector( UTypes::Params* p, const std::string& xmlfile ) throw(UException);
[aarch64] ./../../../core/UConnector.h:45:44: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    45 |         long getValue( long id, long node )throw(UException);
[aarch64] ./../../../core/UConnector.h:46:97: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    46 |         void setValue( long id, long val, long node, long supplier = UTypes::DefaultSupplerID ) throw(UException);
[aarch64] ./../../../core/UConnector.h:57:104: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    57 |         std::string getObjectInfo( long id, const std::string& params, long node = UTypes::DefaultID ) throw(UException);
[aarch64] ./../../../core/UConnector.h:58:100: error: ISO C++17 does not allow dynamic exception specifications
[aarch64]    58 |         std::string apiRequest( long id, const std::string& query, long node = UTypes::DefaultID ) throw(UException);
2021-Sep-26 22:29:42 :: [aarch64] uniset-2.0.git 2.14.1-alt3: remote: build failed
2021-Sep-26 22:29:42 :: [aarch64] #100 uniset-2.0.git 2.14.1-alt3: build FAILED
[ppc64le] ./../../../core/UConnector.h:60:33: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    60 |         void activate_objects() throw(UException);
[ppc64le] UConnector.cc:23:70: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    23 | UConnector::UConnector( UTypes::Params* p, const std::string& xfile )throw(UException):
[ppc64le] UConnector.cc:41:68: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    41 | UConnector::UConnector(int argc, char** argv, const string& xfile )throw(UException):
[ppc64le] UConnector.cc:73:48: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    73 | long UConnector::getValue( long id, long node )throw(UException)
[ppc64le] UConnector.cc:95:73: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    95 | void UConnector::setValue( long id, long val, long node, long supplier )throw(UException)
[ppc64le] UConnector.cc:190:1: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]   190 | throw(UException)
[ppc64le] UConnector.cc:211:74: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]   211 | string UConnector::apiRequest( long id, const string& query, long node ) throw(UException)
[ppc64le] UConnector.cc:232:37: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]   232 | void UConnector::activate_objects() throw(UException)
[ppc64le] --
[ppc64le] In file included from PyUInterface.cc:24:
[ppc64le] PyUInterface.h:29:81: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    29 |         void uniset_init_params( UTypes::Params* p, const std::string& xmlfile )throw(UException);
[ppc64le] PyUInterface.h:30:78: error: ISO C++17 does not allow dynamic exception specifications
[ppc64le]    30 |         void uniset_init( int argc, char** argv, const std::string& xmlfile )throw(UException);
2021-Sep-26 22:29:44 :: [ppc64le] uniset-2.0.git 2.14.1-alt3: remote: build failed
2021-Sep-26 22:29:44 :: [ppc64le] #100 uniset-2.0.git 2.14.1-alt3: build FAILED
[armh] PyUInterface.cc:36:85: error: ISO C++17 does not allow dynamic exception specifications
[armh]    36 | void pyUInterface::uniset_init( int argc, char* argv[], const std::string& xmlfile )throw(UException)
[armh] PyUInterface.cc:57:39: error: ISO C++17 does not allow dynamic exception specifications
[armh]    57 | long pyUInterface::getValue( long id )throw(UException)
[armh] PyUInterface.cc:93:64: error: ISO C++17 does not allow dynamic exception specifications
[armh]    93 | void pyUInterface::setValue( long id, long val, long supplier )throw(UException)
[armh] PyUInterface.cc:190:45: error: ISO C++17 does not allow dynamic exception specifications
[armh]   190 | void pyUInterface::uniset_activate_objects()throw(UException)
[armh] --
[armh] In file included from UConnector_wrap.cxx:2853:
[armh] ./../../../core/UConnector.h:35:73: error: ISO C++17 does not allow dynamic exception specifications
[armh]    35 |         UConnector( int argc, char** argv, const std::string& xmlfile ) throw(UException);
[armh] ./../../../core/UConnector.h:36:69: error: ISO C++17 does not allow dynamic exception specifications
[armh]    36 |         UConnector( UTypes::Params* p, const std::string& xmlfile ) throw(UException);
[armh] ./../../../core/UConnector.h:45:44: error: ISO C++17 does not allow dynamic exception specifications
[armh]    45 |         long getValue( long id, long node )throw(UException);
[armh] ./../../../core/UConnector.h:46:97: error: ISO C++17 does not allow dynamic exception specifications
[armh]    46 |         void setValue( long id, long val, long node, long supplier = UTypes::DefaultSupplerID ) throw(UException);
[armh] ./../../../core/UConnector.h:57:104: error: ISO C++17 does not allow dynamic exception specifications
[armh]    57 |         std::string getObjectInfo( long id, const std::string& params, long node = UTypes::DefaultID ) throw(UException);
[armh] ./../../../core/UConnector.h:58:100: error: ISO C++17 does not allow dynamic exception specifications
[armh]    58 |         std::string apiRequest( long id, const std::string& query, long node = UTypes::DefaultID ) throw(UException);
2021-Sep-26 22:31:38 :: [armh] uniset-2.0.git 2.14.1-alt3: remote: build failed
2021-Sep-26 22:31:38 :: [armh] #100 uniset-2.0.git 2.14.1-alt3: build FAILED
2021-Sep-26 22:28:23 :: [x86_64] build FAILED
2021-Sep-26 22:28:58 :: [i586] build FAILED
2021-Sep-26 22:29:42 :: [aarch64] build FAILED
2021-Sep-26 22:29:44 :: [ppc64le] build FAILED
2021-Sep-26 22:31:39 :: [armh] build FAILED
2021-Sep-26 22:31:39 :: task #285979 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list