https://git.altlinux.org/tasks/403401/logs/events.4.1.log
https://packages.altlinux.org/tasks/403401
subtask name aarch64 i586 x86_64
#1000 frr failed failed failed
2025-Dec-20 12:06:39 :: test-only task #403401 for sisyphus resumed by
zerospirit:
2025-Dec-20 12:06:39 :: message: Build for new versions
#100 build 4.2.2-alt1 from /people/zerospirit/packages/libyang2.git fetched at
2025-Dec-20 11:25:25
#200 removed
#300 removed
#400 removed
#500 build 4.1.2-alt1 from /people/zerospirit/packages/libnetconf2.git fetched
at 2025-Dec-20 11:43:41
#600 build 4.2.10-alt1 from /people/zerospirit/packages/sysrepo.git fetched at
2025-Dec-20 11:47:45
#700 build 2.7.0-alt1 from /people/zerospirit/packages/netopeer2.git fetched at
2025-Dec-20 11:47:50
#1000 build 10.3.1-alt1 from /gears/f/frr.git fetched at 2025-Dec-20 12:02:30
from sisyphus
2025-Dec-20 12:06:40 :: created build repo
2025-Dec-20 12:06:41 :: [aarch64] #100 libyang2.git 4.2.2-alt1: build start
2025-Dec-20 12:06:41 :: [x86_64] #100 libyang2.git 4.2.2-alt1: build start
2025-Dec-20 12:06:41 :: [i586] #100 libyang2.git 4.2.2-alt1: build start
2025-Dec-20 12:07:00 :: [x86_64] #100 libyang2.git 4.2.2-alt1: build OK (cached)
2025-Dec-20 12:07:00 :: [x86_64] #500 libnetconf2.git 4.1.2-alt1: build start
2025-Dec-20 12:07:01 :: [i586] #100 libyang2.git 4.2.2-alt1: build OK (cached)
2025-Dec-20 12:07:01 :: [i586] #500 libnetconf2.git 4.1.2-alt1: build start
2025-Dec-20 12:07:14 :: [x86_64] #500 libnetconf2.git 4.1.2-alt1: build OK
(cached)
2025-Dec-20 12:07:15 :: [x86_64] #600 sysrepo.git 4.2.10-alt1: build start
2025-Dec-20 12:07:15 :: [i586] #500 libnetconf2.git 4.1.2-alt1: build OK
(cached)
2025-Dec-20 12:07:15 :: [i586] #600 sysrepo.git 4.2.10-alt1: build start
2025-Dec-20 12:07:17 :: [aarch64] #100 libyang2.git 4.2.2-alt1: build OK
(cached)
2025-Dec-20 12:07:17 :: [aarch64] #500 libnetconf2.git 4.1.2-alt1: build start
2025-Dec-20 12:07:29 :: [x86_64] #600 sysrepo.git 4.2.10-alt1: build OK (cached)
2025-Dec-20 12:07:29 :: [x86_64] #700 netopeer2.git 2.7.0-alt1: build start
2025-Dec-20 12:07:30 :: [i586] #600 sysrepo.git 4.2.10-alt1: build OK (cached)
2025-Dec-20 12:07:30 :: [i586] #700 netopeer2.git 2.7.0-alt1: build start
2025-Dec-20 12:07:43 :: [aarch64] #500 libnetconf2.git 4.1.2-alt1: build OK
(cached)
2025-Dec-20 12:07:43 :: [aarch64] #600 sysrepo.git 4.2.10-alt1: build start
2025-Dec-20 12:07:45 :: [x86_64] #700 netopeer2.git 2.7.0-alt1: build OK
(cached)
2025-Dec-20 12:07:45 :: [x86_64] #1000 frr.git 10.3.1-alt1: build start
2025-Dec-20 12:07:45 :: [i586] #700 netopeer2.git 2.7.0-alt1: build OK (cached)
2025-Dec-20 12:07:46 :: [i586] #1000 frr.git 10.3.1-alt1: build start
2025-Dec-20 12:08:08 :: [aarch64] #600 sysrepo.git 4.2.10-alt1: build OK
(cached)
2025-Dec-20 12:08:08 :: [aarch64] #700 netopeer2.git 2.7.0-alt1: build start
2025-Dec-20 12:08:33 :: [aarch64] #700 netopeer2.git 2.7.0-alt1: build OK
(cached)
2025-Dec-20 12:08:34 :: [aarch64] #1000 frr.git 10.3.1-alt1: build start
[x86_64] lib/yang.c: In function 'yang_snode_get_default':
[x86_64] lib/yang.c:393:36: error: used struct type value where scalar is
required
[x86_64] 393 | return sleaf->dflt ?
lyd_value_get_canonical(sleaf->module->ctx,
[x86_64] lib/yang.c:394:67: error: incompatible type for argument 2 of
'lyd_value_get_canonical'
[x86_64] 394 |
sleaf->dflt)
[x86_64] --
[x86_64] lib/yang.c: In function 'yang_parse_notification':
[x86_64] lib/yang.c:946:28: error: passing argument 6 of 'lyd_parse_op' makes
integer from pointer without a cast [-Wint-conversion]
[x86_64] 946 | &tree, NULL);
[x86_64] --
[x86_64] 449 | enum lyd_type data_type, uint32_t parse_options,
struct lyd_node **tree, struct lyd_node **op);
[x86_64] lib/yang.c:945:15: error: too few arguments to function 'lyd_parse_op'
[x86_64] 945 | err = lyd_parse_op(ly_native_ctx, NULL, in, format,
LYD_TYPE_NOTIF_YANG,
[x86_64] --
[x86_64] lib/yang.c: In function 'yang_parse_rpc':
[x86_64] lib/yang.c:1017:28: error: passing argument 6 of 'lyd_parse_op' makes
integer from pointer without a cast [-Wint-conversion]
[x86_64] 1017 | NULL, rpc);
[x86_64] --
[x86_64] 449 | enum lyd_type data_type, uint32_t parse_options,
struct lyd_node **tree, struct lyd_node **op);
[x86_64] lib/yang.c:1015:15: error: too few arguments to function 'lyd_parse_op'
[x86_64] 1015 | err = lyd_parse_op(ly_native_ctx, parent, in, format,
[x86_64] --
[x86_64] lib/yang.c: In function 'yang_convert_lyd_format':
[x86_64] lib/yang.c:1064:52: error: 'LYD_PRINT_WITHSIBLINGS' undeclared (first
use in this function); did you mean 'LYD_PRINT_SIBLINGS'?
[x86_64] 1064 | uint32_t options = LYD_PRINT_WD_EXPLICIT |
LYD_PRINT_WITHSIBLINGS;
2025-Dec-20 12:08:53 :: [x86_64] frr.git 10.3.1-alt1: remote: build failed
2025-Dec-20 12:08:53 :: [x86_64] #1000 frr.git 10.3.1-alt1: build FAILED
2025-Dec-20 12:08:53 :: [x86_64] requesting cancellation of task processing
[i586] lib/northbound.c: In function 'nb_config_diff':
[i586] lib/northbound.c:634:36: error: 'LYD_PRINT_WITHSIBLINGS' undeclared
(first use in this function); did you mean 'LYD_PRINT_SIBLINGS'?
[i586] 634 | LYD_PRINT_WITHSIBLINGS |
LYD_PRINT_WD_ALL)) {
[i586] --
[i586] lib/northbound.c: In function 'nb_cb_operation_is_valid':
[i586] lib/northbound.c:2254:29: error: invalid operands to binary || (have
'int' and 'struct lysc_value')
[i586] 2254 | || sleaf->dflt)
2025-Dec-20 12:09:14 :: [i586] frr.git 10.3.1-alt1: remote: build failed
2025-Dec-20 12:09:14 :: [i586] #1000 frr.git 10.3.1-alt1: build FAILED
[aarch64] lib/northbound.c: In function 'nb_config_diff':
[aarch64] lib/northbound.c:634:36: error: 'LYD_PRINT_WITHSIBLINGS' undeclared
(first use in this function); did you mean 'LYD_PRINT_SIBLINGS'?
[aarch64] 634 | LYD_PRINT_WITHSIBLINGS |
LYD_PRINT_WD_ALL)) {
[aarch64] --
[aarch64] lib/northbound.c: In function 'nb_cb_operation_is_valid':
[aarch64] lib/northbound.c:2254:29: error: invalid operands to binary || (have
'int' and 'struct lysc_value')
[aarch64] 2254 | || sleaf->dflt)
2025-Dec-20 12:10:28 :: [aarch64] frr.git 10.3.1-alt1: remote: build failed
2025-Dec-20 12:10:28 :: [aarch64] #1000 frr.git 10.3.1-alt1: build FAILED
2025-Dec-20 12:08:53 :: [x86_64] build FAILED
2025-Dec-20 12:09:14 :: [i586] build FAILED
2025-Dec-20 12:10:28 :: [aarch64] build FAILED
2025-Dec-20 12:10:28 :: task #403401 for sisyphus FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger