[#307001] [test-only] FAILED (try 2) krb5.git=1.20-alt1 freeipa.git=4.9.10-alt2
Girar awaiter (iv)
girar-builder at altlinux.org
Sat Sep 17 11:35:32 MSK 2022
https://git.altlinux.org/tasks/307001/logs/events.2.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#200 freeipa failed 3:31 1:32 failed failed
2022-Sep-17 08:31:12 :: test-only task #307001 for sisyphus resumed by iv:
2022-Sep-17 08:31:12 :: message: krb5_1.20
#100 build 1.20-alt1 from /people/iv/packages/krb5.git fetched at 2022-Sep-17 05:25:42
#200 build 4.9.10-alt2 from /gears/f/freeipa.git fetched at 2022-Sep-17 06:32:19 from sisyphus
2022-Sep-17 08:31:13 :: created build repo
2022-Sep-17 08:31:14 :: [x86_64] #100 krb5.git 1.20-alt1: build start
2022-Sep-17 08:31:14 :: [i586] #100 krb5.git 1.20-alt1: build start
2022-Sep-17 08:31:14 :: [aarch64] #100 krb5.git 1.20-alt1: build start
2022-Sep-17 08:31:14 :: [ppc64le] #100 krb5.git 1.20-alt1: build start
2022-Sep-17 08:31:14 :: [armh] #100 krb5.git 1.20-alt1: build start
2022-Sep-17 08:31:31 :: [i586] #100 krb5.git 1.20-alt1: build OK (cached)
2022-Sep-17 08:31:31 :: [i586] #200 freeipa.git 4.9.10-alt2: build start
2022-Sep-17 08:31:31 :: [x86_64] #100 krb5.git 1.20-alt1: build OK (cached)
2022-Sep-17 08:31:31 :: [x86_64] #200 freeipa.git 4.9.10-alt2: build start
2022-Sep-17 08:31:48 :: [aarch64] #100 krb5.git 1.20-alt1: build OK (cached)
2022-Sep-17 08:31:48 :: [aarch64] #200 freeipa.git 4.9.10-alt2: build start
2022-Sep-17 08:31:56 :: [ppc64le] #100 krb5.git 1.20-alt1: build OK (cached)
2022-Sep-17 08:31:56 :: [ppc64le] #200 freeipa.git 4.9.10-alt2: build start
2022-Sep-17 08:32:01 :: [armh] #100 krb5.git 1.20-alt1: build OK (cached)
2022-Sep-17 08:32:01 :: [armh] #200 freeipa.git 4.9.10-alt2: build start
[x86_64] ipa_kdb.c: At top level:
[x86_64] ipa_kdb.c:801:2: error: #error DAL version 9 is not supported yet
[x86_64] 801 | #error DAL version 9 is not supported yet
[x86_64] --
[x86_64] ipa_kdb_delegation.c: In function 'ipadb_check_allowed_to_delegate':
[x86_64] ipa_kdb_delegation.c:201:32: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[x86_64] 201 | KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY,
[x86_64] --
[x86_64] ipa_kdb_principals.c: In function 'dbget_princ':
[x86_64] ipa_kdb_principals.c:1384:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[x86_64] 1384 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0 &&
[x86_64] --
[x86_64] ipa_kdb_principals.c:1384:18: note: each undeclared identifier is reported only once for each function it appears in
[x86_64] ipa_kdb_principals.c:1385:18: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[x86_64] 1385 | (flags & KRB5_KDB_FLAG_CANONICALIZE) != 0) {
[x86_64] --
[x86_64] ipa_kdb_principals.c: In function 'dbget_alias':
[x86_64] ipa_kdb_principals.c:1510:19: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[x86_64] 1510 | if (((flags & KRB5_KDB_FLAG_CANONICALIZE) == 0) &&
[x86_64] | KRB5_GC_CANONICALIZE
[x86_64] ipa_kdb_principals.c:1511:19: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[x86_64] 1511 | ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) == 0)) {
[x86_64] | KRB5_KDB_FLAG_REFERRAL_OK
[x86_64] ipa_kdb_principals.c:1562:17: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[x86_64] 1562 | if (flags & KRB5_KDB_FLAG_INCLUDE_PAC) {
[x86_64] --
[x86_64] ipa_kdb_mspac.c: In function 'ipadb_get_pac':
[x86_64] ipa_kdb_mspac.c:1152:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[x86_64] 1152 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0) {
[x86_64] --
[x86_64] ipa_kdb_mspac_v6.c: In function 'ipadb_sign_authdata':
[x86_64] ipa_kdb_mspac_v6.c:166:27: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[x86_64] 166 | is_as_req = ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0);
[x86_64] --
[x86_64] ipa_kdb_mspac_v6.c:166:27: note: each undeclared identifier is reported only once for each function it appears in
[x86_64] ipa_kdb_mspac_v6.c:212:32: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[x86_64] 212 | if ((is_as_req && (flags & KRB5_KDB_FLAG_INCLUDE_PAC)) ||
2022-Sep-17 08:32:19 :: [x86_64] freeipa.git 4.9.10-alt2: remote: build failed
2022-Sep-17 08:32:19 :: [x86_64] #200 freeipa.git 4.9.10-alt2: build FAILED
2022-Sep-17 08:32:19 :: [x86_64] requesting cancellation of task processing
2022-Sep-17 08:33:03 :: [i586] #200 freeipa.git 4.9.10-alt2: build OK
[aarch64] ipa_kdb.c: At top level:
[aarch64] ipa_kdb.c:801:2: error: #error DAL version 9 is not supported yet
[aarch64] 801 | #error DAL version 9 is not supported yet
[aarch64] --
[aarch64] ipa_kdb_delegation.c: In function 'ipadb_check_allowed_to_delegate':
[aarch64] ipa_kdb_delegation.c:201:32: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[aarch64] 201 | KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY,
[aarch64] --
[aarch64] ipa_kdb_principals.c: In function 'dbget_princ':
[aarch64] ipa_kdb_principals.c:1384:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[aarch64] 1384 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0 &&
[aarch64] --
[aarch64] ipa_kdb_principals.c:1384:18: note: each undeclared identifier is reported only once for each function it appears in
[aarch64] ipa_kdb_principals.c:1385:18: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[aarch64] 1385 | (flags & KRB5_KDB_FLAG_CANONICALIZE) != 0) {
[aarch64] --
[aarch64] ipa_kdb_principals.c: In function 'dbget_alias':
[aarch64] ipa_kdb_principals.c:1510:19: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[aarch64] 1510 | if (((flags & KRB5_KDB_FLAG_CANONICALIZE) == 0) &&
[aarch64] | KRB5_GC_CANONICALIZE
[aarch64] ipa_kdb_principals.c:1511:19: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[aarch64] 1511 | ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) == 0)) {
[aarch64] | KRB5_KDB_FLAG_REFERRAL_OK
[aarch64] ipa_kdb_principals.c:1562:17: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[aarch64] 1562 | if (flags & KRB5_KDB_FLAG_INCLUDE_PAC) {
[aarch64] --
[aarch64] ipa_kdb_mspac.c: In function 'ipadb_get_pac':
[aarch64] ipa_kdb_mspac.c:1152:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[aarch64] 1152 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0) {
[aarch64] --
[aarch64] ipa_kdb_mspac_v6.c: In function 'ipadb_sign_authdata':
[aarch64] ipa_kdb_mspac_v6.c:166:27: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[aarch64] 166 | is_as_req = ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0);
[aarch64] --
[aarch64] ipa_kdb_mspac_v6.c:166:27: note: each undeclared identifier is reported only once for each function it appears in
[aarch64] ipa_kdb_mspac_v6.c:212:32: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[aarch64] 212 | if ((is_as_req && (flags & KRB5_KDB_FLAG_INCLUDE_PAC)) ||
2022-Sep-17 08:33:21 :: [aarch64] freeipa.git 4.9.10-alt2: remote: build failed
2022-Sep-17 08:33:21 :: [aarch64] #200 freeipa.git 4.9.10-alt2: build FAILED
[ppc64le] ipa_kdb.c: At top level:
[ppc64le] ipa_kdb.c:801:2: error: #error DAL version 9 is not supported yet
[ppc64le] 801 | #error DAL version 9 is not supported yet
[ppc64le] --
[ppc64le] ipa_kdb_delegation.c: In function 'ipadb_check_allowed_to_delegate':
[ppc64le] ipa_kdb_delegation.c:201:32: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[ppc64le] 201 | KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY,
[ppc64le] --
[ppc64le] ipa_kdb_principals.c: In function 'dbget_princ':
[ppc64le] ipa_kdb_principals.c:1384:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[ppc64le] 1384 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0 &&
[ppc64le] --
[ppc64le] ipa_kdb_principals.c:1384:18: note: each undeclared identifier is reported only once for each function it appears in
[ppc64le] ipa_kdb_principals.c:1385:18: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[ppc64le] 1385 | (flags & KRB5_KDB_FLAG_CANONICALIZE) != 0) {
[ppc64le] --
[ppc64le] ipa_kdb_principals.c: In function 'dbget_alias':
[ppc64le] ipa_kdb_principals.c:1510:19: error: 'KRB5_KDB_FLAG_CANONICALIZE' undeclared (first use in this function); did you mean 'KRB5_GC_CANONICALIZE'?
[ppc64le] 1510 | if (((flags & KRB5_KDB_FLAG_CANONICALIZE) == 0) &&
[ppc64le] | KRB5_GC_CANONICALIZE
[ppc64le] ipa_kdb_principals.c:1511:19: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[ppc64le] 1511 | ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) == 0)) {
[ppc64le] | KRB5_KDB_FLAG_REFERRAL_OK
[ppc64le] ipa_kdb_principals.c:1562:17: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[ppc64le] 1562 | if (flags & KRB5_KDB_FLAG_INCLUDE_PAC) {
[ppc64le] --
[ppc64le] ipa_kdb_mspac.c: In function 'ipadb_get_pac':
[ppc64le] ipa_kdb_mspac.c:1152:18: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[ppc64le] 1152 | if ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0) {
[ppc64le] --
[ppc64le] ipa_kdb_mspac_v6.c: In function 'ipadb_sign_authdata':
[ppc64le] ipa_kdb_mspac_v6.c:166:27: error: 'KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_REFERRAL_OK'?
[ppc64le] 166 | is_as_req = ((flags & KRB5_KDB_FLAG_CLIENT_REFERRALS_ONLY) != 0);
[ppc64le] --
[ppc64le] ipa_kdb_mspac_v6.c:166:27: note: each undeclared identifier is reported only once for each function it appears in
[ppc64le] ipa_kdb_mspac_v6.c:212:32: error: 'KRB5_KDB_FLAG_INCLUDE_PAC' undeclared (first use in this function); did you mean 'KRB5_KDB_FLAG_CLIENT'?
[ppc64le] 212 | if ((is_as_req && (flags & KRB5_KDB_FLAG_INCLUDE_PAC)) ||
2022-Sep-17 08:33:50 :: [ppc64le] freeipa.git 4.9.10-alt2: remote: build failed
2022-Sep-17 08:33:50 :: [ppc64le] #200 freeipa.git 4.9.10-alt2: build FAILED
2022-Sep-17 08:35:32 :: [armh] #200 freeipa.git 4.9.10-alt2: build OK
2022-Sep-17 08:32:19 :: [x86_64] build FAILED
2022-Sep-17 08:33:21 :: [aarch64] build FAILED
2022-Sep-17 08:33:50 :: [ppc64le] build FAILED
2022-Sep-17 08:35:32 :: task #307001 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list