Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/iproute.spec'], chrootPath='/var/lib/mock/f32-build-21781277-1782740/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/iproute.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/iproute-5.7.0-1.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/iproute.spec'], chrootPath='/var/lib/mock/f32-build-21781277-1782740/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/iproute.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.S6hyTJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf iproute2-5.7.0 + /usr/bin/xz -dc /builddir/build/SOURCES/iproute2-5.7.0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd iproute2-5.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oanftJ + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LIBDIR=/usr/lib + LIBDIR=/usr/lib + export IPT_LIB_DIR=/lib/xtables + IPT_LIB_DIR=/lib/xtables + ./configure TC schedulers ATM yes IPT using xtables IPSET no iptables modules directory: /usr/lib/xtables libc has setns: yes SELinux support: yes ELF support: yes libmnl support: yes Berkeley DB: yes need for strlcpy: yes libcap support: yes + make -j5 lib make[1]: warning: -jN forced in submake: disabling jobserver mode. CC libgenl.o CC libnetlink.o CC utils.o CC rt_names.o CC ll_map.o CC ll_types.o rt_names.c: In function 'rtnl_rtprot_initialize': : warning: '%s' directive output may be truncated writing between 6 and 2147483645 bytes into a region of size 4070 [-Wformat-truncation=] rt_names.c:176:32: note: in expansion of macro 'CONFDIR' 176 | snprintf(path, sizeof(path), CONFDIR "/rt_protos.d/%s", | ^~~~~~~ In file included from /usr/include/stdio.h:867, from rt_names.c:12: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 33 and 2147483672 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rt_names.c: In function 'rtnl_rttable_initialize': : warning: '%s' directive output may be truncated writing between 6 and 2147483645 bytes into a region of size 4070 [-Wformat-truncation=] rt_names.c:409:5: note: in expansion of macro 'CONFDIR' 409 | CONFDIR "/rt_tables.d/%s", de->d_name); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from rt_names.c:12: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 33 and 2147483672 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ll_proto.o CC ll_addr.o CC inet_proto.o CC namespace.o CC json_writer.o CC json_print.o CC names.o CC color.o CC bpf.o CC exec.o CC fs.o CC mpls_ntop.o CC mpls_pton.o bpf.c: In function 'bpf_obj_hash': bpf.c:1346:50: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type '__off64_t' {aka 'long long int'} [-Wformat=] 1346 | fprintf(stderr, "Error from sendfile (%zd vs %zu bytes): %s\n", | ~~^ | | | unsigned int | %llu 1347 | size, stbuff.st_size, strerror(errno)); | ~~~~~~~~~~~~~~ | | | __off64_t {aka long long int} AR libnetlink.a AR libutil.a ip make[1]: warning: -jN forced in submake: disabling jobserver mode. CC ip.o CC ipaddress.o CC ipaddrlabel.o CC iprule.o CC iproute.o CC ipnetns.o CC rtm_map.o CC iptunnel.o CC ip6tunnel.o CC tunnel.o CC ipneigh.o CC ipntable.o CC iplink.o CC ipmaddr.o CC ipmonitor.o CC ipmroute.o CC ipprefix.o CC iptuntap.o CC iptoken.o CC ipxfrm.o CC xfrm_state.o CC xfrm_policy.o CC xfrm_monitor.o CC iplink_dummy.o CC iplink_ifb.o CC iplink_nlmon.o CC iplink_team.o CC iplink_vcan.o CC iplink_vxcan.o CC iplink_vlan.o CC link_veth.o CC link_gre.o CC iplink_can.o CC iplink_xdp.o CC iplink_macvlan.o CC ipl2tp.o CC link_vti.o CC link_vti6.o CC link_xfrm.o CC iplink_vxlan.o CC tcp_metrics.o CC iplink_ipoib.o CC ipnetconf.o CC link_ip6tnl.o CC link_iptnl.o CC link_gre6.o CC iplink_bond.o CC iplink_bond_slave.o CC iplink_hsr.o CC iplink_bridge.o CC iplink_bridge_slave.o CC ipfou.o CC iplink_ipvlan.o CC iplink_geneve.o CC iplink_vrf.o iplink_bridge.c: In function 'bridge_print_opt': iplink_bridge.c:80:31: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 27 [-Wformat-truncation=] 80 | snprintf(buf, len, "%.2x%.2x.%s", id->prio[0], id->prio[1], eaddr); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from iplink_bridge.c:12: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 37 bytes into a destination of size 32 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iplink_bridge.c:80:31: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 27 [-Wformat-truncation=] 80 | snprintf(buf, len, "%.2x%.2x.%s", id->prio[0], id->prio[1], eaddr); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from iplink_bridge.c:12: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 37 bytes into a destination of size 32 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC iproute_lwtunnel.o CC ipmacsec.o CC ipila.o CC ipvrf.o CC iplink_xstats.o CC ipseg6.o CC iplink_netdevsim.o CC iplink_rmnet.o CC ipnexthop.o CC rtmon.o LINK rtmon LINK ip tc make[1]: warning: -jN forced in submake: disabling jobserver mode. CC tc.o CC tc_class.o CC tc_filter.o CC tc_qdisc.o CC tc_util.o CC tc_monitor.o CC tc_exec.o CC m_police.o CC m_estimator.o CC m_action.o CC m_ematch.o YACC emp_ematch.tab.c LEX emp_ematch.lex.c CC q_fifo.o CC q_sfq.o CC q_red.o CC q_prio.o CC q_skbprio.o CC q_tbf.o CC q_cbq.o CC q_rr.o CC q_multiq.o CC q_netem.o CC q_choke.o CC q_sfb.o CC f_rsvp.o CC f_u32.o CC f_route.o CC f_fw.o CC f_basic.o CC f_bpf.o CC f_flow.o CC f_cgroup.o CC f_flower.o CC q_dsmark.o CC q_gred.o CC f_tcindex.o CC q_ingress.o f_u32.c: In function 'u32_parse_opt': f_u32.c:1113:24: warning: array subscript 0 is outside the bounds of an interior zero-length array 'struct tc_u32_key[0]' [-Wzero-length-bounds] 1113 | hash = sel2.sel.keys[0].val & sel2.sel.keys[0].mask; | ~~~~~~~~~~~~~^~~ In file included from tc_util.h:10, from f_u32.c:26: ../include/uapi/linux/pkt_cls.h:252:20: note: while referencing 'keys' 252 | struct tc_u32_key keys[0]; | ^~~~ f_u32.c:1113:47: warning: array subscript 0 is outside the bounds of an interior zero-length array 'struct tc_u32_key[0]' [-Wzero-length-bounds] 1113 | hash = sel2.sel.keys[0].val & sel2.sel.keys[0].mask; | ~~~~~~~~~~~~~^~~ In file included from tc_util.h:10, from f_u32.c:26: ../include/uapi/linux/pkt_cls.h:252:20: note: while referencing 'keys' 252 | struct tc_u32_key keys[0]; | ^~~~ CC q_hfsc.o CC q_htb.o CC q_drr.o CC q_qfq.o CC m_gact.o CC m_mirred.o CC m_mpls.o CC m_nat.o CC m_pedit.o CC m_ife.o CC m_skbedit.o CC m_skbmod.o CC m_csum.o CC m_simple.o CC m_vlan.o CC m_connmark.o CC m_ctinfo.o CC m_bpf.o CC m_tunnel_key.o CC m_sample.o CC m_ct.o CC p_ip.o CC p_ip6.o CC p_icmp.o p_ip6.c: In function 'parse_ip6': p_ip6.c:85:45: warning: array subscript 254 is outside the bounds of an interior zero-length array 'struct tc_pedit_key[0]' [-Wzero-length-bounds] 85 | struct tc_pedit_key *key = &sel->sel.keys[nkeys - 1]; | ~~~~~~~~~~~~~^~~~~~~~~~~ In file included from m_pedit.h:26, from p_ip6.c:23: ../include/uapi/linux/tc_act/tc_pedit.h:65:26: note: while referencing 'keys' 65 | struct tc_pedit_key keys[0]; | ^~~~ p_ip6.c:85:45: warning: array subscript 254 is outside the bounds of an interior zero-length array 'struct tc_pedit_key[0]' [-Wzero-length-bounds] 85 | struct tc_pedit_key *key = &sel->sel.keys[nkeys - 1]; | ~~~~~~~~~~~~~^~~~~~~~~~~ In file included from m_pedit.h:26, from p_ip6.c:23: ../include/uapi/linux/tc_act/tc_pedit.h:65:26: note: while referencing 'keys' 65 | struct tc_pedit_key keys[0]; | ^~~~ p_ip6.c:85:45: warning: array subscript 254 is outside the bounds of an interior zero-length array 'struct tc_pedit_key[0]' [-Wzero-length-bounds] 85 | struct tc_pedit_key *key = &sel->sel.keys[nkeys - 1]; | ~~~~~~~~~~~~~^~~~~~~~~~~ In file included from m_pedit.h:26, from p_ip6.c:23: ../include/uapi/linux/tc_act/tc_pedit.h:65:26: note: while referencing 'keys' 65 | struct tc_pedit_key keys[0]; | ^~~~ p_ip6.c:85:45: warning: array subscript 254 is outside the bounds of an interior zero-length array 'struct tc_pedit_key[0]' [-Wzero-length-bounds] 85 | struct tc_pedit_key *key = &sel->sel.keys[nkeys - 1]; | ~~~~~~~~~~~~~^~~~~~~~~~~ In file included from m_pedit.h:26, from p_ip6.c:23: ../include/uapi/linux/tc_act/tc_pedit.h:65:26: note: while referencing 'keys' 65 | struct tc_pedit_key keys[0]; | ^~~~ CC p_eth.o CC p_tcp.o CC p_udp.o CC em_nbyte.o CC em_cmp.o CC em_u32.o CC em_canid.o CC em_meta.o CC q_mqprio.o CC q_codel.o CC q_fq_codel.o CC q_fq.o CC q_pie.o CC q_fq_pie.o CC q_cake.o CC q_hhf.o CC q_clsact.o CC e_bpf.o CC f_matchall.o CC q_cbs.o CC q_etf.o CC q_taprio.o CC q_plug.o CC q_ets.o CC em_ipt.o CC tc_core.o CC tc_red.o CC tc_cbq.o CC tc_estimator.o CC tc_stab.o CC q_atm.so CC m_xt.so CC emp_ematch.tab.o CC emp_ematch.lex.o AR libtc.a LINK tc rm emp_ematch.lex.c bridge make[1]: warning: -jN forced in submake: disabling jobserver mode. CC fdb.o CC monitor.o CC bridge.o CC link.o CC mdb.o CC vlan.o LINK bridge misc make[1]: warning: -jN forced in submake: disabling jobserver mode. YACC ssfilter.tab.c CC nstat CC ss.o CC ifstat CC rtacct CC lnstat.o In file included from /usr/include/string.h:495, from nstat.c:16: In function 'strncat', inlined from 'load_good_table' at nstat.c:140:4: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' output may be truncated copying 127 bytes from a string of length 4094 [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lnstat_util.o In file included from /usr/include/string.h:495, from ifstat.c:16: In function 'strncpy', inlined from 'load_raw_table' at ifstat.c:254:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 127 bytes from a string of length 4094 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC arpd CC ssfilter.tab.o LINK lnstat LINK ss netem make[1]: warning: -jN forced in submake: disabling jobserver mode. gcc -I../include -o maketable maketable.c -lm gcc -I../include -o normal normal.c -lm gcc -I../include -o pareto pareto.c -lm gcc -I../include -o paretonormal paretonormal.c -lm ./pareto > pareto.dist ./normal > normal.dist ./paretonormal > paretonormal.dist ./maketable experimental.dat > experimental.dist genl make[1]: warning: -jN forced in submake: disabling jobserver mode. CC genl.o CC ctrl.o LINK genl tipc make[1]: warning: -jN forced in submake: disabling jobserver mode. CC bearer.o CC cmdl.o CC link.o CC media.o CC misc.o CC msg.o CC nametable.o CC node.o CC socket.o CC peer.o CC tipc.o LINK tipc devlink make[1]: warning: -jN forced in submake: disabling jobserver mode. CC devlink.o CC mnlg.o In file included from devlink.c:34: ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:1186:3: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 1186 | {DL_OPT_TRAP_GROUP_NAME, "Trap group's name is expected."}, | ^~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'dl_argv_parse': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:1485:16: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 1485 | (o_all & DL_OPT_TRAP_GROUP_NAME)) { | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:1490:15: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 1490 | o_found |= DL_OPT_TRAP_GROUP_NAME; | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:291:22: note: in expansion of macro 'BIT' 291 | #define DL_OPT_NETNS BIT(33) | ^~~ devlink.c:1504:13: note: in expansion of macro 'DL_OPT_NETNS' 1504 | (o_all & DL_OPT_NETNS)) { | ^~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:291:22: note: in expansion of macro 'BIT' 291 | #define DL_OPT_NETNS BIT(33) | ^~~ devlink.c:1519:15: note: in expansion of macro 'DL_OPT_NETNS' 1519 | o_found |= DL_OPT_NETNS; | ^~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:1521:16: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 1521 | (o_all & DL_OPT_TRAP_POLICER_ID)) { | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:1526:15: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 1526 | o_found |= DL_OPT_TRAP_POLICER_ID; | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:1528:16: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 1528 | (o_all & DL_OPT_TRAP_POLICER_ID)) { | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:1531:15: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 1531 | o_found |= DL_OPT_TRAP_POLICER_ID; | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:293:34: note: in expansion of macro 'BIT' 293 | #define DL_OPT_TRAP_POLICER_RATE BIT(35) | ^~~ devlink.c:1533:16: note: in expansion of macro 'DL_OPT_TRAP_POLICER_RATE' 1533 | (o_all & DL_OPT_TRAP_POLICER_RATE)) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:293:34: note: in expansion of macro 'BIT' 293 | #define DL_OPT_TRAP_POLICER_RATE BIT(35) | ^~~ devlink.c:1538:15: note: in expansion of macro 'DL_OPT_TRAP_POLICER_RATE' 1538 | o_found |= DL_OPT_TRAP_POLICER_RATE; | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:294:35: note: in expansion of macro 'BIT' 294 | #define DL_OPT_TRAP_POLICER_BURST BIT(36) | ^~~ devlink.c:1540:16: note: in expansion of macro 'DL_OPT_TRAP_POLICER_BURST' 1540 | (o_all & DL_OPT_TRAP_POLICER_BURST)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:294:35: note: in expansion of macro 'BIT' 294 | #define DL_OPT_TRAP_POLICER_BURST BIT(36) | ^~~ devlink.c:1545:15: note: in expansion of macro 'DL_OPT_TRAP_POLICER_BURST' 1545 | o_found |= DL_OPT_TRAP_POLICER_BURST; | ^~~~~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'dl_opts_put': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:1662:22: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 1662 | if (opts->present & DL_OPT_TRAP_GROUP_NAME) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:291:22: note: in expansion of macro 'BIT' 291 | #define DL_OPT_NETNS BIT(33) | ^~~ devlink.c:1668:22: note: in expansion of macro 'DL_OPT_NETNS' 1668 | if (opts->present & DL_OPT_NETNS) | ^~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:1673:22: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 1673 | if (opts->present & DL_OPT_TRAP_POLICER_ID) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:293:34: note: in expansion of macro 'BIT' 293 | #define DL_OPT_TRAP_POLICER_RATE BIT(35) | ^~~ devlink.c:1676:22: note: in expansion of macro 'DL_OPT_TRAP_POLICER_RATE' 1676 | if (opts->present & DL_OPT_TRAP_POLICER_RATE) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:294:35: note: in expansion of macro 'BIT' 294 | #define DL_OPT_TRAP_POLICER_BURST BIT(36) | ^~~ devlink.c:1679:22: note: in expansion of macro 'DL_OPT_TRAP_POLICER_BURST' 1679 | if (opts->present & DL_OPT_TRAP_POLICER_BURST) | ^~~~~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'cmd_dev_reload': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:291:22: note: in expansion of macro 'BIT' 291 | #define DL_OPT_NETNS BIT(33) | ^~~ devlink.c:2804:50: note: in expansion of macro 'DL_OPT_NETNS' 2804 | err = dl_argv_parse_put(nlh, dl, DL_OPT_HANDLE, DL_OPT_NETNS); | ^~~~~~~~~~~~ devlink.c: In function 'cmd_dev_flash_status_cb': devlink.c:3027:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 3027 | pr_out_tty(" %3lu%%", (done * 100) / total); | ~~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64_t {aka long long unsigned int} | %3llu In file included from devlink.c:34: devlink.c: In function 'cmd_trap_group_show': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:7222:22: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 7222 | DL_OPT_HANDLE | DL_OPT_TRAP_GROUP_NAME, | ^~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'cmd_trap_group_set': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:290:33: note: in expansion of macro 'BIT' 290 | #define DL_OPT_TRAP_GROUP_NAME BIT(32) | ^~~ devlink.c:7244:21: note: in expansion of macro 'DL_OPT_TRAP_GROUP_NAME' 7244 | DL_OPT_HANDLE | DL_OPT_TRAP_GROUP_NAME, | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:7245:26: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 7245 | DL_OPT_TRAP_ACTION | DL_OPT_TRAP_POLICER_ID); | ^~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'cmd_trap_policer_show': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:7319:22: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 7319 | DL_OPT_HANDLE | DL_OPT_TRAP_POLICER_ID, | ^~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'cmd_trap_policer_set': ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:292:33: note: in expansion of macro 'BIT' 292 | #define DL_OPT_TRAP_POLICER_ID BIT(34) | ^~~ devlink.c:7341:21: note: in expansion of macro 'DL_OPT_TRAP_POLICER_ID' 7341 | DL_OPT_HANDLE | DL_OPT_TRAP_POLICER_ID, | ^~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:293:34: note: in expansion of macro 'BIT' 293 | #define DL_OPT_TRAP_POLICER_RATE BIT(35) | ^~~ devlink.c:7342:5: note: in expansion of macro 'DL_OPT_TRAP_POLICER_RATE' 7342 | DL_OPT_TRAP_POLICER_RATE | | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/utils.h:265:38: warning: left shift count >= width of type [-Wshift-count-overflow] 265 | #define BIT(nr) (1UL << (nr)) | ^~ devlink.c:294:35: note: in expansion of macro 'BIT' 294 | #define DL_OPT_TRAP_POLICER_BURST BIT(36) | ^~~ devlink.c:7343:5: note: in expansion of macro 'DL_OPT_TRAP_POLICER_BURST' 7343 | DL_OPT_TRAP_POLICER_BURST); | ^~~~~~~~~~~~~~~~~~~~~~~~~ devlink.c: In function 'cmd_dev': devlink.c:2649:12: warning: 'val_u32' may be used uninitialized in this function [-Wmaybe-uninitialized] 2649 | val_u16 = val_u32; | ~~~~~~~~^~~~~~~~~ devlink.c:2593:11: note: 'val_u32' was declared here 2593 | uint32_t val_u32; | ^~~~~~~ LINK devlink rdma make[1]: warning: -jN forced in submake: disabling jobserver mode. CC rdma.o CC utils.o CC dev.o CC link.o CC res.o CC res-pd.o CC res-mr.o CC res-cq.o CC res-cmid.o CC res-qp.o CC sys.o CC stat.o CC stat-mr.o LINK rdma man make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. sed \ -e "s|@NETNS_ETC_DIR@|/etc/netns|g" \ -e "s|@NETNS_RUN_DIR@|/var/run/netns|g" \ -e "s|@SYSCONFDIR@|/etc/iproute2|g" \ ip-address.8.in > ip-address.8 sed \ -e "s|@NETNS_ETC_DIR@|/etc/netns|g" \ -e "s|@NETNS_RUN_DIR@|/var/run/netns|g" \ -e "s|@SYSCONFDIR@|/etc/iproute2|g" \ ip-link.8.in > ip-link.8 sed \ -e "s|@NETNS_ETC_DIR@|/etc/netns|g" \ -e "s|@NETNS_RUN_DIR@|/var/run/netns|g" \ -e "s|@SYSCONFDIR@|/etc/iproute2|g" \ ip-netns.8.in > ip-netns.8 sed \ -e "s|@NETNS_ETC_DIR@|/etc/netns|g" \ -e "s|@NETNS_RUN_DIR@|/var/run/netns|g" \ -e "s|@SYSCONFDIR@|/etc/iproute2|g" \ ip-route.8.in > ip-route.8 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bJONKG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm ++ dirname /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm + cd iproute2-5.7.0 + export DESTDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm + DESTDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm + export SBINDIR=/usr/sbin + SBINDIR=/usr/sbin + export MANDIR=/usr/share/man + MANDIR=/usr/share/man + export LIBDIR=/usr/lib + LIBDIR=/usr/lib + export CONFDIR=/etc/iproute2 + CONFDIR=/etc/iproute2 + export DOCDIR=/usr/share/doc + DOCDIR=/usr/share/doc + make install lib make[1]: Nothing to be done for 'all'. ip make[1]: Nothing to be done for 'all'. tc make[1]: Nothing to be done for 'all'. bridge make[1]: Nothing to be done for 'all'. misc make[1]: Nothing to be done for 'all'. netem make[1]: Nothing to be done for 'all'. genl make[1]: Nothing to be done for 'all'. tipc make[1]: Nothing to be done for 'all'. devlink make[1]: Nothing to be done for 'all'. rdma make[1]: Nothing to be done for 'all'. man make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/etc/iproute2 install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/var/lib/arpd install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/include/iproute2 make[1]: Nothing to be done for 'install'. install -m 0755 ip rtmon /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin install -m 0755 ifcfg rtpr routel routef /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc install -m 0755 tc /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin for i in q_atm.so m_xt.so; \ do install -m 755 $i /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc; \ done if [ ! -f /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_ipt.so ]; then \ if [ -f /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_xt.so ]; \ then ln -s m_xt.so /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_ipt.so ; \ elif [ -f /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_xt_old.so ]; \ then ln -s m_xt_old.so /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_ipt.so ; \ fi; \ fi install -m 0755 bridge /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin install -m 0755 ss nstat ifstat rtacct lnstat arpd /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin ln -sf lnstat /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rtstat ln -sf lnstat /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ctstat mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc for i in normal.dist pareto.dist paretonormal.dist experimental.dist; \ do install -m 644 $i /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc; \ done install -m 0755 genl /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin for i in tipc; \ do install -m 0755 $i /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin; \ done for i in devlink; \ do install -m 0755 $i /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin; \ done for i in rdma; \ do install -m 0755 $i /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin; \ done install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man3 install -m 0644 libnetlink.3 /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man3 install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man7 install -m 0644 tc-hfsc.7 /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man7 install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man8 install -m 0644 ip-address.8 ip-link.8 ip-netns.8 ip-route.8 devlink-dpipe.8 ip-tcp_metrics.8 tipc-node.8 rtacct.8 ip-tunnel.8 rtpr.8 tc-htb.8 devlink-dev.8 tc-flower.8 rdma-statistic.8 tc-fw.8 ip-addrlabel.8 rtmon.8 tc-ct.8 ip-ntable.8 devlink-region.8 tc-netem.8 tc-cake.8 tc-fq_pie.8 ip-maddress.8 tc-xt.8 tc-ctinfo.8 rdma.8 ip-nexthop.8 tc-mqprio.8 tc-fq_codel.8 tc-tunnel_key.8 tc-pfifo.8 devlink-monitor.8 tc-sfb.8 tc-route.8 ip-xfrm.8 tipc-bearer.8 ip-neighbour.8 rdma-link.8 ctstat.8 tc-cgroup.8 tc-simple.8 devlink-sb.8 devlink-health.8 routef.8 tc-pie.8 ip-macsec.8 tipc-link.8 ip-vrf.8 tc-red.8 tc-bfifo.8 tipc.8 ip-rule.8 tc-taprio.8 tc-sample.8 rdma-system.8 tc-skbprio.8 tc-skbedit.8 ip-gue.8 tc-pfifo_fast.8 ip-token.8 ip-mroute.8 tc-ematch.8 devlink-port.8 tc-drr.8 tc-tbf.8 tipc-peer.8 devlink.8 rdma-resource.8 tc-vlan.8 tc-cbq.8 tc-bpf.8 ip-monitor.8 tc-u32.8 tc-matchall.8 tc-cbq-details.8 tc-choke.8 routel.8 genl.8 ip-l2tp.8 tc-fq.8 tipc-media.8 tc-csum.8 tc-ife.8 devlink-trap.8 tc-cbs.8 tc-actions.8 tipc-nametable.8 tc.8 tc-ets.8 ip-sr.8 tc-mirred.8 ip-netconf.8 ss.8 lnstat.8 ifstat.8 nstat.8 tc-sfq.8 tc-etf.8 tc-stab.8 tc-prio.8 tc-nat.8 rdma-dev.8 ip-fou.8 ifcfg.8 rtstat.8 tc-hfsc.8 devlink-resource.8 bridge.8 tipc-socket.8 tc-codel.8 tc-police.8 tc-tcindex.8 tc-mpls.8 arpd.8 ip.8 tc-basic.8 tc-skbmod.8 tc-connmark.8 tc-flow.8 tc-pedit.8 /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/man/man8 install -m 0644 etc/iproute2/ematch_map etc/iproute2/rt_scopes etc/iproute2/rt_tables etc/iproute2/rt_dsfield etc/iproute2/bpf_pinning etc/iproute2/group etc/iproute2/rt_protos etc/iproute2/nl_protos etc/iproute2/rt_realms /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/etc/iproute2 install -m 0755 -d /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/bash-completion/completions install -m 0644 bash-completion/tc /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/bash-completion/completions install -m 0644 bash-completion/devlink /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/bash-completion/completions install -m 0644 include/bpf_elf.h /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/include/iproute2 + install -D -m644 include/libnetlink.h /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/include/libnetlink.h + install -D -m644 lib/libnetlink.a /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/libnetlink.a + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 5.7.0-1.fc32 --unique-debug-suffix -5.7.0-1.fc32.arm --unique-debug-src-base iproute-5.7.0-1.fc32.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/iproute2-5.7.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_xt.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/arpd explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/bridge explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/q_atm.so extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/arpd extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/m_xt.so extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/lib/tc/q_atm.so extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/bridge explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/devlink extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/devlink explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ifstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/genl extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/genl extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ifstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ip extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ip explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/lnstat extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/lnstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/nstat extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/nstat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rdma explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rtacct extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rdma extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rtacct explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rtmon extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/rtmon explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ss extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/ss explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/tc extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/tc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/tipc extracting debug info from /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/sbin/tipc original debug info size: 9296kB, size after compression: 7888kB /usr/lib/rpm/sepdebugcrcfix: Updated 16 CRC32s, 0 CRC32s did match. cpio: tc/emp_ematch.lex.c: Cannot stat: No such file or directory 6386 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/sbin/rtpr from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/sbin/routel from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/sbin/ifcfg from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/sbin/routef from /bin/sh to #!/usr/bin/sh Processing files: iproute-5.7.0-1.fc32.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cWrgPI + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + DOCDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/doc/iproute + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/doc/iproute + cp -pr README /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/doc/iproute + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KkwsxJ + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute + cp -pr COPYING /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/lib/.build-id/a5/ba1e5120aab3f38ac27419c652fff2b56c9310 Provides: /sbin/ip config(iproute) = 5.7.0-1.fc32 iproute = 5.7.0-1.fc32 iproute(armv7hl-32) = 5.7.0-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.14) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.27) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.8) libcap.so.2 libdb-5.3.so libdl.so.2 libdl.so.2(GLIBC_2.4) libelf.so.1 libelf.so.1(ELFUTILS_1.0) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.29) libm.so.6(GLIBC_2.4) libmnl.so.0 libmnl.so.0(LIBMNL_1.0) libselinux.so.1 rtld(GNU_HASH) Obsoletes: iproute-doc < 5.7.0-1.fc32 Recommends: iproute-tc Processing files: iproute-tc-5.7.0-1.fc32.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lnOCnJ + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-tc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-tc + cp -pr COPYING /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-tc + RPM_EC=0 ++ jobs -p + exit 0 Provides: iproute-tc = 5.7.0-1.fc32 iproute-tc(armv7hl-32) = 5.7.0-1.fc32 tc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libatm.so.1 libc.so.6 libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.14) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.8) libcap.so.2 libdl.so.2 libdl.so.2(GLIBC_2.4) libelf.so.1 libelf.so.1(ELFUTILS_1.0) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.29) libm.so.6(GLIBC_2.4) libmnl.so.0 libmnl.so.0(LIBMNL_1.0) libxtables.so.12 rtld(GNU_HASH) Processing files: iproute-devel-5.7.0-1.fc32.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.km0paG + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-devel + cp -pr COPYING /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm/usr/share/licenses/iproute-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: iproute-devel = 5.7.0-1.fc32 iproute-devel(armv7hl-32) = 5.7.0-1.fc32 iproute-static = 5.7.0-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: iproute-debugsource-5.7.0-1.fc32.armv7hl Provides: iproute-debugsource = 5.7.0-1.fc32 iproute-debugsource(armv7hl-32) = 5.7.0-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: iproute-debuginfo-5.7.0-1.fc32.armv7hl Provides: debuginfo(build-id) = 4ea3d809738c4516cea53668e432b73552114606 debuginfo(build-id) = 5d997225fe33d9c0cbdc9abc149bc1011916faec debuginfo(build-id) = 5e783281ad2f5067b39f84c38b2339bb7db4edb7 debuginfo(build-id) = 68345fa4943d23ed0ad6cd1d8363eb22bdff9746 debuginfo(build-id) = 7f5d35a8ab1636931d6e894619b779ea9cb2d5f1 debuginfo(build-id) = 8517bf9bae752967018db27af54b809acb79cee7 debuginfo(build-id) = 86616b2639465d2b4bad20db0ac3f1a168672d12 debuginfo(build-id) = 8ddf718de63db4a5e692bb08ef40ac24d62c4182 debuginfo(build-id) = 98d3512576ca674076b21b2edfcdde3a36932b25 debuginfo(build-id) = a5ba1e5120aab3f38ac27419c652fff2b56c9310 debuginfo(build-id) = a9db4b79a44f35932a70fa57e7c3c51df64a50e8 debuginfo(build-id) = b046ba33fd9f4e7cac60fa0f663c8fdedc30abf4 debuginfo(build-id) = d7ca7299e8ccacf67f1eb94053179601078a751b debuginfo(build-id) = ee54672f5d0e40b9ca780e719a70fc99445b6e0f iproute-debuginfo = 5.7.0-1.fc32 iproute-debuginfo(armv7hl-32) = 5.7.0-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: iproute-debugsource(armv7hl-32) = 5.7.0-1.fc32 Processing files: iproute-tc-debuginfo-5.7.0-1.fc32.armv7hl Provides: debuginfo(build-id) = a5ba1e5120aab3f38ac27419c652fff2b56c9310 debuginfo(build-id) = c1241bfbfdb90c197e3c114638d7b7ec3b5ae26e debuginfo(build-id) = c3ce2abd68e7938da066716f95c16d86d13bf262 iproute-tc-debuginfo = 5.7.0-1.fc32 iproute-tc-debuginfo(armv7hl-32) = 5.7.0-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: iproute-debugsource(armv7hl-32) = 5.7.0-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm Wrote: /builddir/build/RPMS/iproute-devel-5.7.0-1.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/iproute-tc-5.7.0-1.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/iproute-5.7.0-1.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/iproute-tc-debuginfo-5.7.0-1.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/iproute-debugsource-5.7.0-1.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/iproute-debuginfo-5.7.0-1.fc32.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WQCClG + umask 022 + cd /builddir/build/BUILD + cd iproute2-5.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/iproute-5.7.0-1.fc32.arm + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0