From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Mon, 2 Dec 2024 17:55:30 +0000 From: "Girar awaiter (sin)" To: Evgeny Sinelnikov Subject: [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 363898 X-girar-task-owner: sin X-girar-task-repo: p10 X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/363898/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: girar-builder-p10@altlinux.org, sisyphus-incominger@lists.altlinux.org, girar-builder-p10@lists.altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2024 17:55:35 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/363898/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 sssd failed failed failed failed failed 2024-Dec-02 17:50:04 :: test-only task #363898 for p10 started by sin: 2024-Dec-02 17:50:04 :: message: new_security_release #100 build 2.9.5-alt2 from /people/sin/packages/sssd.git fetched at 2024-Dec-02 17:50:02 2024-Dec-02 17:50:06 :: [i586] #100 sssd.git 2.9.5-alt2: build start 2024-Dec-02 17:50:06 :: [x86_64] #100 sssd.git 2.9.5-alt2: build start 2024-Dec-02 17:50:06 :: [aarch64] #100 sssd.git 2.9.5-alt2: build start 2024-Dec-02 17:50:06 :: [ppc64le] #100 sssd.git 2.9.5-alt2: build start 2024-Dec-02 17:50:06 :: [armh] #100 sssd.git 2.9.5-alt2: build start [x86_64] 1035 | struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey); [x86_64] src/util/cert/libcrypto/cert.c:239:9: error: 'ret' undeclared (first use in this function) [x86_64] 239 | ret = ENOMEM; [x86_64] -- [x86_64] src/util/cert/libcrypto/cert.c: In function 'sss_rsa_get_key': [x86_64] src/util/cert/libcrypto/cert.c:401:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token [x86_64] 401 | const BIGNUM *tmp_e: [x86_64] src/util/cert/libcrypto/cert.c:401:24: error: expected expression before ':' token [x86_64] src/util/cert/libcrypto/cert.c:405:5: error: 'rsa_pub_key' undeclared (first use in this function); did you mean 'cert_pub_key'? [x86_64] 405 | rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key); [x86_64] -- [x86_64] 1017 | struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey); [x86_64] src/util/cert/libcrypto/cert.c:411:38: error: 'tmp_e' undeclared (first use in this function); did you mean 'tmp_n'? [x86_64] 411 | RSA_get0_key(rsa_pub_key, tmp_n, tmp_e, NULL); [x86_64] -- [x86_64] 210 | const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); [x86_64] src/util/cert/libcrypto/cert.c:417:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [x86_64] 417 | *n = BN_dup(tmp_n); [x86_64] src/util/cert/libcrypto/cert.c:418:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [x86_64] 418 | if (*n == NULL) { [x86_64] src/util/cert/libcrypto/cert.c:423:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [x86_64] 423 | *e = BN_dup(tmp_e); [x86_64] src/util/cert/libcrypto/cert.c:424:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [x86_64] 424 | if (*e == NULL) { [x86_64] src/util/cert/libcrypto/cert.c:426:15: error: 'ENOME' undeclared (first use in this function); did you mean 'ENOMEM'? [x86_64] 426 | ret = ENOME; 2024-Dec-02 17:52:02 :: [x86_64] sssd.git 2.9.5-alt2: remote: build failed 2024-Dec-02 17:52:02 :: [x86_64] #100 sssd.git 2.9.5-alt2: build FAILED 2024-Dec-02 17:52:02 :: [x86_64] requesting cancellation of task processing [i586] 1035 | struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey); [i586] src/util/cert/libcrypto/cert.c:239:9: error: 'ret' undeclared (first use in this function) [i586] 239 | ret = ENOMEM; [i586] -- [i586] src/util/cert/libcrypto/cert.c: In function 'sss_rsa_get_key': [i586] src/util/cert/libcrypto/cert.c:401:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token [i586] 401 | const BIGNUM *tmp_e: [i586] src/util/cert/libcrypto/cert.c:401:24: error: expected expression before ':' token [i586] src/util/cert/libcrypto/cert.c:405:5: error: 'rsa_pub_key' undeclared (first use in this function); did you mean 'cert_pub_key'? [i586] 405 | rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key); [i586] -- [i586] 1017 | struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey); [i586] src/util/cert/libcrypto/cert.c:411:38: error: 'tmp_e' undeclared (first use in this function); did you mean 'tmp_n'? [i586] 411 | RSA_get0_key(rsa_pub_key, tmp_n, tmp_e, NULL); [i586] -- [i586] 210 | const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); [i586] src/util/cert/libcrypto/cert.c:417:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [i586] 417 | *n = BN_dup(tmp_n); [i586] src/util/cert/libcrypto/cert.c:418:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [i586] 418 | if (*n == NULL) { [i586] src/util/cert/libcrypto/cert.c:423:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [i586] 423 | *e = BN_dup(tmp_e); [i586] src/util/cert/libcrypto/cert.c:424:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [i586] 424 | if (*e == NULL) { [i586] src/util/cert/libcrypto/cert.c:426:15: error: 'ENOME' undeclared (first use in this function); did you mean 'ENOMEM'? [i586] 426 | ret = ENOME; 2024-Dec-02 17:52:26 :: [i586] sssd.git 2.9.5-alt2: remote: build failed 2024-Dec-02 17:52:26 :: [i586] #100 sssd.git 2.9.5-alt2: build FAILED [aarch64] 1035 | struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey); [aarch64] src/util/cert/libcrypto/cert.c:239:9: error: 'ret' undeclared (first use in this function) [aarch64] 239 | ret = ENOMEM; [aarch64] -- [aarch64] src/util/cert/libcrypto/cert.c: In function 'sss_rsa_get_key': [aarch64] src/util/cert/libcrypto/cert.c:401:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token [aarch64] 401 | const BIGNUM *tmp_e: [aarch64] src/util/cert/libcrypto/cert.c:401:24: error: expected expression before ':' token [aarch64] src/util/cert/libcrypto/cert.c:405:5: error: 'rsa_pub_key' undeclared (first use in this function); did you mean 'cert_pub_key'? [aarch64] 405 | rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key); [aarch64] -- [aarch64] 1017 | struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey); [aarch64] src/util/cert/libcrypto/cert.c:411:38: error: 'tmp_e' undeclared (first use in this function); did you mean 'tmp_n'? [aarch64] 411 | RSA_get0_key(rsa_pub_key, tmp_n, tmp_e, NULL); [aarch64] -- [aarch64] 210 | const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); [aarch64] src/util/cert/libcrypto/cert.c:417:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [aarch64] 417 | *n = BN_dup(tmp_n); [aarch64] src/util/cert/libcrypto/cert.c:418:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [aarch64] 418 | if (*n == NULL) { [aarch64] src/util/cert/libcrypto/cert.c:423:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [aarch64] 423 | *e = BN_dup(tmp_e); [aarch64] src/util/cert/libcrypto/cert.c:424:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [aarch64] 424 | if (*e == NULL) { [aarch64] src/util/cert/libcrypto/cert.c:426:15: error: 'ENOME' undeclared (first use in this function); did you mean 'ENOMEM'? [aarch64] 426 | ret = ENOME; 2024-Dec-02 17:53:35 :: [aarch64] sssd.git 2.9.5-alt2: remote: build failed 2024-Dec-02 17:53:35 :: [aarch64] #100 sssd.git 2.9.5-alt2: build FAILED [ppc64le] 210 | const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); [ppc64le] src/util/cert/libcrypto/cert.c:417:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [ppc64le] 417 | *n = BN_dup(tmp_n); [ppc64le] src/util/cert/libcrypto/cert.c:418:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [ppc64le] 418 | if (*n == NULL) { [ppc64le] src/util/cert/libcrypto/cert.c:423:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [ppc64le] 423 | *e = BN_dup(tmp_e); [ppc64le] src/util/cert/libcrypto/cert.c:424:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [ppc64le] 424 | if (*e == NULL) { [ppc64le] src/util/cert/libcrypto/cert.c:426:15: error: 'ENOME' undeclared (first use in this function); did you mean 'ENOMEM'? [ppc64le] 426 | ret = ENOME; 2024-Dec-02 17:55:02 :: [ppc64le] sssd.git 2.9.5-alt2: remote: build failed 2024-Dec-02 17:55:02 :: [ppc64le] #100 sssd.git 2.9.5-alt2: build FAILED [armh] 1035 | struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey); [armh] src/util/cert/libcrypto/cert.c:239:9: error: 'ret' undeclared (first use in this function) [armh] 239 | ret = ENOMEM; [armh] -- [armh] src/util/cert/libcrypto/cert.c: In function 'sss_rsa_get_key': [armh] src/util/cert/libcrypto/cert.c:401:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token [armh] 401 | const BIGNUM *tmp_e: [armh] src/util/cert/libcrypto/cert.c:401:24: error: expected expression before ':' token [armh] src/util/cert/libcrypto/cert.c:405:5: error: 'rsa_pub_key' undeclared (first use in this function); did you mean 'cert_pub_key'? [armh] 405 | rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key); [armh] -- [armh] 1017 | struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey); [armh] src/util/cert/libcrypto/cert.c:411:38: error: 'tmp_e' undeclared (first use in this function); did you mean 'tmp_n'? [armh] 411 | RSA_get0_key(rsa_pub_key, tmp_n, tmp_e, NULL); [armh] -- [armh] 210 | const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); [armh] src/util/cert/libcrypto/cert.c:417:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [armh] 417 | *n = BN_dup(tmp_n); [armh] src/util/cert/libcrypto/cert.c:418:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [armh] 418 | if (*n == NULL) { [armh] src/util/cert/libcrypto/cert.c:423:8: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [armh] 423 | *e = BN_dup(tmp_e); [armh] src/util/cert/libcrypto/cert.c:424:9: error: invalid use of incomplete typedef 'BIGNUM' {aka 'struct bignum_st'} [armh] 424 | if (*e == NULL) { [armh] src/util/cert/libcrypto/cert.c:426:15: error: 'ENOME' undeclared (first use in this function); did you mean 'ENOMEM'? [armh] 426 | ret = ENOME; 2024-Dec-02 17:55:29 :: [armh] sssd.git 2.9.5-alt2: remote: build failed 2024-Dec-02 17:55:29 :: [armh] #100 sssd.git 2.9.5-alt2: build FAILED 2024-Dec-02 17:52:02 :: [x86_64] build FAILED 2024-Dec-02 17:52:26 :: [i586] build FAILED 2024-Dec-02 17:53:36 :: [aarch64] build FAILED 2024-Dec-02 17:55:02 :: [ppc64le] build FAILED 2024-Dec-02 17:55:29 :: [armh] build FAILED 2024-Dec-02 17:55:29 :: task #363898 for p10 FAILED