* [#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)
` (3 more replies)
0 siblings, 4 replies; 5+ 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] 5+ 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)
2024-12-03 13:10 ` [#363898] [test-only] p10 FAILED (try 3) sssd.git=2.9.5-alt2 Girar awaiter (sin)
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ 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] 5+ messages in thread
* [#363898] [test-only] p10 FAILED (try 3) 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 ` [#363898] [test-only] p10 FAILED (try 2) sssd.git=2.9.5-alt2 Girar awaiter (sin)
@ 2024-12-03 13:10 ` Girar awaiter (sin)
2024-12-06 21:52 ` [#363898] [test-only] p10 FAILED (try 4) sssd.git=2.9.6-alt1 Girar awaiter (sin)
2024-12-22 21:18 ` [#363898] p10 EPERM (try 7) sssd.git=2.9.6-alt3 Girar awaiter (sin)
3 siblings, 0 replies; 5+ messages in thread
From: Girar awaiter (sin) @ 2024-12-03 13:10 UTC (permalink / raw)
To: Evgeny Sinelnikov
Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10
https://git.altlinux.org/tasks/363898/logs/events.3.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#300 sssd failed failed failed failed failed
2024-Dec-03 12:57:20 :: test-only task #363898 for p10 resumed by sin:
2024-Dec-03 12:57:20 :: message: new_security_release
#100 removed
#200 removed
#300 build 2.9.5-alt2 from /people/sin/packages/sssd.git fetched at 2024-Dec-03 12:46:35
2024-Dec-03 12:57:21 :: [armh] #300 sssd.git 2.9.5-alt2: build start
2024-Dec-03 12:57:21 :: [i586] #300 sssd.git 2.9.5-alt2: build start
2024-Dec-03 12:57:21 :: [x86_64] #300 sssd.git 2.9.5-alt2: build start
2024-Dec-03 12:57:21 :: [aarch64] #300 sssd.git 2.9.5-alt2: build start
2024-Dec-03 12:57:21 :: [ppc64le] #300 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-03 13:03:04 :: [x86_64] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-03 13:03:04 :: [x86_64] #300 sssd.git 2.9.5-alt2: build FAILED
2024-Dec-03 13:03:04 :: [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-03 13:03:45 :: [i586] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-03 13:03:45 :: [i586] #300 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-03 13:06:32 :: [aarch64] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-03 13:06:32 :: [aarch64] #300 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-03 13:08:37 :: [ppc64le] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-03 13:08:37 :: [ppc64le] #300 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-03 13:10:56 :: [armh] sssd.git 2.9.5-alt2: remote: build failed
2024-Dec-03 13:10:56 :: [armh] #300 sssd.git 2.9.5-alt2: build FAILED
2024-Dec-03 13:03:04 :: [x86_64] build FAILED
2024-Dec-03 13:03:46 :: [i586] build FAILED
2024-Dec-03 13:06:32 :: [aarch64] build FAILED
2024-Dec-03 13:08:38 :: [ppc64le] build FAILED
2024-Dec-03 13:10:56 :: [armh] build FAILED
2024-Dec-03 13:10:56 :: task #363898 for p10 FAILED
^ permalink raw reply [flat|nested] 5+ messages in thread
* [#363898] [test-only] p10 FAILED (try 4) sssd.git=2.9.6-alt1
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)
2024-12-03 13:10 ` [#363898] [test-only] p10 FAILED (try 3) sssd.git=2.9.5-alt2 Girar awaiter (sin)
@ 2024-12-06 21:52 ` Girar awaiter (sin)
2024-12-22 21:18 ` [#363898] p10 EPERM (try 7) sssd.git=2.9.6-alt3 Girar awaiter (sin)
3 siblings, 0 replies; 5+ messages in thread
From: Girar awaiter (sin) @ 2024-12-06 21:52 UTC (permalink / raw)
To: Evgeny Sinelnikov
Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10
https://git.altlinux.org/tasks/363898/logs/events.4.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#400 sssd failed failed failed failed failed
2024-Dec-06 21:39:44 :: test-only task #363898 for p10 resumed by sin:
2024-Dec-06 21:39:44 :: message: new_security_release
#100 removed
#200 removed
#300 removed
#400 build 2.9.6-alt1 from /people/sin/packages/sssd.git fetched at 2024-Dec-06 20:35:45
2024-Dec-06 21:39:47 :: [armh] #400 sssd.git 2.9.6-alt1: build start
2024-Dec-06 21:39:47 :: [aarch64] #400 sssd.git 2.9.6-alt1: build start
2024-Dec-06 21:39:47 :: [x86_64] #400 sssd.git 2.9.6-alt1: build start
2024-Dec-06 21:39:47 :: [ppc64le] #400 sssd.git 2.9.6-alt1: build start
2024-Dec-06 21:39:47 :: [i586] #400 sssd.git 2.9.6-alt1: 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-06 21:45:29 :: [x86_64] sssd.git 2.9.6-alt1: remote: build failed
2024-Dec-06 21:45:29 :: [x86_64] #400 sssd.git 2.9.6-alt1: build FAILED
2024-Dec-06 21:45:29 :: [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-06 21:46:09 :: [i586] sssd.git 2.9.6-alt1: remote: build failed
2024-Dec-06 21:46:09 :: [i586] #400 sssd.git 2.9.6-alt1: 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-06 21:49:01 :: [aarch64] sssd.git 2.9.6-alt1: remote: build failed
2024-Dec-06 21:49:01 :: [aarch64] #400 sssd.git 2.9.6-alt1: 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-06 21:50:48 :: [ppc64le] sssd.git 2.9.6-alt1: remote: build failed
2024-Dec-06 21:50:48 :: [ppc64le] #400 sssd.git 2.9.6-alt1: 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-06 21:52:57 :: [armh] sssd.git 2.9.6-alt1: remote: build failed
2024-Dec-06 21:52:57 :: [armh] #400 sssd.git 2.9.6-alt1: build FAILED
2024-Dec-06 21:45:29 :: [x86_64] build FAILED
2024-Dec-06 21:46:10 :: [i586] build FAILED
2024-Dec-06 21:49:01 :: [aarch64] build FAILED
2024-Dec-06 21:50:49 :: [ppc64le] build FAILED
2024-Dec-06 21:52:57 :: [armh] build FAILED
2024-Dec-06 21:52:58 :: task #363898 for p10 FAILED
^ permalink raw reply [flat|nested] 5+ messages in thread
* [#363898] p10 EPERM (try 7) sssd.git=2.9.6-alt3
2024-12-02 17:55 [#363898] [test-only] p10 FAILED sssd.git=2.9.5-alt2 Girar awaiter (sin)
` (2 preceding siblings ...)
2024-12-06 21:52 ` [#363898] [test-only] p10 FAILED (try 4) sssd.git=2.9.6-alt1 Girar awaiter (sin)
@ 2024-12-22 21:18 ` Girar awaiter (sin)
3 siblings, 0 replies; 5+ messages in thread
From: Girar awaiter (sin) @ 2024-12-22 21:18 UTC (permalink / raw)
To: Evgeny Sinelnikov
Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10
https://git.altlinux.org/tasks/363898/logs/events.7.1.log
https://packages.altlinux.org/tasks/363898
subtask name aarch64 armh i586 ppc64le x86_64
#600 sssd 13:12 18:03 10:04 15:18 9:58
2024-Dec-22 20:30:07 :: task #363898 for p10 resumed by sin:
2024-Dec-22 20:30:07 :: message: new_security_release
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 2.9.6-alt3 from /people/sin/packages/sssd.git fetched at 2024-Dec-10 15:05:41
2024-Dec-22 20:30:07 :: waiting for a shared lock on p10
2024-Dec-22 20:30:21 :: acquired a shared lock on p10
2024-Dec-22 20:30:24 :: [ppc64le] #600 sssd.git 2.9.6-alt3: build start
2024-Dec-22 20:30:24 :: [armh] #600 sssd.git 2.9.6-alt3: build start
2024-Dec-22 20:30:24 :: [x86_64] #600 sssd.git 2.9.6-alt3: build start
2024-Dec-22 20:30:24 :: [i586] #600 sssd.git 2.9.6-alt3: build start
2024-Dec-22 20:30:24 :: [aarch64] #600 sssd.git 2.9.6-alt3: build start
2024-Dec-22 20:40:22 :: [x86_64] #600 sssd.git 2.9.6-alt3: build OK
2024-Dec-22 20:40:28 :: [i586] #600 sssd.git 2.9.6-alt3: build OK
2024-Dec-22 20:43:36 :: [aarch64] #600 sssd.git 2.9.6-alt3: build OK
2024-Dec-22 20:45:42 :: [ppc64le] #600 sssd.git 2.9.6-alt3: build OK
2024-Dec-22 20:48:27 :: [armh] #600 sssd.git 2.9.6-alt3: build OK
2024-Dec-22 20:52:18 :: #600: sssd.git 2.9.6-alt3: build check OK
2024-Dec-22 20:52:19 :: build check OK
warning (#600): python3-module-sssd-2.9.6-alt3.x86_64.rpm should be .noarch.rpm
2024-Dec-22 20:53:05 :: noarch check OK
2024-Dec-22 20:53:07 :: plan: src +1 -1 =18967, aarch64 +57 -57 =31504, armh +57 -57 =29371, i586 +57 -57 =31836, noarch +1 -1 =20401, ppc64le +57 -57 =30860, x86_64 +57 -57 =32845
#600 sssd 2.9.4-alt1 -> 2.9.6-alt3
Tue Dec 10 2024 Evgeny Sinelnikov <sin@altlinux> 2.9.6-alt3
- Fix typo in sss_ec_get_key() for OpenSSL older than 3.0.
Sat Dec 07 2024 Evgeny Sinelnikov <sin@altlinux> 2.9.6-alt2
- Add postponed restart of sssd services (closes: 52364).
Fri Dec 06 2024 Evgeny Sinelnikov <sin@altlinux> 2.9.6-alt1
- Update to latest 2.9 LTM release:
+ The DoT for dynamic DNS updates is supported now. It requires new version of
nsupdate from BIND 9.19+. The dyndns_server option is extended so it can be
in form of URI (dns+tls://1.2.3.4:853#servername). New set of options:
dyndns_dot_cacert, dyndns_dot_cert and dyndns_dot_key allows to
[...]
2024-Dec-22 20:53:07 :: sssd: closes bugs: 52364 51860
2024-Dec-22 20:53:07 :: sssd: fixes vulnerabilities: CVE-2023-3758
2024-Dec-22 20:53:50 :: patched apt indices
2024-Dec-22 20:54:02 :: created next repo
2024-Dec-22 20:54:09 :: duplicate provides check OK
2024-Dec-22 20:54:46 :: dependencies check OK
2024-Dec-22 20:55:13 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2024-Dec-22 20:55:27 :: [x86_64] #600 libipa_hbac: install check OK
2024-Dec-22 20:55:27 :: [i586] #600 libipa_hbac: install check OK
2024-Dec-22 20:55:34 :: [x86_64] #600 libipa_hbac-debuginfo: install check OK
2024-Dec-22 20:55:34 :: [aarch64] #600 libipa_hbac: install check OK
2024-Dec-22 20:55:35 :: [i586] #600 libipa_hbac-debuginfo: install check OK
2024-Dec-22 20:55:35 :: [ppc64le] #600 libipa_hbac: install check OK
2024-Dec-22 20:55:40 :: [x86_64] #600 libipa_hbac-devel: install check OK
2024-Dec-22 20:55:41 :: [i586] #600 libipa_hbac-devel: install check OK
2024-Dec-22 20:55:44 :: [armh] #600 libipa_hbac: install check OK
2024-Dec-22 20:55:45 :: [aarch64] #600 libipa_hbac-debuginfo: install check OK
2024-Dec-22 20:55:48 :: [ppc64le] #600 libipa_hbac-debuginfo: install check OK
2024-Dec-22 20:55:49 :: [x86_64] #600 libsss_autofs: install check OK
2024-Dec-22 20:55:50 :: [i586] #600 libsss_autofs: install check OK
2024-Dec-22 20:55:55 :: [aarch64] #600 libipa_hbac-devel: install check OK
2024-Dec-22 20:55:59 :: [ppc64le] #600 libipa_hbac-devel: install check OK
2024-Dec-22 20:56:00 :: [x86_64] #600 libsss_autofs-debuginfo: install check OK
2024-Dec-22 20:56:00 :: [armh] #600 libipa_hbac-debuginfo: install check OK
2024-Dec-22 20:56:01 :: [i586] #600 libsss_autofs-debuginfo: install check OK
x86_64: libsss_certmap=2.9.6-alt3 post-install unowned files:
/usr/share/man/es
/usr/share/man/es/man5
/usr/share/man/ru/man5
/usr/share/man/sv
/usr/share/man/sv/man5
/usr/share/man/uk
/usr/share/man/uk/man5
2024-Dec-22 20:56:07 :: [x86_64] #600 libsss_certmap: install check OK
i586: libsss_certmap=2.9.6-alt3 post-install unowned files:
/usr/share/man/es
/usr/share/man/es/man5
/usr/share/man/ru/man5
/usr/share/man/sv
/usr/share/man/sv/man5
/usr/share/man/uk
/usr/share/man/uk/man5
2024-Dec-22 20:56:07 :: [i586] #600 libsss_certmap: install check OK
2024-Dec-22 20:56:09 :: [aarch64] #600 libsss_autofs: install check OK
2024-Dec-22 20:56:14 :: [x86_64] #600 libsss_certmap-debuginfo: install check OK
2024-Dec-22 20:56:14 :: [i586] #600 libsss_certmap-debuginfo: install check OK
2024-Dec-22 20:56:15 :: [armh] #600 libipa_hbac-devel: install check OK
2024-Dec-22 20:56:16 :: [ppc64le] #600 libsss_autofs: install check OK
2024-Dec-22 20:56:21 :: [i586] #600 libsss_certmap-devel: install check OK
2024-Dec-22 20:56:21 :: [x86_64] #600 libsss_certmap-devel: install check OK
2024-Dec-22 20:56:25 :: [aarch64] #600 libsss_autofs-debuginfo: install check OK
2024-Dec-22 20:56:26 :: [i586] #600 libsss_idmap: install check OK
2024-Dec-22 20:56:27 :: [x86_64] #600 libsss_idmap: install check OK
2024-Dec-22 20:56:33 :: [i586] #600 libsss_idmap-debuginfo: install check OK
2024-Dec-22 20:56:33 :: [x86_64] #600 libsss_idmap-debuginfo: install check OK
aarch64: libsss_certmap=2.9.6-alt3 post-install unowned files:
/usr/share/man/es
/usr/share/man/es/man5
/usr/share/man/ru/man5
/usr/share/man/sv
/usr/share/man/sv/man5
/usr/share/man/uk
/usr/share/man/uk/man5
2024-Dec-22 20:56:35 :: [aarch64] #600 libsss_certmap: install check OK
2024-Dec-22 20:56:36 :: [ppc64le] #600 libsss_autofs-debuginfo: install check OK
2024-Dec-22 20:56:36 :: [armh] #600 libsss_autofs: install check OK
2024-Dec-22 20:56:39 :: [i586] #600 libsss_idmap-devel: install check OK
2024-Dec-22 20:56:40 :: [x86_64] #600 libsss_idmap-devel: install check OK
2024-Dec-22 20:56:44 :: [i586] #600 libsss_nss_idmap: install check OK
2024-Dec-22 20:56:46 :: [x86_64] #600 libsss_nss_idmap: install check OK
2024-Dec-22 20:56:47 :: [aarch64] #600 libsss_certmap-debuginfo: install check OK
ppc64le: libsss_certmap=2.9.6-alt3 post-install unowned files:
/usr/share/man/es
/usr/share/man/es/man5
/usr/share/man/ru/man5
/usr/share/man/sv
/usr/share/man/sv/man5
/usr/share/man/uk
/usr/share/man/uk/man5
2024-Dec-22 20:56:48 :: [ppc64le] #600 libsss_certmap: install check OK
2024-Dec-22 20:56:51 :: [i586] #600 libsss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:56:53 :: [x86_64] #600 libsss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:56:57 :: [i586] #600 libsss_nss_idmap-devel: install check OK
2024-Dec-22 20:56:58 :: [aarch64] #600 libsss_certmap-devel: install check OK
2024-Dec-22 20:56:59 :: [x86_64] #600 libsss_nss_idmap-devel: install check OK
2024-Dec-22 20:57:00 :: [armh] #600 libsss_autofs-debuginfo: install check OK
2024-Dec-22 20:57:02 :: [ppc64le] #600 libsss_certmap-debuginfo: install check OK
2024-Dec-22 20:57:06 :: [i586] #600 libsss_sudo: install check OK
2024-Dec-22 20:57:07 :: [aarch64] #600 libsss_idmap: install check OK
2024-Dec-22 20:57:08 :: [x86_64] #600 libsss_sudo: install check OK
2024-Dec-22 20:57:14 :: [ppc64le] #600 libsss_certmap-devel: install check OK
armh: libsss_certmap=2.9.6-alt3 post-install unowned files:
/usr/share/man/es
/usr/share/man/es/man5
/usr/share/man/ru/man5
/usr/share/man/sv
/usr/share/man/sv/man5
/usr/share/man/uk
/usr/share/man/uk/man5
2024-Dec-22 20:57:17 :: [i586] #600 libsss_sudo-debuginfo: install check OK
2024-Dec-22 20:57:17 :: [armh] #600 libsss_certmap: install check OK
2024-Dec-22 20:57:17 :: [aarch64] #600 libsss_idmap-debuginfo: install check OK
2024-Dec-22 20:57:19 :: [x86_64] #600 libsss_sudo-debuginfo: install check OK
2024-Dec-22 20:57:24 :: [i586] #600 python3-module-ipa_hbac: install check OK
2024-Dec-22 20:57:25 :: [ppc64le] #600 libsss_idmap: install check OK
2024-Dec-22 20:57:26 :: [x86_64] #600 python3-module-ipa_hbac: install check OK
2024-Dec-22 20:57:27 :: [aarch64] #600 libsss_idmap-devel: install check OK
2024-Dec-22 20:57:32 :: [i586] #600 python3-module-ipa_hbac-debuginfo: install check OK
2024-Dec-22 20:57:34 :: [armh] #600 libsss_certmap-debuginfo: install check OK
2024-Dec-22 20:57:34 :: [x86_64] #600 python3-module-ipa_hbac-debuginfo: install check OK
2024-Dec-22 20:57:37 :: [aarch64] #600 libsss_nss_idmap: install check OK
2024-Dec-22 20:57:37 :: [ppc64le] #600 libsss_idmap-debuginfo: install check OK
2024-Dec-22 20:57:42 :: [i586] #600 python3-module-sss: install check OK
2024-Dec-22 20:57:44 :: [x86_64] #600 python3-module-sss: install check OK
2024-Dec-22 20:57:47 :: [aarch64] #600 libsss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:57:49 :: [ppc64le] #600 libsss_idmap-devel: install check OK
2024-Dec-22 20:57:51 :: [armh] #600 libsss_certmap-devel: install check OK
2024-Dec-22 20:57:56 :: [i586] #600 python3-module-sss-debuginfo: install check OK
2024-Dec-22 20:57:57 :: [x86_64] #600 python3-module-sss-debuginfo: install check OK
2024-Dec-22 20:57:58 :: [aarch64] #600 libsss_nss_idmap-devel: install check OK
2024-Dec-22 20:58:00 :: [ppc64le] #600 libsss_nss_idmap: install check OK
2024-Dec-22 20:58:03 :: [i586] #600 python3-module-sss-murmur: install check OK
2024-Dec-22 20:58:05 :: [x86_64] #600 python3-module-sss-murmur: install check OK
2024-Dec-22 20:58:05 :: [armh] #600 libsss_idmap: install check OK
2024-Dec-22 20:58:11 :: [aarch64] #600 libsss_sudo: install check OK
2024-Dec-22 20:58:11 :: [i586] #600 python3-module-sss-murmur-debuginfo: install check OK
2024-Dec-22 20:58:12 :: [ppc64le] #600 libsss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:58:12 :: [x86_64] #600 python3-module-sss-murmur-debuginfo: install check OK
2024-Dec-22 20:58:19 :: [i586] #600 python3-module-sss_nss_idmap: install check OK
2024-Dec-22 20:58:20 :: [x86_64] #600 python3-module-sss_nss_idmap: install check OK
2024-Dec-22 20:58:21 :: [armh] #600 libsss_idmap-debuginfo: install check OK
2024-Dec-22 20:58:24 :: [ppc64le] #600 libsss_nss_idmap-devel: install check OK
2024-Dec-22 20:58:27 :: [aarch64] #600 libsss_sudo-debuginfo: install check OK
2024-Dec-22 20:58:27 :: [i586] #600 python3-module-sss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:58:28 :: [x86_64] #600 python3-module-sss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:58:35 :: [i586] #600 python3-module-sssd: install check OK
2024-Dec-22 20:58:35 :: [x86_64] #600 python3-module-sssd: install check OK
2024-Dec-22 20:58:36 :: [armh] #600 libsss_idmap-devel: install check OK
2024-Dec-22 20:58:39 :: [aarch64] #600 python3-module-ipa_hbac: install check OK
2024-Dec-22 20:58:42 :: [ppc64le] #600 libsss_sudo: install check OK
2024-Dec-22 20:58:42 :: [i586] #600 python3-module-sssdconfig: install check OK
2024-Dec-22 20:58:43 :: [x86_64] #600 python3-module-sssdconfig: install check OK
2024-Dec-22 20:58:51 :: [armh] #600 libsss_nss_idmap: install check OK
i586: sssd=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca
/usr/share/man/ca/man5
/usr/share/man/de
/usr/share/man/de/man1
/usr/share/man/de/man5
/usr/share/man/fr
/usr/share/man/fr/man1
/usr/share/man/fr/man5
/usr/share/man/ja
/usr/share/man/ja/man1
/usr/share/man/ja/man5
/usr/share/man/ru/man1
/usr/share/man/sv/man1
/usr/share/man/uk/man1
/usr/share/polkit-1/rules.d
x86_64: sssd=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca
/usr/share/man/ca/man5
/usr/share/man/de
/usr/share/man/de/man1
/usr/share/man/de/man5
/usr/share/man/fr
/usr/share/man/fr/man1
/usr/share/man/fr/man5
/usr/share/man/ja
/usr/share/man/ja/man1
/usr/share/man/ja/man5
/usr/share/man/ru/man1
/usr/share/man/sv/man1
/usr/share/man/uk/man1
/usr/share/polkit-1/rules.d
2024-Dec-22 20:58:51 :: [aarch64] #600 python3-module-ipa_hbac-debuginfo: install check OK
2024-Dec-22 20:58:52 :: [i586] #600 sssd: install check OK
2024-Dec-22 20:58:52 :: [x86_64] #600 sssd: install check OK
2024-Dec-22 20:59:01 :: [ppc64le] #600 libsss_sudo-debuginfo: install check OK
2024-Dec-22 20:59:02 :: [x86_64] #600 sssd-ad: install check OK
2024-Dec-22 20:59:02 :: [i586] #600 sssd-ad: install check OK
2024-Dec-22 20:59:07 :: [aarch64] #600 python3-module-sss: install check OK
2024-Dec-22 20:59:07 :: [armh] #600 libsss_nss_idmap-debuginfo: install check OK
2024-Dec-22 20:59:15 :: [ppc64le] #600 python3-module-ipa_hbac: install check OK
2024-Dec-22 20:59:18 :: [x86_64] #600 sssd-ad-debuginfo: install check OK
2024-Dec-22 20:59:19 :: [i586] #600 sssd-ad-debuginfo: install check OK
2024-Dec-22 20:59:22 :: [armh] #600 libsss_nss_idmap-devel: install check OK
x86_64: sssd-client=2.9.6-alt3 post-install unowned files:
/usr/lib64/cifs-utils
/usr/lib64/krb5/plugins/authdata
/usr/lib64/krb5/plugins/libkrb5
/usr/lib64/sssd
/usr/lib64/sssd/modules
/usr/share/man/es
/usr/share/man/es/man8
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 20:59:25 :: [x86_64] #600 sssd-client: install check OK
i586: sssd-client=2.9.6-alt3 post-install unowned files:
/usr/lib/cifs-utils
/usr/lib/krb5/plugins/authdata
/usr/lib/krb5/plugins/libkrb5
/usr/lib/sssd
/usr/lib/sssd/modules
/usr/share/man/es
/usr/share/man/es/man8
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 20:59:26 :: [aarch64] #600 python3-module-sss-debuginfo: install check OK
2024-Dec-22 20:59:26 :: [i586] #600 sssd-client: install check OK
2024-Dec-22 20:59:29 :: [ppc64le] #600 python3-module-ipa_hbac-debuginfo: install check OK
2024-Dec-22 20:59:33 :: [x86_64] #600 sssd-client-debuginfo: install check OK
2024-Dec-22 20:59:34 :: [i586] #600 sssd-client-debuginfo: install check OK
2024-Dec-22 20:59:38 :: [aarch64] #600 python3-module-sss-murmur: install check OK
2024-Dec-22 20:59:42 :: [x86_64] #600 sssd-dbus: install check OK
2024-Dec-22 20:59:43 :: [armh] #600 libsss_sudo: install check OK
2024-Dec-22 20:59:44 :: [i586] #600 sssd-dbus: install check OK
2024-Dec-22 20:59:48 :: [ppc64le] #600 python3-module-sss: install check OK
2024-Dec-22 20:59:50 :: [aarch64] #600 python3-module-sss-murmur-debuginfo: install check OK
2024-Dec-22 20:59:54 :: [x86_64] #600 sssd-dbus-debuginfo: install check OK
2024-Dec-22 20:59:56 :: [i586] #600 sssd-dbus-debuginfo: install check OK
2024-Dec-22 21:00:02 :: [aarch64] #600 python3-module-sss_nss_idmap: install check OK
2024-Dec-22 21:00:07 :: [x86_64] #600 sssd-debuginfo: install check OK
2024-Dec-22 21:00:07 :: [armh] #600 libsss_sudo-debuginfo: install check OK
2024-Dec-22 21:00:09 :: [i586] #600 sssd-debuginfo: install check OK
2024-Dec-22 21:00:12 :: [ppc64le] #600 python3-module-sss-debuginfo: install check OK
2024-Dec-22 21:00:14 :: [aarch64] #600 python3-module-sss_nss_idmap-debuginfo: install check OK
x86_64: sssd-idp=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:00:16 :: [x86_64] #600 sssd-idp: install check OK
i586: sssd-idp=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:00:19 :: [i586] #600 sssd-idp: install check OK
2024-Dec-22 21:00:25 :: [armh] #600 python3-module-ipa_hbac: install check OK
2024-Dec-22 21:00:26 :: [aarch64] #600 python3-module-sssd: install check OK
2024-Dec-22 21:00:26 :: [ppc64le] #600 python3-module-sss-murmur: install check OK
2024-Dec-22 21:00:28 :: [x86_64] #600 sssd-idp-debuginfo: install check OK
2024-Dec-22 21:00:32 :: [i586] #600 sssd-idp-debuginfo: install check OK
2024-Dec-22 21:00:38 :: [aarch64] #600 python3-module-sssdconfig: install check OK
2024-Dec-22 21:00:39 :: [x86_64] #600 sssd-ipa: install check OK
2024-Dec-22 21:00:41 :: [ppc64le] #600 python3-module-sss-murmur-debuginfo: install check OK
2024-Dec-22 21:00:42 :: [i586] #600 sssd-ipa: install check OK
2024-Dec-22 21:00:44 :: [armh] #600 python3-module-ipa_hbac-debuginfo: install check OK
aarch64: sssd=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca
/usr/share/man/ca/man5
/usr/share/man/de
/usr/share/man/de/man1
/usr/share/man/de/man5
/usr/share/man/fr
/usr/share/man/fr/man1
/usr/share/man/fr/man5
/usr/share/man/ja
/usr/share/man/ja/man1
/usr/share/man/ja/man5
/usr/share/man/ru/man1
/usr/share/man/sv/man1
/usr/share/man/uk/man1
/usr/share/polkit-1/rules.d
2024-Dec-22 21:00:52 :: [aarch64] #600 sssd: install check OK
2024-Dec-22 21:00:55 :: [x86_64] #600 sssd-ipa-debuginfo: install check OK
2024-Dec-22 21:00:56 :: [ppc64le] #600 python3-module-sss_nss_idmap: install check OK
2024-Dec-22 21:00:58 :: [i586] #600 sssd-ipa-debuginfo: install check OK
2024-Dec-22 21:01:04 :: [x86_64] #600 sssd-kcm: install check OK
2024-Dec-22 21:01:07 :: [armh] #600 python3-module-sss: install check OK
2024-Dec-22 21:01:07 :: [aarch64] #600 sssd-ad: install check OK
2024-Dec-22 21:01:08 :: [i586] #600 sssd-kcm: install check OK
2024-Dec-22 21:01:11 :: [ppc64le] #600 python3-module-sss_nss_idmap-debuginfo: install check OK
2024-Dec-22 21:01:16 :: [x86_64] #600 sssd-kcm-debuginfo: install check OK
2024-Dec-22 21:01:21 :: [i586] #600 sssd-kcm-debuginfo: install check OK
2024-Dec-22 21:01:25 :: [x86_64] #600 sssd-krb5: install check OK
2024-Dec-22 21:01:25 :: [ppc64le] #600 python3-module-sssd: install check OK
2024-Dec-22 21:01:30 :: [i586] #600 sssd-krb5: install check OK
2024-Dec-22 21:01:31 :: [aarch64] #600 sssd-ad-debuginfo: install check OK
2024-Dec-22 21:01:34 :: [x86_64] #600 sssd-krb5-common: install check OK
2024-Dec-22 21:01:36 :: [armh] #600 python3-module-sss-debuginfo: install check OK
2024-Dec-22 21:01:39 :: [ppc64le] #600 python3-module-sssdconfig: install check OK
2024-Dec-22 21:01:39 :: [i586] #600 sssd-krb5-common: install check OK
aarch64: sssd-client=2.9.6-alt3 post-install unowned files:
/usr/lib64/cifs-utils
/usr/lib64/krb5/plugins/authdata
/usr/lib64/krb5/plugins/libkrb5
/usr/lib64/sssd
/usr/lib64/sssd/modules
/usr/share/man/es
/usr/share/man/es/man8
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:01:42 :: [aarch64] #600 sssd-client: install check OK
2024-Dec-22 21:01:46 :: [x86_64] #600 sssd-krb5-common-debuginfo: install check OK
2024-Dec-22 21:01:52 :: [i586] #600 sssd-krb5-common-debuginfo: install check OK
2024-Dec-22 21:01:54 :: [armh] #600 python3-module-sss-murmur: install check OK
2024-Dec-22 21:01:55 :: [aarch64] #600 sssd-client-debuginfo: install check OK
ppc64le: sssd=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca
/usr/share/man/ca/man5
/usr/share/man/de
/usr/share/man/de/man1
/usr/share/man/de/man5
/usr/share/man/fr
/usr/share/man/fr/man1
/usr/share/man/fr/man5
/usr/share/man/ja
/usr/share/man/ja/man1
/usr/share/man/ja/man5
/usr/share/man/ru/man1
/usr/share/man/sv/man1
/usr/share/man/uk/man1
/usr/share/polkit-1/rules.d
2024-Dec-22 21:01:56 :: [ppc64le] #600 sssd: install check OK
2024-Dec-22 21:01:58 :: [x86_64] #600 sssd-krb5-debuginfo: install check OK
2024-Dec-22 21:02:05 :: [i586] #600 sssd-krb5-debuginfo: install check OK
2024-Dec-22 21:02:07 :: [x86_64] #600 sssd-ldap: install check OK
2024-Dec-22 21:02:09 :: [aarch64] #600 sssd-dbus: install check OK
2024-Dec-22 21:02:12 :: [armh] #600 python3-module-sss-murmur-debuginfo: install check OK
2024-Dec-22 21:02:15 :: [i586] #600 sssd-ldap: install check OK
2024-Dec-22 21:02:15 :: [ppc64le] #600 sssd-ad: install check OK
2024-Dec-22 21:02:19 :: [x86_64] #600 sssd-ldap-debuginfo: install check OK
2024-Dec-22 21:02:25 :: [x86_64] #600 sssd-nfs-idmap: install check OK
2024-Dec-22 21:02:27 :: [aarch64] #600 sssd-dbus-debuginfo: install check OK
2024-Dec-22 21:02:27 :: [i586] #600 sssd-ldap-debuginfo: install check OK
2024-Dec-22 21:02:30 :: [armh] #600 python3-module-sss_nss_idmap: install check OK
2024-Dec-22 21:02:32 :: [x86_64] #600 sssd-nfs-idmap-debuginfo: install check OK
2024-Dec-22 21:02:33 :: [i586] #600 sssd-nfs-idmap: install check OK
2024-Dec-22 21:02:40 :: [i586] #600 sssd-nfs-idmap-debuginfo: install check OK
2024-Dec-22 21:02:42 :: [x86_64] #600 sssd-pac: install check OK
2024-Dec-22 21:02:45 :: [ppc64le] #600 sssd-ad-debuginfo: install check OK
2024-Dec-22 21:02:46 :: [aarch64] #600 sssd-debuginfo: install check OK
2024-Dec-22 21:02:49 :: [armh] #600 python3-module-sss_nss_idmap-debuginfo: install check OK
2024-Dec-22 21:02:51 :: [i586] #600 sssd-pac: install check OK
2024-Dec-22 21:02:57 :: [x86_64] #600 sssd-pac-debuginfo: install check OK
ppc64le: sssd-client=2.9.6-alt3 post-install unowned files:
/usr/lib64/cifs-utils
/usr/lib64/krb5/plugins/authdata
/usr/lib64/krb5/plugins/libkrb5
/usr/lib64/sssd
/usr/lib64/sssd/modules
/usr/share/man/es
/usr/share/man/es/man8
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:02:58 :: [ppc64le] #600 sssd-client: install check OK
aarch64: sssd-idp=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:03:00 :: [aarch64] #600 sssd-idp: install check OK
x86_64: sssd-passkey=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:03:07 :: [armh] #600 python3-module-sssd: install check OK
2024-Dec-22 21:03:07 :: [x86_64] #600 sssd-passkey: install check OK
2024-Dec-22 21:03:07 :: [i586] #600 sssd-pac-debuginfo: install check OK
2024-Dec-22 21:03:13 :: [ppc64le] #600 sssd-client-debuginfo: install check OK
i586: sssd-passkey=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:03:16 :: [i586] #600 sssd-passkey: install check OK
2024-Dec-22 21:03:19 :: [x86_64] #600 sssd-passkey-debuginfo: install check OK
2024-Dec-22 21:03:19 :: [aarch64] #600 sssd-idp-debuginfo: install check OK
2024-Dec-22 21:03:24 :: [armh] #600 python3-module-sssdconfig: install check OK
2024-Dec-22 21:03:28 :: [x86_64] #600 sssd-proxy: install check OK
2024-Dec-22 21:03:29 :: [i586] #600 sssd-passkey-debuginfo: install check OK
2024-Dec-22 21:03:30 :: [ppc64le] #600 sssd-dbus: install check OK
2024-Dec-22 21:03:34 :: [aarch64] #600 sssd-ipa: install check OK
2024-Dec-22 21:03:39 :: [i586] #600 sssd-proxy: install check OK
2024-Dec-22 21:03:40 :: [x86_64] #600 sssd-proxy-debuginfo: install check OK
armh: sssd=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca
/usr/share/man/ca/man5
/usr/share/man/de
/usr/share/man/de/man1
/usr/share/man/de/man5
/usr/share/man/fr
/usr/share/man/fr/man1
/usr/share/man/fr/man5
/usr/share/man/ja
/usr/share/man/ja/man1
/usr/share/man/ja/man5
/usr/share/man/ru/man1
/usr/share/man/sv/man1
/usr/share/man/uk/man1
/usr/share/polkit-1/rules.d
2024-Dec-22 21:03:46 :: [armh] #600 sssd: install check OK
x86_64: sssd-tools=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca/man8
/usr/share/man/de/man8
/usr/share/man/fr/man8
/usr/share/man/ja/man8
2024-Dec-22 21:03:50 :: [x86_64] #600 sssd-tools: install check OK
2024-Dec-22 21:03:51 :: [i586] #600 sssd-proxy-debuginfo: install check OK
2024-Dec-22 21:03:52 :: [ppc64le] #600 sssd-dbus-debuginfo: install check OK
2024-Dec-22 21:03:57 :: [aarch64] #600 sssd-ipa-debuginfo: install check OK
i586: sssd-tools=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca/man8
/usr/share/man/de/man8
/usr/share/man/fr/man8
/usr/share/man/ja/man8
2024-Dec-22 21:04:02 :: [i586] #600 sssd-tools: install check OK
2024-Dec-22 21:04:03 :: [x86_64] #600 sssd-tools-debuginfo: install check OK
2024-Dec-22 21:04:09 :: [armh] #600 sssd-ad: install check OK
x86_64: sssd-winbind-idmap=2.9.6-alt3 post-install unowned files:
/usr/lib64/samba
/usr/lib64/samba/idmap
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:04:09 :: [x86_64] #600 sssd-winbind-idmap: install check OK
2024-Dec-22 21:04:11 :: [aarch64] #600 sssd-kcm: install check OK
2024-Dec-22 21:04:15 :: [i586] #600 sssd-tools-debuginfo: install check OK
2024-Dec-22 21:04:15 :: [ppc64le] #600 sssd-debuginfo: install check OK
2024-Dec-22 21:04:16 :: [x86_64] #600 sssd-winbind-idmap-debuginfo: install check OK
i586: sssd-winbind-idmap=2.9.6-alt3 post-install unowned files:
/usr/lib/samba
/usr/lib/samba/idmap
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:04:21 :: [i586] #600 sssd-winbind-idmap: install check OK
2024-Dec-22 21:04:28 :: [i586] #600 sssd-winbind-idmap-debuginfo: install check OK
2024-Dec-22 21:04:29 :: [aarch64] #600 sssd-kcm-debuginfo: install check OK
ppc64le: sssd-idp=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:04:33 :: [ppc64le] #600 sssd-idp: install check OK
2024-Dec-22 21:04:43 :: [aarch64] #600 sssd-krb5: install check OK
2024-Dec-22 21:04:44 :: [armh] #600 sssd-ad-debuginfo: install check OK
2024-Dec-22 21:04:56 :: [ppc64le] #600 sssd-idp-debuginfo: install check OK
2024-Dec-22 21:04:57 :: [aarch64] #600 sssd-krb5-common: install check OK
armh: sssd-client=2.9.6-alt3 post-install unowned files:
/usr/lib/cifs-utils
/usr/lib/krb5/plugins/authdata
/usr/lib/krb5/plugins/libkrb5
/usr/lib/sssd
/usr/lib/sssd/modules
/usr/share/man/es
/usr/share/man/es/man8
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:05:01 :: [armh] #600 sssd-client: install check OK
2024-Dec-22 21:05:15 :: [ppc64le] #600 sssd-ipa: install check OK
2024-Dec-22 21:05:15 :: [aarch64] #600 sssd-krb5-common-debuginfo: install check OK
2024-Dec-22 21:05:20 :: [armh] #600 sssd-client-debuginfo: install check OK
2024-Dec-22 21:05:33 :: [aarch64] #600 sssd-krb5-debuginfo: install check OK
2024-Dec-22 21:05:41 :: [armh] #600 sssd-dbus: install check OK
2024-Dec-22 21:05:43 :: [ppc64le] #600 sssd-ipa-debuginfo: install check OK
2024-Dec-22 21:05:47 :: [aarch64] #600 sssd-ldap: install check OK
2024-Dec-22 21:06:00 :: [ppc64le] #600 sssd-kcm: install check OK
2024-Dec-22 21:06:05 :: [aarch64] #600 sssd-ldap-debuginfo: install check OK
2024-Dec-22 21:06:09 :: [armh] #600 sssd-dbus-debuginfo: install check OK
2024-Dec-22 21:06:15 :: [aarch64] #600 sssd-nfs-idmap: install check OK
2024-Dec-22 21:06:23 :: [ppc64le] #600 sssd-kcm-debuginfo: install check OK
2024-Dec-22 21:06:25 :: [aarch64] #600 sssd-nfs-idmap-debuginfo: install check OK
2024-Dec-22 21:06:37 :: [armh] #600 sssd-debuginfo: install check OK
2024-Dec-22 21:06:40 :: [ppc64le] #600 sssd-krb5: install check OK
2024-Dec-22 21:06:40 :: [aarch64] #600 sssd-pac: install check OK
2024-Dec-22 21:06:56 :: [ppc64le] #600 sssd-krb5-common: install check OK
armh: sssd-idp=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:06:58 :: [armh] #600 sssd-idp: install check OK
2024-Dec-22 21:07:03 :: [aarch64] #600 sssd-pac-debuginfo: install check OK
aarch64: sssd-passkey=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:07:17 :: [aarch64] #600 sssd-passkey: install check OK
2024-Dec-22 21:07:19 :: [ppc64le] #600 sssd-krb5-common-debuginfo: install check OK
2024-Dec-22 21:07:27 :: [armh] #600 sssd-idp-debuginfo: install check OK
2024-Dec-22 21:07:35 :: [aarch64] #600 sssd-passkey-debuginfo: install check OK
2024-Dec-22 21:07:41 :: [ppc64le] #600 sssd-krb5-debuginfo: install check OK
2024-Dec-22 21:07:49 :: [aarch64] #600 sssd-proxy: install check OK
2024-Dec-22 21:07:50 :: [armh] #600 sssd-ipa: install check OK
2024-Dec-22 21:07:58 :: [ppc64le] #600 sssd-ldap: install check OK
2024-Dec-22 21:08:07 :: [aarch64] #600 sssd-proxy-debuginfo: install check OK
2024-Dec-22 21:08:20 :: [ppc64le] #600 sssd-ldap-debuginfo: install check OK
aarch64: sssd-tools=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca/man8
/usr/share/man/de/man8
/usr/share/man/fr/man8
/usr/share/man/ja/man8
2024-Dec-22 21:08:22 :: [aarch64] #600 sssd-tools: install check OK
2024-Dec-22 21:08:24 :: [armh] #600 sssd-ipa-debuginfo: install check OK
2024-Dec-22 21:08:31 :: [ppc64le] #600 sssd-nfs-idmap: install check OK
2024-Dec-22 21:08:41 :: [aarch64] #600 sssd-tools-debuginfo: install check OK
2024-Dec-22 21:08:44 :: [ppc64le] #600 sssd-nfs-idmap-debuginfo: install check OK
2024-Dec-22 21:08:46 :: [armh] #600 sssd-kcm: install check OK
aarch64: sssd-winbind-idmap=2.9.6-alt3 post-install unowned files:
/usr/lib64/samba
/usr/lib64/samba/idmap
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:08:51 :: [aarch64] #600 sssd-winbind-idmap: install check OK
2024-Dec-22 21:09:02 :: [aarch64] #600 sssd-winbind-idmap-debuginfo: install check OK
2024-Dec-22 21:09:02 :: [ppc64le] #600 sssd-pac: install check OK
2024-Dec-22 21:09:13 :: [armh] #600 sssd-kcm-debuginfo: install check OK
2024-Dec-22 21:09:30 :: [ppc64le] #600 sssd-pac-debuginfo: install check OK
2024-Dec-22 21:09:35 :: [armh] #600 sssd-krb5: install check OK
ppc64le: sssd-passkey=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:09:47 :: [ppc64le] #600 sssd-passkey: install check OK
2024-Dec-22 21:09:56 :: [armh] #600 sssd-krb5-common: install check OK
2024-Dec-22 21:10:09 :: [ppc64le] #600 sssd-passkey-debuginfo: install check OK
2024-Dec-22 21:10:24 :: [armh] #600 sssd-krb5-common-debuginfo: install check OK
2024-Dec-22 21:10:26 :: [ppc64le] #600 sssd-proxy: install check OK
2024-Dec-22 21:10:49 :: [ppc64le] #600 sssd-proxy-debuginfo: install check OK
2024-Dec-22 21:10:52 :: [armh] #600 sssd-krb5-debuginfo: install check OK
ppc64le: sssd-tools=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca/man8
/usr/share/man/de/man8
/usr/share/man/fr/man8
/usr/share/man/ja/man8
2024-Dec-22 21:11:07 :: [ppc64le] #600 sssd-tools: install check OK
2024-Dec-22 21:11:13 :: [armh] #600 sssd-ldap: install check OK
2024-Dec-22 21:11:31 :: [ppc64le] #600 sssd-tools-debuginfo: install check OK
2024-Dec-22 21:11:41 :: [armh] #600 sssd-ldap-debuginfo: install check OK
ppc64le: sssd-winbind-idmap=2.9.6-alt3 post-install unowned files:
/usr/lib64/samba
/usr/lib64/samba/idmap
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:11:42 :: [ppc64le] #600 sssd-winbind-idmap: install check OK
2024-Dec-22 21:11:54 :: [ppc64le] #600 sssd-winbind-idmap-debuginfo: install check OK
2024-Dec-22 21:11:56 :: [armh] #600 sssd-nfs-idmap: install check OK
2024-Dec-22 21:12:12 :: [armh] #600 sssd-nfs-idmap-debuginfo: install check OK
2024-Dec-22 21:12:35 :: [armh] #600 sssd-pac: install check OK
2024-Dec-22 21:13:09 :: [armh] #600 sssd-pac-debuginfo: install check OK
armh: sssd-passkey=2.9.6-alt3 post-install unowned files:
/usr/share/sssd/krb5-snippets
2024-Dec-22 21:13:30 :: [armh] #600 sssd-passkey: install check OK
2024-Dec-22 21:13:58 :: [armh] #600 sssd-passkey-debuginfo: install check OK
2024-Dec-22 21:14:19 :: [armh] #600 sssd-proxy: install check OK
2024-Dec-22 21:14:47 :: [armh] #600 sssd-proxy-debuginfo: install check OK
armh: sssd-tools=2.9.6-alt3 post-install unowned files:
/usr/share/man/ca/man8
/usr/share/man/de/man8
/usr/share/man/fr/man8
/usr/share/man/ja/man8
2024-Dec-22 21:15:10 :: [armh] #600 sssd-tools: install check OK
2024-Dec-22 21:15:40 :: [armh] #600 sssd-tools-debuginfo: install check OK
armh: sssd-winbind-idmap=2.9.6-alt3 post-install unowned files:
/usr/lib/samba
/usr/lib/samba/idmap
/usr/share/man/sv
/usr/share/man/sv/man8
/usr/share/man/uk
/usr/share/man/uk/man8
2024-Dec-22 21:15:55 :: [armh] #600 sssd-winbind-idmap: install check OK
2024-Dec-22 21:16:11 :: [armh] #600 sssd-winbind-idmap-debuginfo: install check OK
2024-Dec-22 21:16:15 :: [x86_64-i586] plan: #25 +25 -25 =11051
2024-Dec-22 21:17:18 :: [x86_64-i586] arepo build OK
2024-Dec-22 21:17:34 :: [x86_64-i586] generated apt indices
2024-Dec-22 21:17:35 :: [x86_64-i586] created next repo
2024-Dec-22 21:17:45 :: [x86_64-i586] dependencies check OK
2024-Dec-22 21:17:46 :: gears inheritance check OK
2024-Dec-22 21:17:47 :: srpm inheritance check OK
girar-check-perms: access to sssd DENIED for sin: project `sssd' is not listed in the acl file for repository `p10', and the policy for such projects in `p10' is to deny
check-subtask-perms: #600: sssd: needs approvals from members of @maint and @tester groups
2024-Dec-22 21:18:26 :: acl check FAILED
2024-Dec-22 21:18:43 :: created contents_index files
2024-Dec-22 21:18:53 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2024-Dec-22 21:18:56 :: task #363898 for p10 EPERM
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-22 21:18 UTC | newest]
Thread overview: 5+ 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)
2024-12-03 13:10 ` [#363898] [test-only] p10 FAILED (try 3) sssd.git=2.9.5-alt2 Girar awaiter (sin)
2024-12-06 21:52 ` [#363898] [test-only] p10 FAILED (try 4) sssd.git=2.9.6-alt1 Girar awaiter (sin)
2024-12-22 21:18 ` [#363898] p10 EPERM (try 7) sssd.git=2.9.6-alt3 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