[#362448] p10 FAILED (try 5) qt6-remoteobjects.git=6.4.2-alt0.p10.1 amnezia-vpn.git=4.8.1.9-alt0.p10.1

Girar awaiter (cas) girar-builder at altlinux.org
Thu Nov 14 14:57:11 MSK 2024


https://git.altlinux.org/tasks/362448/logs/events.5.1.log

subtask  name         aarch64    armh    i586  ppc64le  x86_64
   #300  amnezia-vpn   failed  failed  failed   failed  failed

2024-Nov-14 11:54:37 :: task #362448 for p10 resumed by cas:
2024-Nov-14 11:54:37 :: message: New_package
#20 build 6.4.2-alt0.p10.1 from /people/cas/packages/qt6-remoteobjects.git fetched at 2024-Nov-14 10:47:58
#40 removed
#100 removed
#200 removed
#300 build 4.8.1.9-alt0.p10.1 from /people/cas/packages/amnezia-vpn.git fetched at 2024-Nov-14 11:50:50
2024-Nov-14 11:54:37 :: created build repo
2024-Nov-14 11:54:38 :: [ppc64le] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build start
2024-Nov-14 11:54:38 :: [armh] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build start
2024-Nov-14 11:54:38 :: [i586] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build start
2024-Nov-14 11:54:38 :: [x86_64] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build start
2024-Nov-14 11:54:38 :: [aarch64] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build start
2024-Nov-14 11:54:54 :: [i586] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build OK (cached)
2024-Nov-14 11:54:55 :: [i586] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build start
2024-Nov-14 11:54:55 :: [x86_64] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build OK (cached)
2024-Nov-14 11:54:55 :: [x86_64] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build start
2024-Nov-14 11:55:08 :: [aarch64] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build OK (cached)
2024-Nov-14 11:55:08 :: [aarch64] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build start
2024-Nov-14 11:55:14 :: [ppc64le] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build OK (cached)
2024-Nov-14 11:55:14 :: [ppc64le] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build start
2024-Nov-14 11:55:18 :: [armh] #20 qt6-remoteobjects.git 6.4.2-alt0.p10.1: build OK (cached)
2024-Nov-14 11:55:18 :: [armh] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build start
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp: In member function 'EVP_PKEY* QSimpleCrypto::QRsa::generateRsaKeys(quint32, quint32)':
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:27:26: error: 'EVP_PKEY_CTX_new_from_name' was not declared in this scope
[x86_64]    27 |         rsaKeysContext = EVP_PKEY_CTX_new_from_name(nullptr, "RSA", nullptr);
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:49:9: error: 'OSSL_PARAM' was not declared in this scope
[x86_64]    49 |         OSSL_PARAM params[3];
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:50:9: error: 'params' was not declared in this scope
[x86_64]    50 |         params[0] = OSSL_PARAM_construct_uint("bits", &bits);
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:50:21: error: 'OSSL_PARAM_construct_uint' was not declared in this scope
[x86_64]    50 |         params[0] = OSSL_PARAM_construct_uint("bits", &bits);
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:52:21: error: 'OSSL_PARAM_construct_end' was not declared in this scope
[x86_64]    52 |         params[2] = OSSL_PARAM_construct_end();
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:55:14: error: 'EVP_PKEY_CTX_set_params' was not declared in this scope; did you mean 'EVP_PKEY_CTX_set_data'?
[x86_64]    55 |         if (!EVP_PKEY_CTX_set_params(rsaKeysContext, params)) {
[x86_64]       |              EVP_PKEY_CTX_set_data
[x86_64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:59:14: error: 'EVP_PKEY_generate' was not declared in this scope; did you mean 'EVP_PKEY_get_attr'?
[x86_64]    59 |         if (!EVP_PKEY_generate(rsaKeysContext, &rsaKeys)) {
2024-Nov-14 11:55:53 :: [x86_64] amnezia-vpn.git 4.8.1.9-alt0.p10.1: remote: build failed
2024-Nov-14 11:55:53 :: [x86_64] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build FAILED
2024-Nov-14 11:55:53 :: [x86_64] requesting cancellation of task processing
[i586] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/service/server/router.cpp:110: undefined reference to `RouterLinux::StopRoutingIpv6()'
[i586] ld: CMakeFiles/AmneziaVPN-service.dir/router.cpp.o: in function `Router::StartRoutingIpv6()':
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/service/server/router.cpp:121: undefined reference to `RouterLinux::Instance()'
[i586] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/service/server/router.cpp:121: undefined reference to `RouterLinux::StartRoutingIpv6()'
[i586] collect2: error: ld returned 1 exit status
[i586] gmake[2]: *** [service/server/CMakeFiles/AmneziaVPN-service.dir/build.make:597: service/server/AmneziaVPN-service] Error 1
[i586] --
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp: In member function 'EVP_PKEY* QSimpleCrypto::QRsa::generateRsaKeys(quint32, quint32)':
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:27:26: error: 'EVP_PKEY_CTX_new_from_name' was not declared in this scope
[i586]    27 |         rsaKeysContext = EVP_PKEY_CTX_new_from_name(nullptr, "RSA", nullptr);
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:49:9: error: 'OSSL_PARAM' was not declared in this scope
[i586]    49 |         OSSL_PARAM params[3];
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:50:9: error: 'params' was not declared in this scope
[i586]    50 |         params[0] = OSSL_PARAM_construct_uint("bits", &bits);
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:50:21: error: 'OSSL_PARAM_construct_uint' was not declared in this scope
[i586]    50 |         params[0] = OSSL_PARAM_construct_uint("bits", &bits);
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:52:21: error: 'OSSL_PARAM_construct_end' was not declared in this scope
[i586]    52 |         params[2] = OSSL_PARAM_construct_end();
[i586] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/client/3rd/QSimpleCrypto/src/sources/QRsa.cpp:55:14: error: 'EVP_PKEY_CTX_set_params' was not declared in this scope; did you mean 'EVP_PKEY_CTX_set_data'?
[i586]    55 |         if (!EVP_PKEY_CTX_set_params(rsaKeysContext, params)) {
2024-Nov-14 11:55:54 :: [i586] amnezia-vpn.git 4.8.1.9-alt0.p10.1: remote: build failed
2024-Nov-14 11:55:54 :: [i586] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build FAILED
[aarch64] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::disableKillSwitch()':
[aarch64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:289: undefined reference to `LinuxFirewall::uninstall()'
[aarch64] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::enableKillSwitch(QJsonObject const&, int)':
[aarch64] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:231: undefined reference to `LinuxFirewall::kFilterTable'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:231: undefined reference to `LinuxFirewall::kFilterTable'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:231: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:232: undefined reference to `LinuxFirewall::kFilterTable'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:232: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:233: undefined reference to `LinuxFirewall::kFilterTable'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:233: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:234: undefined reference to `LinuxFirewall::updateAllowNets(QList<QString> const&)'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:235: undefined reference to `LinuxFirewall::kFilterTable'
[aarch64] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:235: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
2024-Nov-14 11:56:35 :: [aarch64] amnezia-vpn.git 4.8.1.9-alt0.p10.1: remote: build failed
2024-Nov-14 11:56:35 :: [aarch64] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build FAILED
[ppc64le] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::disableKillSwitch()':
[ppc64le] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:289: undefined reference to `LinuxFirewall::uninstall()'
[ppc64le] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::enableKillSwitch(QJsonObject const&, int)':
[ppc64le] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:231: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:232: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:233: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:234: undefined reference to `LinuxFirewall::updateAllowNets(QList<QString> const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:235: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:236: undefined reference to `LinuxFirewall::updateBlockNets(QList<QString> const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:237: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:238: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:239: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[ppc64le] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:240: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
2024-Nov-14 11:56:44 :: [ppc64le] amnezia-vpn.git 4.8.1.9-alt0.p10.1: remote: build failed
2024-Nov-14 11:56:44 :: [ppc64le] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build FAILED
[armh] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::disableKillSwitch()':
[armh] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:289: undefined reference to `LinuxFirewall::uninstall()'
[armh] ld: CMakeFiles/AmneziaVPN-service.dir/__/__/ipc/ipcserver.cpp.o: in function `IpcServer::enableKillSwitch(QJsonObject const&, int)':
[armh] /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:231: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:232: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:233: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:234: undefined reference to `LinuxFirewall::updateAllowNets(QList<QString> const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:235: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:236: undefined reference to `LinuxFirewall::updateBlockNets(QList<QString> const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:237: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:238: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:239: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
[armh] ld: /usr/src/RPM/BUILD/amnezia-client-4.8.1.9/ipc/ipcserver.cpp:240: undefined reference to `LinuxFirewall::setAnchorEnabled(LinuxFirewall::IPVersion, QString const&, bool, QString const&)'
2024-Nov-14 11:57:10 :: [armh] amnezia-vpn.git 4.8.1.9-alt0.p10.1: remote: build failed
2024-Nov-14 11:57:10 :: [armh] #300 amnezia-vpn.git 4.8.1.9-alt0.p10.1: build FAILED
2024-Nov-14 11:55:54 :: [x86_64] build FAILED
2024-Nov-14 11:55:54 :: [i586] build FAILED
2024-Nov-14 11:56:35 :: [aarch64] build FAILED
2024-Nov-14 11:56:44 :: [ppc64le] build FAILED
2024-Nov-14 11:57:10 :: [armh] build FAILED
2024-Nov-14 11:57:11 :: task #362448 for p10 FAILED


More information about the Sisyphus-incominger mailing list