ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2
@ 2024-12-02 17:55 Girar awaiter (sin)
  2024-12-02 19:16 ` [#363898] [test-only] p10 FAILED (try 2) sssd.git=2.9.5-alt2 Girar awaiter (sin)
  0 siblings, 1 reply; 2+ messages in thread
From: Girar awaiter (sin) @ 2024-12-02 17:55 UTC (permalink / raw)
  To: Evgeny Sinelnikov
  Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [#363898] [test-only] p10 FAILED (try 2) sssd.git=2.9.5-alt2
  2024-12-02 17:55 [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2 Girar awaiter (sin)
@ 2024-12-02 19:16 ` Girar awaiter (sin)
  0 siblings, 0 replies; 2+ messages in thread
From: Girar awaiter (sin) @ 2024-12-02 19:16 UTC (permalink / raw)
  To: Evgeny Sinelnikov
  Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10

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

subtask  name  aarch64    armh    i586  ppc64le  x86_64
   #200  sssd   failed  failed  failed   failed  failed

2024-Dec-02 19:02:46 :: test-only task #363898 for p10 resumed by sin:
2024-Dec-02 19:02:46 :: message: new_security_release
#100 removed
#200 build 2.9.5-alt2 from /people/sin/packages/sssd.git fetched at 2024-Dec-02 19:02:29
2024-Dec-02 19:02:47 :: [i586] #200 sssd.git 2.9.5-alt2: build start
2024-Dec-02 19:02:47 :: [x86_64] #200 sssd.git 2.9.5-alt2: build start
2024-Dec-02 19:02:47 :: [armh] #200 sssd.git 2.9.5-alt2: build start
2024-Dec-02 19:02:47 :: [ppc64le] #200 sssd.git 2.9.5-alt2: build start
2024-Dec-02 19:02:47 :: [aarch64] #200 sssd.git 2.9.5-alt2: build start
[x86_64] PASS: test_krb5_wait_queue
[x86_64] FAIL: test_cert_utils
[x86_64] PASS: test_ldap_id_cleanup
[x86_64] --
[x86_64] # SKIP:  2
[x86_64] # XFAIL: 0
[x86_64] # FAIL:  1
[x86_64] # XPASS: 0
[x86_64] # ERROR: 0
[x86_64] .. contents:: :depth: 2
[x86_64] FAIL: test_cert_utils
[x86_64] [==========] Running 13 test(s).
[x86_64] --
[x86_64] Could not run test: keys[0].data
[x86_64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:635: error: Failure!check_leaks_pop(ts)
[x86_64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:211: error: Failure!Test teardown failed
[x86_64] [  ERROR   ] test_ec_cert_to_ssh_key_send
[x86_64] [ RUN      ] test_pss_cert_to_ssh_key_send
[x86_64] --
[x86_64] Could not run test: leak_check_teardown()
[x86_64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:213: error: Failure!Test teardown failed
[x86_64] [  ERROR   ] test_pss_cert_to_ssh_key_send
[x86_64] [ RUN      ] test_cert_to_ssh_2keys_with_certmap_send
2024-Dec-02 19:08:33 :: [x86_64] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-02 19:08:33 :: [x86_64] #200 sssd.git 2.9.5-alt2: build FAILED
2024-Dec-02 19:08:33 :: [x86_64] requesting cancellation of task processing
[i586] PASS: test_krb5_wait_queue
[i586] FAIL: test_cert_utils
[i586] PASS: test_ldap_id_cleanup
[i586] --
[i586] # SKIP:  2
[i586] # XFAIL: 0
[i586] # FAIL:  1
[i586] # XPASS: 0
[i586] # ERROR: 0
[i586] .. contents:: :depth: 2
[i586] FAIL: test_cert_utils
[i586] [==========] Running 13 test(s).
[i586] --
[i586] Could not run test: keys[0].data
[i586] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:635: error: Failure!check_leaks_pop(ts)
[i586] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:211: error: Failure!Test teardown failed
[i586] [  ERROR   ] test_ec_cert_to_ssh_key_send
[i586] [ RUN      ] test_pss_cert_to_ssh_key_send
[i586] --
[i586] Could not run test: leak_check_teardown()
[i586] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:213: error: Failure!Test teardown failed
[i586] [  ERROR   ] test_pss_cert_to_ssh_key_send
[i586] [ RUN      ] test_cert_to_ssh_2keys_with_certmap_send
2024-Dec-02 19:09:15 :: [i586] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-02 19:09:15 :: [i586] #200 sssd.git 2.9.5-alt2: build FAILED
[aarch64] PASS: test_krb5_wait_queue
[aarch64] FAIL: test_cert_utils
[aarch64] PASS: test_ldap_id_cleanup
[aarch64] --
[aarch64] # SKIP:  2
[aarch64] # XFAIL: 0
[aarch64] # FAIL:  1
[aarch64] # XPASS: 0
[aarch64] # ERROR: 0
[aarch64] .. contents:: :depth: 2
[aarch64] FAIL: test_cert_utils
[aarch64] [==========] Running 13 test(s).
[aarch64] --
[aarch64] Could not run test: keys[0].data
[aarch64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:635: error: Failure!check_leaks_pop(ts)
[aarch64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:211: error: Failure!Test teardown failed
[aarch64] [  ERROR   ] test_ec_cert_to_ssh_key_send
[aarch64] [ RUN      ] test_pss_cert_to_ssh_key_send
[aarch64] --
[aarch64] Could not run test: leak_check_teardown()
[aarch64] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:213: error: Failure!Test teardown failed
[aarch64] [  ERROR   ] test_pss_cert_to_ssh_key_send
[aarch64] [ RUN      ] test_cert_to_ssh_2keys_with_certmap_send
2024-Dec-02 19:13:43 :: [aarch64] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-02 19:13:43 :: [aarch64] #200 sssd.git 2.9.5-alt2: build FAILED
[ppc64le] PASS: test_krb5_wait_queue
[ppc64le] FAIL: test_cert_utils
[ppc64le] PASS: test_ldap_id_cleanup
[ppc64le] --
[ppc64le] # SKIP:  2
[ppc64le] # XFAIL: 0
[ppc64le] # FAIL:  1
[ppc64le] # XPASS: 0
[ppc64le] # ERROR: 0
[ppc64le] .. contents:: :depth: 2
[ppc64le] FAIL: test_cert_utils
[ppc64le] [==========] Running 13 test(s).
[ppc64le] --
[ppc64le] Could not run test: keys[0].data
[ppc64le] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:635: error: Failure!check_leaks_pop(ts)
[ppc64le] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:211: error: Failure!Test teardown failed
[ppc64le] [  ERROR   ] test_ec_cert_to_ssh_key_send
[ppc64le] [ RUN      ] test_pss_cert_to_ssh_key_send
[ppc64le] --
[ppc64le] Could not run test: leak_check_teardown()
[ppc64le] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:213: error: Failure!Test teardown failed
[ppc64le] [  ERROR   ] test_pss_cert_to_ssh_key_send
[ppc64le] [ RUN      ] test_cert_to_ssh_2keys_with_certmap_send
2024-Dec-02 19:13:58 :: [ppc64le] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-02 19:13:58 :: [ppc64le] #200 sssd.git 2.9.5-alt2: build FAILED
[armh] PASS: test_krb5_wait_queue
[armh] FAIL: test_cert_utils
[armh] PASS: test_ldap_id_cleanup
[armh] --
[armh] # SKIP:  2
[armh] # XFAIL: 0
[armh] # FAIL:  1
[armh] # XPASS: 0
[armh] # ERROR: 0
[armh] .. contents:: :depth: 2
[armh] FAIL: test_cert_utils
[armh] [==========] Running 13 test(s).
[armh] --
[armh] Could not run test: keys[0].data
[armh] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:635: error: Failure!check_leaks_pop(ts)
[armh] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:211: error: Failure!Test teardown failed
[armh] [  ERROR   ] test_ec_cert_to_ssh_key_send
[armh] [ RUN      ] test_pss_cert_to_ssh_key_send
[armh] --
[armh] Could not run test: leak_check_teardown()
[armh] [   LINE   ] --- src/tests/cmocka/test_cert_utils.c:213: error: Failure!Test teardown failed
[armh] [  ERROR   ] test_pss_cert_to_ssh_key_send
[armh] [ RUN      ] test_cert_to_ssh_2keys_with_certmap_send
2024-Dec-02 19:16:11 :: [armh] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-02 19:16:11 :: [armh] #200 sssd.git 2.9.5-alt2: build FAILED
2024-Dec-02 19:08:33 :: [x86_64] build FAILED
2024-Dec-02 19:09:16 :: [i586] build FAILED
2024-Dec-02 19:13:43 :: [aarch64] build FAILED
2024-Dec-02 19:13:58 :: [ppc64le] build FAILED
2024-Dec-02 19:16:11 :: [armh] build FAILED
2024-Dec-02 19:16:12 :: task #363898 for p10 FAILED


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-02 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-02 17:55 [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2 Girar awaiter (sin)
2024-12-02 19:16 ` [#363898] [test-only] p10 FAILED (try 2) sssd.git=2.9.5-alt2 Girar awaiter (sin)

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git