-
Problem report
-
Resolution: Fixed
-
Major
-
5.2.0beta2
-
Sprint 69 (Oct 2020)
-
0.5
Zabbix agent 2 compilation failed on ARM/v7 and ARM/v6 with the following error:
#11 [linux/arm/v7 3/5] RUN set -eux && apk add --no-cache --virtual buil... 8133 #11 2435. # zabbix.com/plugins/system/swap 8134 #11 2435. plugins/system/swap/swap_nix.go:32:13: cannot use info.Totalswap (type uint32) as type uint64 in return argument 8135 #11 2435. plugins/system/swap/swap_nix.go:32:29: cannot use info.Freeswap (type uint32) as type uint64 in return argument 8136 #11 ... 8137 8138 #17 [linux/arm/v6 3/5] RUN set -eux && apk add --no-cache --virtual buil... 8139 #17 2603. # zabbix.com/plugins/system/swap 8140 #17 2603. plugins/system/swap/swap_nix.go:32:13: cannot use info.Totalswap (type uint32) as type uint64 in return argument 8141 #17 2603. plugins/system/swap/swap_nix.go:32:29: cannot use info.Freeswap (type uint32) as type uint64 in return argument 8142 #17 ... 8143 8144 #11 [linux/arm/v7 3/5] RUN set -eux && apk add --no-cache --virtual buil... 8145 #11 2659. make[2]: *** [Makefile:539: build] Error 2 8146 #11 2659. make[1]: *** [Makefile:498: all-recursive] Error 1 8147 #11 2659. make: *** [Makefile:537: all-recursive] Error 1