ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#402147] FAILED kernel-source-i40e.git=2.28.13-alt1 ...
@ 2025-12-08  9:42 Girar awaiter (shaba)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (shaba) @ 2025-12-08  9:42 UTC (permalink / raw)
  To: Alexey Shabalin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/402147/logs/events.1.1.log
https://packages.altlinux.org/tasks/402147

subtask  name                       aarch64  i586  x86_64
   #200  kernel-source-i40e              43    25      27
   #300  @kernel-modules-i40e-6.18   failed     -  failed

2025-Dec-08 09:40:57 :: task #402147 for sisyphus started by shaba:
#100 removed
#200 build 2.28.13-alt1 from /people/shaba/packages/kernel-source-i40e.git fetched at 2025-Dec-08 09:29:03
#300 build sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1 from /people/shaba/packages/kernel-modules.git fetched at 2025-Dec-08 09:40:36
2025-Dec-08 09:40:57 :: created build repo
2025-Dec-08 09:40:59 :: [i586] #200 kernel-source-i40e.git 2.28.13-alt1: build start
2025-Dec-08 09:40:59 :: [x86_64] #200 kernel-source-i40e.git 2.28.13-alt1: build start
2025-Dec-08 09:40:59 :: [aarch64] #200 kernel-source-i40e.git 2.28.13-alt1: build start
2025-Dec-08 09:41:24 :: [i586] #200 kernel-source-i40e.git 2.28.13-alt1: build OK
2025-Dec-08 09:41:24 :: [i586] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build start
2025-Dec-08 09:41:26 :: [x86_64] #200 kernel-source-i40e.git 2.28.13-alt1: build OK
2025-Dec-08 09:41:26 :: [x86_64] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build start
2025-Dec-08 09:41:39 :: [i586] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build SKIPPED
2025-Dec-08 09:41:42 :: [aarch64] #200 kernel-source-i40e.git 2.28.13-alt1: build OK
2025-Dec-08 09:41:42 :: [aarch64] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build start
[x86_64] i40e_client.c: In function 'i40e_auxiliary_dev_release':
[x86_64] i40e_client.c:291:9: error: implicit declaration of function 'ida_simple_remove' [-Wimplicit-function-declaration]
[x86_64]   291 |         ida_simple_remove(&i40e_client_ida, aux_dev->id);
[x86_64] i40e_client.c: In function 'i40e_register_auxiliary_dev':
[x86_64] i40e_client.c:314:15: error: implicit declaration of function 'ida_simple_get' [-Wimplicit-function-declaration]
[x86_64]   314 |         ret = ida_simple_get(&i40e_client_ida, 0, 0, GFP_KERNEL);
[x86_64] --
[x86_64] i40e_main.c: In function 'i40e_service_timer':
[x86_64] i40e_main.c:12468:30: error: implicit declaration of function 'from_timer'; did you mean 'mod_timer'? [-Wimplicit-function-declaration]
[x86_64] 12468 |         struct i40e_pf *pf = from_timer(pf, t, service_timer);
[x86_64]       |                              mod_timer
[x86_64] i40e_main.c:12468:48: error: 'service_timer' undeclared (first use in this function); did you mean 'i40e_service_timer'?
[x86_64] 12468 |         struct i40e_pf *pf = from_timer(pf, t, service_timer);
[x86_64] --
[x86_64] i40e_main.c: In function 'i40e_init_recovery_mode':
[x86_64] i40e_main.c:17569:9: error: implicit declaration of function 'del_timer_sync'; did you mean 'dev_mc_sync'? [-Wimplicit-function-declaration]
[x86_64] 17569 |         del_timer_sync(&pf->service_timer);
[x86_64] --
[x86_64] i40e_main.c: In function 'i40e_set_udp_tunnel_callbacks':
[x86_64] i40e_main.c:17625:36: error: 'UDP_TUNNEL_NIC_INFO_MAY_SLEEP' undeclared (first use in this function); did you mean 'UDP_TUNNEL_NIC_INFO_IPV4_ONLY'?
[x86_64] 17625 |         pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
2025-Dec-08 09:41:52 :: [x86_64] kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: remote: build failed
2025-Dec-08 09:41:52 :: [x86_64] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build FAILED
2025-Dec-08 09:41:52 :: [x86_64] requesting cancellation of task processing
[aarch64] i40e_client.c: In function 'i40e_auxiliary_dev_release':
[aarch64] i40e_client.c:291:9: error: implicit declaration of function 'ida_simple_remove' [-Wimplicit-function-declaration]
[aarch64]   291 |         ida_simple_remove(&i40e_client_ida, aux_dev->id);
[aarch64] i40e_client.c: In function 'i40e_register_auxiliary_dev':
[aarch64] i40e_client.c:314:15: error: implicit declaration of function 'ida_simple_get' [-Wimplicit-function-declaration]
[aarch64]   314 |         ret = ida_simple_get(&i40e_client_ida, 0, 0, GFP_KERNEL);
[aarch64] --
[aarch64] i40e_main.c: In function 'i40e_service_timer':
[aarch64] i40e_main.c:12468:30: error: implicit declaration of function 'from_timer'; did you mean 'mod_timer'? [-Wimplicit-function-declaration]
[aarch64] 12468 |         struct i40e_pf *pf = from_timer(pf, t, service_timer);
[aarch64]       |                              mod_timer
[aarch64] i40e_main.c:12468:48: error: 'service_timer' undeclared (first use in this function); did you mean 'i40e_service_timer'?
[aarch64] 12468 |         struct i40e_pf *pf = from_timer(pf, t, service_timer);
[aarch64] --
[aarch64] i40e_main.c: In function 'i40e_init_recovery_mode':
[aarch64] i40e_main.c:17569:9: error: implicit declaration of function 'del_timer_sync'; did you mean 'dev_mc_sync'? [-Wimplicit-function-declaration]
[aarch64] 17569 |         del_timer_sync(&pf->service_timer);
[aarch64] --
[aarch64] i40e_main.c: In function 'i40e_set_udp_tunnel_callbacks':
[aarch64] i40e_main.c:17625:36: error: 'UDP_TUNNEL_NIC_INFO_MAY_SLEEP' undeclared (first use in this function); did you mean 'UDP_TUNNEL_NIC_INFO_IPV4_ONLY'?
[aarch64] 17625 |         pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
2025-Dec-08 09:42:28 :: [aarch64] kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: remote: build failed
2025-Dec-08 09:42:28 :: [aarch64] #300 kernel-modules.git sisyphus/kernel-modules-i40e-6.18-2.28.13-alt1: build FAILED
2025-Dec-08 09:41:52 :: [x86_64] build FAILED
2025-Dec-08 09:42:28 :: [aarch64] build FAILED
2025-Dec-08 09:42:28 :: task #402147 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-08  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-08  9:42 [#402147] FAILED kernel-source-i40e.git=2.28.13-alt1 Girar awaiter (shaba)

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