<86>Nov 4 05:28:50 userdel[426319]: delete user 'rooter' <86>Nov 4 05:28:50 userdel[426319]: removed group 'rooter' owned by 'rooter' <86>Nov 4 05:28:50 userdel[426319]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 4 05:28:50 groupadd[426344]: group added to /etc/group: name=rooter, GID=1862 <86>Nov 4 05:28:50 groupadd[426344]: group added to /etc/gshadow: name=rooter <86>Nov 4 05:28:50 groupadd[426344]: new group: name=rooter, GID=1862 <86>Nov 4 05:28:50 useradd[426363]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Nov 4 05:28:50 userdel[426384]: delete user 'builder' <86>Nov 4 05:28:50 userdel[426384]: removed group 'builder' owned by 'builder' <86>Nov 4 05:28:50 userdel[426384]: removed shadow group 'builder' owned by 'builder' <86>Nov 4 05:28:50 groupadd[426400]: group added to /etc/group: name=builder, GID=1863 <86>Nov 4 05:28:50 groupadd[426400]: group added to /etc/gshadow: name=builder <86>Nov 4 05:28:50 groupadd[426400]: new group: name=builder, GID=1863 <86>Nov 4 05:28:50 useradd[426417]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none <13>Nov 4 05:28:52 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Nov 4 05:28:53 rpmi: libstdc++13-devel-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed <13>Nov 4 05:28:53 rpmi: gcc13-c++-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed <13>Nov 4 05:28:53 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/udp2raw-tunnel-20230206.0-alt1.nosrc.rpm (w1.gzdio) Installing udp2raw-tunnel-20230206.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60665 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf udp2raw-tunnel-20230206.0 + echo 'Source #0 (udp2raw-tunnel-20230206.0.tar):' Source #0 (udp2raw-tunnel-20230206.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/udp2raw-tunnel-20230206.0.tar + cd udp2raw-tunnel-20230206.0 + /bin/chmod -c -Rf u+rwX,go-w . + /usr/bin/subst 's|-ggdb||' makefile + /usr/bin/subst 's|-static||' makefile + /usr/bin/subst 's|$(shell git rev-parse HEAD)|20230206.0|g' makefile + /usr/bin/subst 's/\r$//' doc/README.zh-cn.md + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60665 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd udp2raw-tunnel-20230206.0 + export 'OPT=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + OPT='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + make -j16 make: Entering directory '/usr/src/RPM/BUILD/udp2raw-tunnel-20230206.0' echo "const char *gitversion = \"20230206.0\";" > git_version.h make: Leaving directory '/usr/src/RPM/BUILD/udp2raw-tunnel-20230206.0' make: Entering directory '/usr/src/RPM/BUILD/udp2raw-tunnel-20230206.0' rm -f udp2raw g++ -o udp2raw -I. main.cpp lib/md5.cpp lib/pbkdf2-sha1.cpp lib/pbkdf2-sha256.cpp encrypt.cpp log.cpp network.cpp common.cpp connection.cpp misc.cpp fd_manager.cpp client.cpp server.cpp -lpthread lib/aes_faster_c/aes.cpp lib/aes_faster_c/wrapper.cpp my_ev.cpp -isystem libev -std=c++11 -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -Wno-missing-field-initializers -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -lrt -O2 In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from main.cpp:1: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from main.cpp:2: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ In file included from main.cpp:3: connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from log.h:5, from log.cpp:1: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from misc.h:13, from log.cpp:2: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from network.cpp:7: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from network.cpp:8: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from common.cpp:8: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from misc.h:13, from common.cpp:10: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from connection.h:14, from connection.cpp:8: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from connection.h:16: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from misc.cpp:8: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from misc.h:13, from misc.cpp:10: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ In file included from misc.cpp:12: connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from fd_manager.h:11, from fd_manager.cpp:8: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from connection.h:16, from fd_manager.h:13: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from client.cpp:1: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from client.cpp:2: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ In file included from client.cpp:3: connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ In file included from /usr/include/linux/posix_types.h:5, from /usr/include/linux/types.h:9, from /usr/include/linux/stat.h:5, from /usr/include/bits/statx.h:31, from /usr/include/sys/stat.h:465, from common.h:20, from server.cpp:10: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct packet_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ In file included from server.cpp:11: network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:204:8: note: in the definition of 'struct packet_info_t' 204 | struct packet_info_t // todo change this to union | ^~~~~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ network.h:238:8: note: in the definition of 'struct raw_info_t' 238 | struct raw_info_t { | ^~~~~~~~~~ /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct conn_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ network.h:233:11: note: next member 'i32_t packet_info_t::data_len' declared here 233 | i32_t data_len; | ^~~~~~~~ In file included from server.cpp:12: connection.h:218:8: note: in the definition of 'struct conn_info_t' 218 | struct conn_info_t // stores info for a raw connection.for client ,there is only one connection,for server there can be thousand of connection since server can | ^~~~~~~~~~~ make: *** [makefile:37: all] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/udp2raw-tunnel-20230206.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.60665 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.60665 (%build) Command exited with non-zero status 1 4.45user 0.48system 0:04.94elapsed 100%CPU (0avgtext+0avgdata 79876maxresident)k 0inputs+0outputs (0major+233275minor)pagefaults 0swaps hsh-rebuild: rebuild of `udp2raw-tunnel-20230206.0-alt1.src.rpm' failed. Command exited with non-zero status 1 2.81user 1.25system 0:11.46elapsed 35%CPU (0avgtext+0avgdata 125216maxresident)k 0inputs+0outputs (0major+181955minor)pagefaults 0swaps