Started by user musashino205 Running as SYSTEM Building remotely on home-slave01 in workspace /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/musashino-build/openwrt # timeout=10 Fetching upstream changes from https://github.com/musashino-build/openwrt > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/musashino-build/openwrt +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/devadd/m24eg_rtl8218fb^{commit} # timeout=10 Checking out Revision b60e392e582c25d0d115f9da30ea1b9383df88f3 (refs/remotes/origin/devadd/m24eg_rtl8218fb) > git config core.sparsecheckout # timeout=10 > git checkout -f b60e392e582c25d0d115f9da30ea1b9383df88f3 # timeout=10 Commit message: "realtek: add rtl8218fb_read_status to rtl83xx-phy driver for RTL8218FB" > git rev-list --no-walk fa514d8583448368dcb1d2a80574cd70bb5d7233 # timeout=10 New run name is '#77' New run description is 'Switch-M24eG' [OpenWrt-master-Panasonic-M24eG-PN28240K] $ /bin/sh -xe /tmp/jenkins8198194979917699580.sh + which toot + [ -x /usr/bin/toot ] + toot post 【ビルド通知】OpenWrt-master-Panasonic-M24eG-PN28240K プロジェクトの #77 ビルドを開始します。(Switch-M24eG) https://taiha.net/jenkins/job/OpenWrt-master-Panasonic-M24eG-PN28240K/ #TaihaBuild -v unlisted Toot posted: https://mstdn.maud.io/@musashino205/107193498168623908 [OpenWrt-master-Panasonic-M24eG-PN28240K] $ /bin/sh -xe /tmp/jenkins12657271263009012349.sh + [ false = true ] + true + [ -e feeds.conf ] + rm feeds.conf + wget https://github.com/musashino-build/openwrt_build-profiles/raw/master/feeds/feeds.conf --2021-10-31 10:16:17-- https://github.com/musashino-build/openwrt_build-profiles/raw/master/feeds/feeds.conf Resolving github.com (github.com)... 52.69.186.44 Connecting to github.com (github.com)|52.69.186.44|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/musashino-build/openwrt_build-profiles/master/feeds/feeds.conf [following] --2021-10-31 10:16:17-- https://raw.githubusercontent.com/musashino-build/openwrt_build-profiles/master/feeds/feeds.conf Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 696 [text/plain] Saving to: ‘feeds.conf’ 0K 100% 12.0M=0s 2021-10-31 10:16:18 (12.0 MB/s) - ‘feeds.conf’ saved [696/696] + ./scripts/feeds update -a Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git' ... From https://git.openwrt.org/feed/packages ac5912e..19596a0 master -> origin/master Updating ac5912e..19596a0 Fast-forward lang/python/python3-asgiref/Makefile | 6 ++-- lang/python/python3-django-cors-headers/Makefile | 8 ++--- lang/python/python3-drf-nested-routers/Makefile | 8 ++--- lang/python/python3-sqlparse/Makefile | 6 ++-- net/lighttpd/Makefile | 6 ++-- net/lighttpd/files/lighttpd.conf | 2 +- net/lighttpd/patches/010-meson-lua.patch | 2 +- net/lighttpd/patches/020-decls.patch | 34 -------------------- net/nginx/Makefile | 6 ++-- net/openfortivpn/Makefile | 5 ++- net/openfortivpn/files/openfortivpn.sh | 14 ++++++--- net/openfortivpn/files/openfortivpn.upgrade | 3 ++ net/tor/Makefile | 4 +-- net/uwsgi/Makefile | 9 ++---- net/uwsgi/patches/001-dont-hardcode-zlib.patch | 2 +- .../002-dont-override-toolchain-optimization.patch | 2 +- .../003-hard-code-Linux-as-compilation-os.patch | 2 +- .../patches/020-uwsgiconfig-system-python3.patch | 8 ----- net/xray-core/Makefile | 11 +++---- net/xray-core/files/xray.capabilities | 10 ------ net/xray-core/files/xray.init | 7 ----- net/zerotier/Makefile | 3 +- net/zerotier/files/etc/init.d/zerotier | 1 + utils/mariadb/Makefile | 20 ++++-------- utils/mariadb/patches/100-fix_hostname.patch | 2 +- utils/mariadb/patches/110-pcre.cmake.patch | 36 ---------------------- utils/mariadb/patches/130-c11_atomics.patch | 12 ++++---- .../mariadb/patches/170-ppc-remove-glibc-dep.patch | 13 +------- .../180-relax-mysql_install-db-wrt-pam-tool.patch | 6 ++-- .../190-replace-hostname-in-mysqld_safe.patch | 6 ++-- utils/mariadb/patches/200-no-selinux.patch | 2 +- .../mariadb/patches/210-libmariadb-fix-cmake.patch | 11 ------- utils/unrar/Makefile | 4 +-- utils/yq/Makefile | 4 +-- 34 files changed, 79 insertions(+), 196 deletions(-) delete mode 100644 net/lighttpd/patches/020-decls.patch create mode 100644 net/openfortivpn/files/openfortivpn.upgrade delete mode 100644 net/uwsgi/patches/020-uwsgiconfig-system-python3.patch delete mode 100644 net/xray-core/files/xray.capabilities delete mode 100644 utils/mariadb/patches/110-pcre.cmake.patch delete mode 100644 utils/mariadb/patches/210-libmariadb-fix-cmake.patch Updating feed 'luci' from 'https://git.openwrt.org/project/luci.git' ... From https://git.openwrt.org/project/luci 0740023..b5270be master -> origin/master Updating 0740023..b5270be Fast-forward applications/luci-app-acme/po/ru/acme.po | 22 ++++++------- applications/luci-app-aria2/po/ru/aria2.po | 6 ++-- applications/luci-app-ddns/po/sv/ddns.po | 8 ++--- applications/luci-app-dump1090/po/ru/dump1090.po | 8 ++--- applications/luci-app-dynapoint/po/sv/dynapoint.po | 8 ++--- applications/luci-app-frpc/po/ru/frpc.po | 8 ++--- applications/luci-app-frps/po/ru/frps.po | 4 +-- applications/luci-app-hd-idle/po/tr/hd-idle.po | 18 +++++------ applications/luci-app-ltqtapi/po/sv/ltqtapi.po | 8 ++--- applications/luci-app-mwan3/po/sv/mwan3.po | 8 ++--- applications/luci-app-nut/po/ru/nut.po | 6 ++-- applications/luci-app-ocserv/po/ru/ocserv.po | 8 +++-- .../po/sv/shadowsocks-libev.po | 8 ++--- applications/luci-app-sqm/po/ru/sqm.po | 6 ++-- applications/luci-app-sqm/po/sv/sqm.po | 8 ++--- applications/luci-app-tinyproxy/po/cs/tinyproxy.po | 8 +++-- .../luci-app-travelmate/po/ru/travelmate.po | 4 +-- .../luci-app-travelmate/po/sv/travelmate.po | 10 +++--- .../po/sv/vpn-policy-routing.po | 8 ++--- applications/luci-app-watchcat/po/ru/watchcat.po | 8 ++--- applications/luci-app-wireguard/po/ru/wireguard.po | 6 ++-- modules/luci-base/po/sv/base.po | 36 ++++++++++------------ modules/luci-base/po/tr/base.po | 5 +-- 23 files changed, 112 insertions(+), 107 deletions(-) Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git' ... Already up to date. Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git' ... Already up to date. Updating feed 'taiha' from 'https://github.com/taiha/taiha-pkgs.git' ... Already up to date. Create index file './feeds/packages.index'  Collecting package info: feeds/packages/lang/python/python3-asgiref Collecting package info: feeds/packages/lang/python/python3-django-cors-headers Collecting package info: feeds/packages/lang/python/python3-drf-nested-routers Collecting package info: feeds/packages/lang/python/python3-sqlparse Collecting package info: feeds/packages/net/lighttpd Collecting package info: feeds/packages/net/nginx Collecting package info: feeds/packages/net/openfortivpn Collecting package info: feeds/packages/net/tor Collecting package info: feeds/packages/net/uwsgi Collecting package info: feeds/packages/net/xray-core Collecting package info: feeds/packages/net/zerotier Collecting package info: feeds/packages/utils/mariadb Collecting package info: feeds/packages/utils/unrar Collecting package info: feeds/packages/utils/yq Collecting package info: merging... Collecting package info: done Create index file './feeds/luci.index' Create index file './feeds/routing.index' Create index file './feeds/telephony.index' Create index file './feeds/taiha.index' + ./scripts/feeds install -a Installing all packages from feed packages. Installing all packages from feed luci. Installing all packages from feed routing. Installing all packages from feed telephony. Installing all packages from feed taiha. + [ -e .config ] + rm .config + [ -e diffconfig ] + [ true = true ] + wget https://github.com/musashino-build/openwrt_build-profiles/raw/master/realtek/m24eg/diffconfig --2021-10-31 10:17:11-- https://github.com/musashino-build/openwrt_build-profiles/raw/master/realtek/m24eg/diffconfig Resolving github.com (github.com)... 52.192.72.89 Connecting to github.com (github.com)|52.192.72.89|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/musashino-build/openwrt_build-profiles/master/realtek/m24eg/diffconfig [following] --2021-10-31 10:17:12-- https://raw.githubusercontent.com/musashino-build/openwrt_build-profiles/master/realtek/m24eg/diffconfig Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1908 (1.9K) [text/plain] Saving to: ‘diffconfig’ 0K . 100% 14.7M=0s 2021-10-31 10:17:12 (14.7 MB/s) - ‘diffconfig’ saved [1908/1908] + mv diffconfig .config + echo CONFIG_KERNEL_DEVMEM=y + echo CONFIG_BUSYBOX_CUSTOM=y + echo CONFIG_BUSYBOX_CONFIG_DEVMEM=y + echo CONFIG_KERNEL_DYNAMIC_DEBUG=y + make defconfig # # configuration written to .config # + make -j8 V=s time: target/linux/prereq#0.11#0.02#0.13 make[1]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek + mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl + mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host + cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl + mkdir -p bin lib stamp usr/include usr/lib + cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host + mkdir -p bin lib stamp usr/include usr/lib mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/stamp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/stamp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include/sys touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/.prepared install -m0644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/include/*.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include/ install -m0644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/include/sys/*.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include/sys/ ln -snf lib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib64 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/.prepared make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/flock' make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/flock' time: tools/flock/compile#0.02#0.01#0.05 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/xz' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/xz' time: tools/xz/compile#0.02#0.02#0.04 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/sed' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/sed' time: tools/sed/compile#0.04#0.00#0.04 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/tar' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patch' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patch' time: tools/patch/compile#0.03#0.01#0.04 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/tar' time: tools/tar/compile#0.04#0.01#0.05 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/ninja' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/m4' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/autoconf-archive' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/cpio' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/lzma' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mtools' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patch-image' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/sstrip' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patch-image' time: tools/patch-image/compile#0.02#0.01#0.06 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/ninja' time: tools/ninja/compile#0.03#0.01#0.07 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/cpio' time: tools/cpio/compile#0.03#0.03#0.08 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/xxd' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/sstrip' time: tools/sstrip/compile#0.04#0.01#0.08 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/autoconf-archive' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zip' time: tools/autoconf-archive/compile#0.05#0.01#0.09 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mtools' time: tools/mtools/compile#0.05#0.00#0.09 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/lzma' time: tools/lzma/compile#0.05#0.01#0.09 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/expat' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/meson' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/m4' time: tools/m4/compile#0.05#0.04#0.12 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/autoconf' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.meson-0.60.0.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "meson-0.60.0.tar.gz" "080d68b685e9a0d9c9bb475457e097b49e1d1a6f750abc971428a8d2e1b12d47" "" "https://github.com/mesonbuild/meson/releases/download/0.60.0" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/xxd' time: tools/xxd/compile#0.04#0.01#0.06 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zip' time: tools/zip/compile#0.04#0.01#0.07 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/expat' time: tools/expat/compile#0.05#0.00#0.07 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/autoconf' time: tools/autoconf/compile#0.04#0.01#0.05 + curl -f --connect-timeout 20 --retry 5 --location --insecure https://github.com/mesonbuild/meson/releases/download/0.60.0/meson-0.60.0.tar.gz make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/missing-macros' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/missing-macros' time: tools/missing-macros/compile#0.02#0.00#0.03 100 625 100 625 0 0 1816 0 --:--:-- --:--:-- --:--:-- 1816 100 1947k 100 1947k 0 0 2902k 0 --:--:-- --:--:-- --:--:-- 2902k . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; gzip -dc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/meson-0.60.0.tar.gz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/.prepared9ad0763cbc5fb0c44e2bdf44ee690a65_6664517399ebbbc92a37c5bb081b5c53 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/.configured touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/.built install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/packaging/create_zipapp.py /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0 --outfile /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/meson install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib/meson install -m0600 files/openwrt-cross.txt.in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib/meson/ install -m0600 files/openwrt-native.txt.in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib/meson/ mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/stamp touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/meson-0.60.0/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/stamp/.meson_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/meson' time: tools/meson/compile#0.24#0.17#1.08 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/pkgconf' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/pkgconf' time: tools/pkgconf/compile#0.04#0.00#0.04 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/automake' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/libressl' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/automake' time: tools/automake/compile#0.03#0.02#0.06 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/libtool' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/dosfstools' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/libressl' time: tools/libressl/compile#0.05#0.02#0.08 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/cmake' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mkimage' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/dosfstools' time: tools/dosfstools/compile#0.03#0.01#0.05 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/libtool' time: tools/libtool/compile#0.04#0.00#0.06 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/e2fsprogs' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/flex' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/fakeroot' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/gengetopt' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mklibs' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patchelf' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/flex' time: tools/flex/compile#0.04#0.02#0.08 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/fakeroot' time: tools/fakeroot/compile#0.05#0.01#0.08 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mklibs' time: tools/mklibs/compile#0.04#0.01#0.08 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/gengetopt' time: tools/gengetopt/compile#0.05#0.01#0.08 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/patchelf' time: tools/patchelf/compile#0.04#0.01#0.08 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/gmp' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/bison' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/bison' time: tools/bison/compile#0.04#0.03#0.07 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/findutils' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/bc' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/e2fsprogs' time: tools/e2fsprogs/compile#0.08#0.02#0.18 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/gmp' time: tools/gmp/compile#0.04#0.04#0.10 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mpfr' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/bc' time: tools/bc/compile#0.04#0.00#0.06 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/findutils' time: tools/findutils/compile#0.03#0.04#0.08 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/padjffs2' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/quilt' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mpfr' time: tools/mpfr/compile#0.03#0.03#0.07 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mpc' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/padjffs2' time: tools/padjffs2/compile#0.03#0.01#0.05 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/quilt' time: tools/quilt/compile#0.04#0.00#0.05 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mpc' time: tools/mpc/compile#0.04#0.01#0.06 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mkimage' time: tools/mkimage/compile#0.13#0.17#0.50 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/cmake' time: tools/cmake/compile#0.18#0.15#0.55 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zlib' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zstd' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zlib' time: tools/zlib/compile#0.04#0.00#0.05 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mtd-utils' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/firmware-utils' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/make-ext4fs' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/squashfskit4' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/zstd' time: tools/zstd/compile#0.04#0.01#0.06 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.firmware-utils-2021-10-30-70737600.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "firmware-utils-2021-10-30-70737600.tar.xz" "a2c64e34827992c0f0c71974aa0b66e0a2aafb38a838649500ecd78095098d4c" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf firmware-utils-2021-10-30-70737600 && [ \! -d firmware-utils-2021-10-30-70737600 ] && git clone https://git.openwrt.org/project/firmware-utils.git firmware-utils-2021-10-30-70737600 && (cd firmware-utils-2021-10-30-70737600 && git checkout 70737600d9385486df5c1970b4ab41ccb17006fa && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd firmware-utils-2021-10-30-70737600 && git log -1 --format='\''@%ct'\''` && rm -rf firmware-utils-2021-10-30-70737600/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c firmware-utils-2021-10-30-70737600 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/firmware-utils-2021-10-30-70737600.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/firmware-utils-2021-10-30-70737600.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf firmware-utils-2021-10-30-70737600; ) ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/squashfskit4' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/make-ext4fs' time: tools/make-ext4fs/compile#0.04#0.00#0.05 time: tools/squashfskit4/compile#0.04#0.00#0.05 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/mtd-utils' time: tools/mtd-utils/compile#0.04#0.00#0.06 + curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.cdn.openwrt.org/firmware-utils-2021-10-30-70737600.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 161k 100 161k 0 0 262k 0 --:--:-- --:--:-- --:--:-- 262k . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/firmware-utils-2021-10-30-70737600.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/.prepared42ac4fee44457ea1ebc6f1418e24d902_6664517399ebbbc92a37c5bb081b5c53 mkdir -p "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600" (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600; CFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include " CXXFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib " cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER="g++" -DCMAKE_ASM_COMPILER_LAUNCHER="" -DCMAKE_ASM_COMPILER="gcc" -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_EXE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib " -DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib " -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib " -DCMAKE_FIND_ROOT_PATH="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host;/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg;/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=BOTH -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_STRIP=: -DCMAKE_INSTALL_PREFIX=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host -DCMAKE_PREFIX_PATH=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host -DCMAKE_SKIP_RPATH=TRUE -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_EXPORT_PACKAGE_REGISTRY=FALSE -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=TRUE -DCMAKE_GENERATOR="Ninja" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600 ) -- The C compiler identification is GNU 9.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found ZLIB: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib/libz.a (found version "1.2.11") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found OpenSSL: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib/libcrypto.a (found version "2.0.0") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER_LAUNCHER CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS_RELEASE CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_EXPORT_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS -- Build files have been written to: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/.configured MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600 ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600' [1/182] Building C object CMakeFiles/trx2usr.dir/src/trx2usr.c.o [2/182] Building C object CMakeFiles/xorimage.dir/src/xorimage.c.o [3/182] Building C object CMakeFiles/zyimage.dir/src/zyimage.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/zyimage.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/zyimage.c:126:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 126 | fread(&oldsign, sizeof(oldsign), 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [4/182] Linking C executable trx2usr [5/182] Building C object CMakeFiles/zytrx.dir/src/zytrx.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/zytrx.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/zytrx.c:215:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 215 | write(fdout, &h, sizeof(h)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/zytrx.c:216:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 216 | write(fdout, input_file, file_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [6/182] Linking C executable xorimage [7/182] Linking C executable zyimage [8/182] Linking C executable zytrx [9/182] Building C object CMakeFiles/tplink-safeloader.dir/src/md5.c.o [10/182] Building C object CMakeFiles/uimage_sgehdr.dir/src/uimage_sgehdr.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:152:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 152 | strncpy(imgh->sgeih_p, model, sizeof(imgh->sgeih_p)); | ~~~~^~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:461, from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:153:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 153 | strncpy(imgh->sgeih_sv, sversion, sizeof(imgh->sgeih_sv)); | ~~~~^~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:461, from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:154:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 154 | strncpy(imgh->sgeih_hv, hversion, sizeof(imgh->sgeih_hv)); | ~~~~^~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /usr/include/features.h:461, from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:76:6: warning: unused variable 'ltmp' [-Wunused-variable] 76 | int ltmp; | ^~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:13: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:152:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/uimage_sgehdr.c:153:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [11/182] Building C object CMakeFiles/ptgen.dir/src/cyg_crc32.c.o [12/182] Building C object CMakeFiles/seama.dir/src/seama.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/seama.c: In function 'extract_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/seama.c:423:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 423 | fread(&shdr, sizeof(shdr), 1, ifh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/seama.c:439:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 439 | fread(buf, sizeof(char), 16, ifh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/seama.c:443:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 443 | fread(buf, sizeof(char), msize, ifh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [13/182] Building C object CMakeFiles/wrt400n.dir/src/cyg_crc32.c.o [14/182] Linking C executable uimage_sgehdr [15/182] Building C object CMakeFiles/wrt400n.dir/src/wrt400n.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/wrt400n.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/wrt400n.c:313:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 313 | write(outfd, buf, totalsize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [16/182] Building C object CMakeFiles/seama.dir/src/md5.c.o [17/182] Linking C executable wrt400n [18/182] Linking C executable seama [19/182] Building C object CMakeFiles/otrx.dir/src/otrx.c.o [20/182] Linking C executable otrx [21/182] Building C object CMakeFiles/mkcameofw.dir/src/mkcameofw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:153:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 153 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:9: In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:342:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:424:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:343:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:424:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:344:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:424:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 12 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:345:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcameofw.c:424:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [22/182] Building C object CMakeFiles/ptgen.dir/src/ptgen.c.o [23/182] Linking C executable mkcameofw [24/182] Linking C executable ptgen [25/182] Building C object CMakeFiles/mkbrncmdline.dir/src/mkbrncmdline.c.o [26/182] Building C object CMakeFiles/sign_dlink_ru.dir/src/sign_dlink_ru.c.o [27/182] Building C object CMakeFiles/tplink-safeloader.dir/src/tplink-safeloader.c.o [28/182] Building C object CMakeFiles/sign_dlink_ru.dir/src/md5.c.o [29/182] Linking C executable mkbrncmdline [30/182] Building C object CMakeFiles/xiaomifw.dir/src/xiaomifw.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/xiaomifw.c:29: In function 'strncpy', inlined from 'xiaomifw_create_append_file' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/xiaomifw.c:477:4, inlined from 'xiaomifw_create' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/xiaomifw.c:620:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] [31/182] Linking C executable tplink-safeloader [32/182] Building C object CMakeFiles/mkcsysimg.dir/src/mkcsysimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcsysimg.c: In function 'block_writeout_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcsysimg.c:611:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 611 | fread(buf, buflen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~ [33/182] Linking C executable sign_dlink_ru [34/182] Building C object CMakeFiles/makeamitbin.dir/src/makeamitbin.c.o [35/182] Linking C executable xiaomifw [36/182] Linking C executable mkcsysimg [37/182] Linking C executable makeamitbin [38/182] Building C object CMakeFiles/imagetag.dir/src/cyg_crc32.c.o [39/182] Building C object CMakeFiles/mkbrnimg.dir/src/mkbrnimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c:174:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 174 | write(outfd, signature, strlen(signature)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c: In function 'appendfile': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c:130:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 130 | write(outfd, input_file, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c:135:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 135 | write(outfd, padding, padded_len - len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbrnimg.c:150:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 150 | write(outfd, footer, sizeof(footer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [40/182] Linking C executable mkbrnimg [41/182] Building C object CMakeFiles/imagetag.dir/src/imagetag.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:12: In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:326:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:330:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:334:4: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:338:4: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:342:4: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:346:4: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:351:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 2 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'tagfile' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/imagetag.c:357:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 2 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [42/182] Building C object CMakeFiles/jcgimage.dir/src/jcgimage.c.o [43/182] Building C object CMakeFiles/mktplinkfw2.dir/src/mktplinkfw-lib.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw-lib.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw-lib.c:100:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 100 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [44/182] Linking C executable jcgimage [45/182] Building C object CMakeFiles/mkchkimg.dir/src/mkchkimg.c.o [46/182] Building C object CMakeFiles/fix-u-media-header.dir/src/cyg_crc32.c.o [47/182] Linking C executable mkchkimg [48/182] Building C object CMakeFiles/mktplinkfw2.dir/src/mktplinkfw2.c.o [49/182] Building C object CMakeFiles/imagetag.dir/src/imagetag_cmdline.c.o [50/182] Building C object CMakeFiles/mkdapimg.dir/src/mkdapimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c:164:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 164 | if (fread(&imghdr, sizeof(imghdr), 1, ifile) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c:9: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c:160:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' output may be truncated copying between 0 and 20 bytes from a string of length 30 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c:205:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 20 bytes from a string of length 20 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdapimg.c:206:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 30 bytes from a string of length 30 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [51/182] Building C object CMakeFiles/hcsmakeimage.dir/src/hcsmakeimage.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/hcsmakeimage.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/hcsmakeimage.c:186:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 186 | fread ( filebuffer, 1, buf.st_size,fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [52/182] Building C object CMakeFiles/hcsmakeimage.dir/src/bcmalgo.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/bcmalgo.c: In function 'get_file_crc': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/bcmalgo.c:87:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 87 | fread ( filebuffer, 1, buf.st_size,fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [53/182] Building C object CMakeFiles/mkrtn56uimg.dir/src/mkrtn56uimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkrtn56uimg.c: In function 'process_image': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkrtn56uimg.c:206:3: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 206 | ftruncate(fd, offset_image_end); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkrtn56uimg.c:240:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 240 | ftruncate(fd, offset_image_end); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [54/182] Linking C executable imagetag [55/182] Linking C executable mkdapimg [56/182] Building C object CMakeFiles/add_header.dir/src/add_header.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/add_header.c:23: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/add_header.c:99:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [57/182] Building C object CMakeFiles/mktplinkfw2.dir/src/md5.c.o [58/182] Building C object CMakeFiles/lzma2eva.dir/src/lzma2eva.c.o [59/182] Linking C executable mkrtn56uimg [60/182] Linking C executable hcsmakeimage [61/182] Linking C executable add_header [62/182] Linking C executable lzma2eva [63/182] Linking C executable mktplinkfw2 [64/182] Building C object CMakeFiles/dgn3500sum.dir/src/dgn3500sum.c.o [65/182] Building C object CMakeFiles/lxlfw.dir/src/lxlfw.c.o [66/182] Linking C executable dgn3500sum [67/182] Building C object CMakeFiles/buffalo-tftp.dir/src/buffalo-tftp.c.o [68/182] Linking C executable lxlfw [69/182] Building C object CMakeFiles/addpattern.dir/src/addpattern.c.o [70/182] Building C object CMakeFiles/mkmerakifw-old.dir/src/mkmerakifw-old.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmerakifw-old.c: In function 'meraki_build_hdr': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmerakifw-old.c:272:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 272 | fread(kernel, klen, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [71/182] Building C object CMakeFiles/mkbuffaloimg.dir/src/mkbuffaloimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbuffaloimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkbuffaloimg.c:175:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 175 | fread(buf + DNI_HDR_LEN, st.st_size, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [72/182] Building C object CMakeFiles/nec-enc.dir/src/nec-enc.c.o [73/182] Linking C executable mkmerakifw-old [74/182] Linking C executable addpattern [75/182] Building C object CMakeFiles/buffalo-tftp.dir/src/buffalo-lib.c.o [76/182] Linking C executable mkbuffaloimg [77/182] Building C object CMakeFiles/srec2bin.dir/src/srec2bin.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/srec2bin.c: In function 'checksum': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/srec2bin.c:297:7: warning: variable 'dum' set but not used [-Wunused-but-set-variable] 297 | int dum; | ^~~ [78/182] Linking C executable nec-enc [79/182] Linking C executable buffalo-tftp [80/182] Linking C executable srec2bin [81/182] Building C object CMakeFiles/edimax_fw_header.dir/src/edimax_fw_header.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:160:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 160 | fread(buf, buflen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:9: In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:282:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:378:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:283:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:378:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:284:2, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/edimax_fw_header.c:378:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 14 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [82/182] Building C object CMakeFiles/spw303v.dir/src/spw303v.c.o [83/182] Linking C executable edimax_fw_header [84/182] Building C object CMakeFiles/osbridge-crc.dir/src/osbridge-crc.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/osbridge-crc.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/osbridge-crc.c:138:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 138 | fread(buf, buflen, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [85/182] Building C object CMakeFiles/mkporayfw.dir/src/mkporayfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkporayfw.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkporayfw.c:373:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 373 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [86/182] Building C object CMakeFiles/mkwrgimg.dir/src/md5.c.o [87/182] Building C object CMakeFiles/pc1crypt.dir/src/pc1crypt.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c: In function 'pc1_init': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:167:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 167 | strcpy(pc1->cle, "Remsaalps!123456"); | ~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:461, from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:15: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 88 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:322:26: warning: pointer targets in passing argument 2 of 'pc1_decrypt_buf' differ in signedness [-Wpointer-sign] 322 | pc1_decrypt_buf(&pc1, buf, datalen); | ^~~ | | | char * /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:170:65: note: expected 'unsigned char *' but argument is of type 'char *' 170 | static void pc1_decrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, | ~~~~~~~~~~~~~~~^~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:324:26: warning: pointer targets in passing argument 2 of 'pc1_encrypt_buf' differ in signedness [-Wpointer-sign] 324 | pc1_encrypt_buf(&pc1, buf, datalen); | ^~~ | | | char * /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:179:65: note: expected 'unsigned char *' but argument is of type 'char *' 179 | static void pc1_encrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, | ~~~~~~~~~~~~~~~^~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/pc1crypt.c:315:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 315 | fread(buf, datalen, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [88/182] Linking C executable spw303v [89/182] Building C object CMakeFiles/mkedimaximg.dir/src/mkedimaximg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkedimaximg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkedimaximg.c:182:28: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member] 182 | if (!strtou32(optarg, &header.flash)) { | ^~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkedimaximg.c:188:28: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member] 188 | if (!strtou32(optarg, &header.start)) { | ^~~~~~~~~~~~~ [90/182] Linking C executable osbridge-crc [91/182] Linking C executable mkporayfw [92/182] Linking C executable pc1crypt [93/182] Linking C executable mkedimaximg [94/182] Building C object CMakeFiles/encode_crc.dir/src/encode_crc.c.o [95/182] Building C object CMakeFiles/bcm4908asus.dir/src/bcm4908asus.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/bcm4908asus.c:12: In function 'strncpy', inlined from 'bcm4908asus_create_parse_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/bcm4908asus.c:260:4, inlined from 'bcm4908asus_create' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/bcm4908asus.c:297:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 12 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [96/182] Building C object CMakeFiles/mkzyxelzldfw.dir/src/md5.c.o [97/182] Building C object CMakeFiles/fix-u-media-header.dir/src/fix-u-media-header.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/fix-u-media-header.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/fix-u-media-header.c:166:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 166 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [98/182] Linking C executable encode_crc [99/182] Building C object CMakeFiles/bcm4908kernel.dir/src/bcm4908kernel.c.o [100/182] Linking C executable fix-u-media-header [101/182] Linking C executable bcm4908kernel [102/182] Building C object CMakeFiles/dns313-header.dir/src/dns313-header.c.o [103/182] Linking C executable bcm4908asus [104/182] Building C object CMakeFiles/zyxbcm.dir/src/zyxbcm.c.o [105/182] Building C object CMakeFiles/mktitanimg.dir/src/mktitanimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:404:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 404 | fread((void*)&head, sizeof(struct nsp_img_hdr_head), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 405 | 1, nsp_image); | ~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:412:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 412 | fread((void*)hdr, head.hdr_size, 1, nsp_image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:441:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 441 | fread(img_buf, 1, len, nsp_image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c: In function 'cs_is_tagged': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:521:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 521 | fread(buf, 8, 1, fp); | ^~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c: In function 'cs_read_sum': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:532:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 532 | fread(buf, 8, 1, fp); | ^~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c: In function 'cs_get_sum': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:635:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 635 | fread(&magic, 4, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktitanimg.c:636:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 636 | fread(sum, 4, 1, fp); | ^~~~~~~~~~~~~~~~~~~~ [106/182] Linking C executable zyxbcm [107/182] Building C object CMakeFiles/mkcasfw.dir/src/mkcasfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcasfw.c: In function 'image_writeout_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkcasfw.c:672:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 672 | fread(buf, buflen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~ [108/182] Linking C executable dns313-header [109/182] Linking C executable mktitanimg [110/182] Building C object CMakeFiles/mkzyxelzldfw.dir/src/mkzyxelzldfw.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c:17: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c:803:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c:805:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c:466:13: warning: 'kernel_offset' may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | checksum = checksum_calculate(fp, kernel_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzyxelzldfw.c:395:33: note: 'kernel_offset' was declared here 395 | size_t file_size, file_offset, kernel_offset; | ^~~~~~~~~~~~~ [111/182] Linking C executable mkcasfw [112/182] Building C object CMakeFiles/dgfirmware.dir/src/dgfirmware.c.o [113/182] Building C object CMakeFiles/trx.dir/src/trx.c.o [114/182] Linking C executable mkzyxelzldfw [115/182] Building C object CMakeFiles/mkdhpimg.dir/src/mkdhpimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdhpimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdhpimg.c:64:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 64 | read(in, &buf[DHP_HEADER_SIZE], in_st.st_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdhpimg.c:75:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 75 | write(out, buf, size); | ^~~~~~~~~~~~~~~~~~~~~ [116/182] Linking C executable dgfirmware [117/182] Linking C executable trx [118/182] Building C object CMakeFiles/buffalo-enc.dir/src/buffalo-enc.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/buffalo-enc.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/buffalo-enc.c:155:3: warning: 'tail_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 155 | memmove(&buf[tail_dst], &buf[tail_src], tail_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/buffalo-enc.c:119:29: note: 'tail_len' was declared here 119 | ssize_t src_len, tail_dst, tail_len, tail_src; | ^~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/buffalo-enc.c:156:38: warning: 'tail_dst' may be used uninitialized in this function [-Wmaybe-uninitialized] 156 | memset(&buf[tail_src], 0, tail_dst - tail_src); | ~~~~~~~~~^~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/buffalo-enc.c:119:19: note: 'tail_dst' was declared here 119 | ssize_t src_len, tail_dst, tail_len, tail_src; | ^~~~~~~~ [119/182] Building C object CMakeFiles/uimage_padhdr.dir/src/uimage_padhdr.c.o [120/182] Building C object CMakeFiles/trx2edips.dir/src/trx2edips.c.o [121/182] Building C object CMakeFiles/buffalo-enc.dir/src/buffalo-lib.c.o [122/182] Building C object CMakeFiles/mkdlinkfw.dir/src/mkdlinkfw-lib.c.o [123/182] Linking C executable uimage_padhdr [124/182] Linking C executable trx2edips [125/182] Building C object CMakeFiles/motorola-bin.dir/src/motorola-bin.c.o [126/182] Linking C executable buffalo-enc [127/182] Building C object CMakeFiles/mkdlinkfw.dir/src/mkdlinkfw.c.o [128/182] Linking C executable motorola-bin [129/182] Linking C executable mkdlinkfw [130/182] Building C object CMakeFiles/mkzynfw.dir/src/mkzynfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c: In function 'write_out_image': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c:833:19: warning: taking address of packed member of 'struct zyn_rombin_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 833 | res = read_magic(&hdr.ocsum); | ^~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c: In function 'read_magic': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c:665:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 665 | fread(magic, 2, 1, f); | ^~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c: In function 'write_out_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzynfw.c:704:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 704 | fread(buf, buflen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~ [131/182] Building C object CMakeFiles/mkdhpimg.dir/src/buffalo-lib.c.o [132/182] Building C object CMakeFiles/mkdniimg.dir/src/mkdniimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdniimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkdniimg.c:158:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 158 | fread(buf + DNI_HDR_LEN, st.st_size, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [133/182] Linking C executable mkdhpimg [134/182] Linking C executable mkzynfw [135/182] Linking C executable mkdniimg [136/182] Building C object CMakeFiles/mktplinkfw.dir/src/mktplinkfw-lib.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw-lib.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw-lib.c:100:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 100 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [137/182] Building C object CMakeFiles/mktplinkfw.dir/src/mktplinkfw.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw.c:13: In function 'strncpy', inlined from 'fill_header' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw.c:371:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 24 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'fill_header' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mktplinkfw.c:372:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 36 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [138/182] Building C object CMakeFiles/mkheader_gemtek.dir/src/mkheader_gemtek.c.o [139/182] Building C object CMakeFiles/mktplinkfw.dir/src/md5.c.o [140/182] Building C object CMakeFiles/asustrx.dir/src/asustrx.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/asustrx.c:13: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/asustrx.c:171:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 12 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [141/182] Building C object CMakeFiles/mkfwimage2.dir/src/mkfwimage2.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:12: In function 'strncpy', inlined from 'write_part' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:103:2, inlined from 'build_image' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:338:13, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:432:7: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'write_part' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:104:2, inlined from 'build_image' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:338:13, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:432:7: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:415:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkfwimage2.c:405:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [142/182] Linking C executable mkheader_gemtek [143/182] Linking C executable mktplinkfw [144/182] Building C object CMakeFiles/mkfwimage.dir/src/mkfwimage.c.o [145/182] Linking C executable asustrx [146/182] Building C object CMakeFiles/mkrasimage.dir/src/mkrasimage.c.o [147/182] Linking C executable mkfwimage2 [148/182] Building C object CMakeFiles/mkmerakifw.dir/src/mkmerakifw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmerakifw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmerakifw.c:269:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 269 | fread(kernel, klen, 1, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [149/182] Linking C executable mkrasimage [150/182] Linking C executable mkfwimage [151/182] Building C object CMakeFiles/nand_ecc.dir/src/nand_ecc.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/nand_ecc.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/nand_ecc.c:177:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 177 | write(outfd, page_data, page_size + oob_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [152/182] Building C object CMakeFiles/mkwrggimg.dir/src/mkwrggimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:229:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 229 | fread(buf + sizeof(struct wrgg03_header), st.st_size, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:11: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:238:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:241:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:242:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:245:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrggimg.c:248:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [153/182] Linking C executable nand_ecc [154/182] Building C object CMakeFiles/mkdapimg2.dir/src/mkdapimg2.c.o [155/182] Building C object CMakeFiles/mkplanexfw.dir/src/mkplanexfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkplanexfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkplanexfw.c:220:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 220 | fread(buf + sizeof(*hdr), st.st_size, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [156/182] Linking C executable mkdapimg2 [157/182] Building C object CMakeFiles/mkwrggimg.dir/src/md5.c.o [158/182] Linking C executable mkwrggimg [159/182] Building C object CMakeFiles/mksercommfw.dir/src/mksercommfw.c.o In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mksercommfw.c:3: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mksercommfw.c:240:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 7 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mksercommfw.c:245:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 7 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [160/182] Linking C executable mksercommfw [161/182] Building C object CMakeFiles/mksenaofw.dir/src/md5.c.o [162/182] Building C object CMakeFiles/mkhilinkfw.dir/src/mkhilinkfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkhilinkfw.c: In function 'copy_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkhilinkfw.c:269:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 269 | write(dst, buf, size); | ^~~~~~~~~~~~~~~~~~~~~ [163/182] Building C object CMakeFiles/mkwrgimg.dir/src/mkwrgimg.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrgimg.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrgimg.c:191:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 191 | fread(buf + sizeof(struct wrg_header), st.st_size, 1, infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrgimg.c:9: In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrgimg.c:200:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkwrgimg.c:201:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [164/182] Building C object CMakeFiles/mksenaofw.dir/src/mksenaofw.c.o [165/182] Linking C executable mkhilinkfw [166/182] Linking C executable mkwrgimg [167/182] Linking C executable mksenaofw [168/182] Building C object CMakeFiles/mkmerakifw.dir/src/sha1.c.o [169/182] Building C object CMakeFiles/mkzcfw.dir/src/cyg_crc32.c.o [170/182] Linking C executable mkmerakifw [171/182] Building C object CMakeFiles/buffalo-tag.dir/src/buffalo-lib.c.o [172/182] Building C object CMakeFiles/mkmylofw.dir/src/mkmylofw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmylofw.c: In function 'get_file_crc': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmylofw.c:381:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 381 | fread(buf, readlen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmylofw.c: In function 'write_out_file': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkmylofw.c:553:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 553 | fread(buff, buflen, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~ [173/182] Building C object CMakeFiles/buffalo-tag.dir/src/buffalo-tag.c.o [174/182] Linking C executable mkmylofw [175/182] Building C object CMakeFiles/mkzcfw.dir/src/mkzcfw.c.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'read_to_buf': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:172:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 172 | fread(buf, fdata->file_size, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'usage' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:128:2: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'fprintf', inlined from 'get_file_stat.isra.0' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:152:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'get_file_stat.isra.0': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:100:20: note: format string is defined here 100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'read_to_buf.isra.0' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:174:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'read_to_buf.isra.0': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:100:20: note: format string is defined here 100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'read_to_buf.isra.0' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:167:3: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'read_to_buf.isra.0': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:100:20: note: format string is defined here 100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'write_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:255:2, inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:343:8, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:392:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:105:20: note: format string is defined here 105 | fprintf(stderr, "[%s] " fmt "\n", progname, ## __VA_ARGS__ ); \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'write_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:251:3, inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:343:8, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:392:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:100:20: note: format string is defined here 100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'write_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:244:3, inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:343:8, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:392:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:100:20: note: format string is defined here 100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'build_fw' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:284:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:392:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:230:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:225:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:216:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:211:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:202:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:197:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ In file included from /usr/include/stdio.h:867, from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:6: In function 'fprintf', inlined from 'check_options' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:191:3, inlined from 'main' at /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:388:8: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: '%s' directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c: In function 'main': /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/src/mkzcfw.c:93:20: note: format string is defined here 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~ [176/182] Linking C executable buffalo-tag [177/182] Linking C executable mkzcfw [178/182] Building C object CMakeFiles/mkplanexfw.dir/src/sha1.c.o [179/182] Building C object CMakeFiles/oseama.dir/src/oseama.c.o [180/182] Linking C executable mkplanexfw [181/182] Building C object CMakeFiles/oseama.dir/src/md5.c.o [182/182] Linking C executable oseama touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/.built MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600 install ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600' [0/1] Install the project... -- Install configuration: "Release" -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/add_header -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/addpattern -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/asustrx -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/bcm4908asus -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/bcm4908kernel -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/buffalo-enc -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/buffalo-tag -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/buffalo-tftp -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/dgfirmware -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/dgn3500sum -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/dns313-header -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/edimax_fw_header -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/encode_crc -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fix-u-media-header -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/hcsmakeimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/imagetag -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/jcgimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/lxlfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/lzma2eva -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/makeamitbin -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkbrncmdline -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkbrnimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkbuffaloimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkcameofw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkcasfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkchkimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkcsysimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkdapimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkdapimg2 -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkdhpimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkdlinkfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkdniimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkedimaximg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkfwimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkfwimage2 -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkheader_gemtek -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkhilinkfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkmerakifw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkmerakifw-old -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkmylofw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkplanexfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkporayfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkrasimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkrtn56uimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mksenaofw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mksercommfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mktitanimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mktplinkfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mktplinkfw2 -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkwrggimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkwrgimg -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkzcfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkzynfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkzyxelzldfw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/motorola-bin -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/nand_ecc -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/nec-enc -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/osbridge-crc -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/oseama -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/otrx -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/pc1crypt -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ptgen -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/seama -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sign_dlink_ru -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/spw303v -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/srec2bin -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/tplink-safeloader -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/trx -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/trx2edips -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/trx2usr -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/uimage_padhdr -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/uimage_sgehdr -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/wrt400n -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/xiaomifw -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/xorimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/zyimage -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/zytrx -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/zyxbcm mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/stamp touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/host/firmware-utils-2021-10-30-70737600/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/stamp/.firmware-utils_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tools/firmware-utils' time: tools/firmware-utils/compile#17.25#2.55#3.75 make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux' make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.linux-5.10.76.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "linux-5.10.76.tar.xz" "480a09ba1962862ff18df9453fa0df6ba11cbe19eefedeab81bf2c84f49e1890" "" "@KERNEL/linux/kernel/v5.x" ' + curl -f --connect-timeout 20 --retry 5 --location --insecure https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.76.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 111M 16 18.2M 0 0 47.6M 0 0:00:02 --:--:-- 0:00:02 47.5M 69 111M 69 77.6M 0 0 56.1M 0 0:00:01 0:00:01 --:--:-- 56.1M 100 111M 100 111M 0 0 49.0M 0 0:00:02 0:00:02 --:--:-- 49.0M rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/linux-5.10.76.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic -xf - cp -fpR "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/files"/. "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/files"/. "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/files-5.10"/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/ -name \*.rej -or -name \*.orig | xargs -r rm -f if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/patches ]; then echo "generic patches directory is present. please move your patches to the pending directory" ; exit 1; fi Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch using plaintext: patching file scripts/ld-version.sh Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch using plaintext: patching file Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-00-MIPS-uasm-Enable-muhu-opcode-for-MIPS-R6.patch using plaintext: patching file arch/mips/include/asm/uasm.h patching file arch/mips/mm/uasm-mips.c patching file arch/mips/mm/uasm.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-01-mips-uasm-Add-workaround-for-Loongson-2F-nop-CPU-err.patch using plaintext: patching file arch/mips/include/asm/uasm.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-02-mips-bpf-Add-eBPF-JIT-for-32-bit-MIPS.patch using plaintext: patching file arch/mips/net/Makefile patching file arch/mips/net/bpf_jit_comp.c patching file arch/mips/net/bpf_jit_comp.h patching file arch/mips/net/bpf_jit_comp32.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-03-mips-bpf-Add-new-eBPF-JIT-for-64-bit-MIPS.patch using plaintext: patching file arch/mips/net/bpf_jit_comp64.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-04-mips-bpf-Add-JIT-workarounds-for-CPU-errata.patch using plaintext: patching file arch/mips/net/bpf_jit_comp.c patching file arch/mips/net/bpf_jit_comp.h patching file arch/mips/net/bpf_jit_comp64.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-05-mips-bpf-Enable-eBPF-JITs.patch using plaintext: patching file MAINTAINERS patching file arch/mips/Kconfig patching file arch/mips/net/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/050-v5.16-06-mips-bpf-Remove-old-BPF-JIT-implementations.patch using plaintext: patching file arch/mips/net/bpf_jit.h patching file arch/mips/net/bpf_jit_asm.S Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/071-crypto-arm-chacha-neon-optimize-for-non-block-size-m.patch using plaintext: patching file arch/arm/crypto/chacha-glue.c patching file arch/arm/crypto/chacha-neon-core.S Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/072-crypto-arm-chacha-neon-add-missing-counter-increment.patch using plaintext: patching file arch/arm/crypto/chacha-glue.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/080-wireguard-peer-put-frequently-used-members-above-cac.patch using plaintext: patching file drivers/net/wireguard/peer.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/103-v5.13-MIPS-select-CPU_MIPS64-for-remaining-MIPS64-CPUs.patch using plaintext: patching file arch/mips/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/311-v5.11-MIPS-zboot-put-appended-dtb-into-a-section.patch using plaintext: patching file arch/mips/boot/compressed/ld.script Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/343-netfilter-nft_flow_offload-handle-netdevice-events-f.patch using plaintext: patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/401-v5.11-dt-bindings-mtd-convert-fixed-partitions-to-the-json.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/partition.txt patching file Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/402-v5.12-0001-dt-bindings-mtd-move-partition-binding-to-its-own-fi.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml patching file Documentation/devicetree/bindings/mtd/partitions/partition.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/402-v5.12-0002-dt-bindings-mtd-add-binding-for-BCM4908-partitions.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/partitions/brcm,bcm4908-partitions.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/403-v5.13-mtd-parsers-ofpart-support-BCM4908-fixed-partitions.patch using plaintext: patching file drivers/mtd/parsers/Kconfig patching file drivers/mtd/parsers/Makefile patching file drivers/mtd/parsers/ofpart_bcm4908.c patching file drivers/mtd/parsers/ofpart_bcm4908.h patching file drivers/mtd/parsers/ofpart.c patching file drivers/mtd/parsers/ofpart_core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/404-v5.13-mtd-parsers-ofpart-limit-parsing-of-deprecated-DT-sy.patch using plaintext: patching file drivers/mtd/parsers/ofpart_core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/405-v5.13-mtd-parsers-ofpart-make-symbol-bcm4908_partitions_qu.patch using plaintext: patching file drivers/mtd/parsers/ofpart_core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/406-v5.13-0001-mtd-core-add-nvmem-cells-compatible-to-parse-mtd-as-.patch using plaintext: patching file drivers/mtd/mtdcore.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/406-v5.13-0002-dt-bindings-nvmem-drop-nodename-restriction.patch using plaintext: patching file Documentation/devicetree/bindings/nvmem/nvmem.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/406-v5.13-0003-dt-bindings-mtd-Document-use-of-nvmem-cells-compatib.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/407-v5.13-0001-dt-bindings-mtd-add-binding-for-Linksys-Northstar-pa.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/partitions/linksys,ns-partitions.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/407-v5.13-0002-mtd-parsers-ofpart-support-Linksys-Northstar-partiti.patch using plaintext: patching file drivers/mtd/parsers/Kconfig patching file drivers/mtd/parsers/Makefile patching file drivers/mtd/parsers/ofpart_core.c patching file drivers/mtd/parsers/ofpart_linksys_ns.c patching file drivers/mtd/parsers/ofpart_linksys_ns.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/408-v5.13-mtd-cfi_cmdset_0002-Disable-buffered-writes-for-AMD.patch using plaintext: patching file drivers/mtd/chips/cfi_cmdset_0002.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/500-v5.13-ubifs-default-to-zstd-compression.patch using plaintext: patching file fs/ubifs/sb.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/600-v5.12-net-extract-napi-poll-functionality-to-__napi_poll.patch using plaintext: patching file net/core/dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/601-v5.12-net-implement-threaded-able-napi-poll-loop-support.patch using plaintext: patching file include/linux/netdevice.h patching file net/core/dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/602-v5.12-net-add-sysfs-attribute-to-control-napi-threaded-mod.patch using plaintext: patching file Documentation/ABI/testing/sysfs-class-net patching file include/linux/netdevice.h patching file net/core/dev.c patching file net/core/net-sysfs.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/603-v5.12-net-fix-race-between-napi-kthread-mode-and-busy-poll.patch using plaintext: patching file include/linux/netdevice.h patching file net/core/dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch using plaintext: patching file net/core/dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-00-netfilter-flowtable-add-hash-offset-field-to-tuple.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-01-netfilter-flowtable-separate-replace-destroy-and-sta.patch using plaintext: patching file net/netfilter/nf_flow_table_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-03-netfilter-conntrack-Remove-unused-variable-declarati.patch using plaintext: patching file include/net/netfilter/ipv6/nf_conntrack_ipv6.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-04-netfilter-flowtable-consolidate-skb_try_make_writabl.patch using plaintext: patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-05-netfilter-flowtable-move-skb_try_make_writable-befor.patch using plaintext: patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-06-netfilter-flowtable-move-FLOW_OFFLOAD_DIR_MAX-away-f.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-07-netfilter-flowtable-fast-NAT-functions-never-fail.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-08-netfilter-flowtable-call-dst_check-to-fall-back-to-c.patch using plaintext: patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-09-netfilter-flowtable-refresh-timeout-after-dst-and-wr.patch using plaintext: patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-10-netfilter-nftables-update-table-flags-from-the-commi.patch using plaintext: patching file include/net/netfilter/nf_tables.h patching file net/netfilter/nf_tables_api.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-11-net-resolve-forwarding-path-from-virtual-netdevice-a.patch using plaintext: patching file include/linux/netdevice.h patching file net/core/dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-12-net-8021q-resolve-forwarding-path-for-vlan-devices.patch using plaintext: patching file include/linux/netdevice.h patching file net/8021q/vlan_dev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-13-net-bridge-resolve-forwarding-path-for-bridge-device.patch using plaintext: patching file include/linux/netdevice.h patching file net/bridge/br_device.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-14-net-bridge-resolve-forwarding-path-for-VLAN-tag-acti.patch using plaintext: patching file include/linux/netdevice.h patching file net/8021q/vlan_dev.c patching file net/bridge/br_device.c patching file net/bridge/br_private.h patching file net/bridge/br_vlan.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-15-net-ppp-resolve-forwarding-path-for-bridge-pppoe-dev.patch using plaintext: patching file drivers/net/ppp/ppp_generic.c patching file drivers/net/ppp/pppoe.c patching file include/linux/netdevice.h patching file include/linux/ppp_channel.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-16-net-dsa-resolve-forwarding-path-for-dsa-slave-ports.patch using plaintext: patching file include/linux/netdevice.h patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-17-netfilter-flowtable-add-xmit-path-types.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-18-netfilter-flowtable-use-dev_fill_forward_path-to-obt.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-19-netfilter-flowtable-use-dev_fill_forward_path-to-obt.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-20-netfilter-flowtable-add-vlan-support.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-21-netfilter-flowtable-add-bridge-vlan-filtering-suppor.patch using plaintext: patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-22-netfilter-flowtable-add-pppoe-support.patch using plaintext: patching file net/netfilter/nf_flow_table_ip.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-23-netfilter-flowtable-add-dsa-support.patch using plaintext: patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-24-selftests-netfilter-flowtable-bridge-and-vlan-suppor.patch using plaintext: patching file tools/testing/selftests/netfilter/nft_flowtable.sh Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-25-netfilter-flowtable-add-offload-support-for-xmit-pat.patch using plaintext: patching file net/netfilter/nf_flow_table_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-26-netfilter-nft_flow_offload-use-direct-xmit-if-hardwa.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_offload.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-27-netfilter-flowtable-bridge-vlan-hardware-offload-and.patch using plaintext: patching file include/linux/netdevice.h patching file include/net/netfilter/nf_flow_table.h patching file net/bridge/br_device.c patching file net/bridge/br_vlan.c patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_offload.c patching file net/netfilter/nft_flow_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-28-net-flow_offload-add-FLOW_ACTION_PPPOE_PUSH.patch using plaintext: patching file include/net/flow_offload.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-29-netfilter-flowtable-support-for-FLOW_ACTION_PPPOE_PU.patch using plaintext: patching file net/netfilter/nf_flow_table_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-30-dsa-slave-add-support-for-TC_SETUP_FT.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-31-net-ethernet-mtk_eth_soc-fix-parsing-packets-in-GDM.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-32-net-ethernet-mtk_eth_soc-add-support-for-initializin.patch using plaintext: patching file drivers/net/ethernet/mediatek/Makefile patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h patching file drivers/net/ethernet/mediatek/mtk_ppe.c patching file drivers/net/ethernet/mediatek/mtk_ppe.h patching file drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c patching file drivers/net/ethernet/mediatek/mtk_ppe_regs.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-33-net-ethernet-mtk_eth_soc-add-flow-offloading-support.patch using plaintext: patching file drivers/net/ethernet/mediatek/Makefile patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h patching file drivers/net/ethernet/mediatek/mtk_ppe_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-34-docs-nf_flowtable-update-documentation-with-enhancem.patch using plaintext: patching file Documentation/networking/nf_flowtable.rst Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-35-net-ethernet-mediatek-ppe-fix-busy-wait-loop.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_ppe.c patching file drivers/net/ethernet/mediatek/mtk_ppe.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-36-net-ethernet-mediatek-fix-a-typo-bug-in-flow-offload.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_ppe_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-38-net-ethernet-mtk_eth_soc-unmap-RX-data-before-callin.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-39-net-ethernet-mtk_eth_soc-fix-build_skb-cleanup.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-40-net-ethernet-mtk_eth_soc-use-napi_consume_skb.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-41-net-ethernet-mtk_eth_soc-reduce-MDIO-bus-access-late.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-42-net-ethernet-mtk_eth_soc-remove-unnecessary-TX-queue.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-43-net-ethernet-mtk_eth_soc-use-larger-burst-size-for-Q.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-44-net-ethernet-mtk_eth_soc-increase-DMA-ring-sizes.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-45-net-ethernet-mtk_eth_soc-implement-dynamic-interrupt.patch using plaintext: patching file drivers/net/ethernet/mediatek/Kconfig patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-46-net-ethernet-mtk_eth_soc-cache-HW-pointer-of-last-fr.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-47-net-ethernet-mtk_eth_soc-only-read-the-full-RX-descr.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-48-net-ethernet-mtk_eth_soc-reduce-unnecessary-interrup.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-49-net-ethernet-mtk_eth_soc-rework-NAPI-callbacks.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-50-net-ethernet-mtk_eth_soc-set-PPE-flow-hash-as-skb-ha.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-51-net-ethernet-mtk_eth_soc-use-iopoll.h-macro-for-DMA-.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-52-net-ethernet-mtk_eth_soc-missing-mutex.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_ppe_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-53-net-ethernet-mtk_eth_soc-handle-VLAN-pop-action.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_ppe_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-54-netfilter-flowtable-dst_check-from-garbage-collector.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_ip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-55-netfilter-conntrack-Introduce-tcp-offload-timeout-co.patch using plaintext: patching file include/net/netns/conntrack.h patching file net/netfilter/nf_conntrack_proto_tcp.c patching file net/netfilter/nf_conntrack_standalone.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-56-netfilter-conntrack-Introduce-udp-offload-timeout-co.patch using plaintext: patching file include/net/netns/conntrack.h patching file net/netfilter/nf_conntrack_proto_udp.c patching file net/netfilter/nf_conntrack_standalone.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/610-v5.13-57-netfilter-flowtable-Set-offload-timeouts-according-t.patch using plaintext: patching file include/net/netfilter/nf_flow_table.h patching file net/netfilter/nf_flow_table_core.c patching file net/netfilter/nf_flow_table_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/730-net-phy-at803x-select-correct-page-on-config-init.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/731-net-phy-at803x-fix-probe-error-if-copper-page-is-sel.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/740-v5.12-net-phy-Add-100-base-x-mode.patch using plaintext: patching file Documentation/networking/phy.rst patching file include/linux/phy.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/741-v5.12-sfp-add-support-for-100-base-x-SFPs.patch using plaintext: patching file drivers/net/phy/sfp-bus.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/742-v5.13-net-phy-marvell-refactor-HWMON-OOP-style.patch using plaintext: patching file drivers/net/phy/marvell.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/743-v5.15-net-phy-marvell-add-SFP-support-for-88E1510.patch using plaintext: patching file drivers/net/phy/marvell.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/765-v5.12-net-dsa-automatically-bring-up-DSA-master-when-openi.patch using plaintext: patching file Documentation/networking/dsa/dsa.rst patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/770-v5.12-net-bridge-notify-switchdev-of-disappearance-of-old-.patch using plaintext: patching file net/bridge/br_fdb.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/771-v5.12-net-dsa-be-louder-when-a-non-legacy-FDB-operation-fa.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/772-v5.12-net-dsa-don-t-use-switchdev_notifier_fdb_info-in-dsa.patch using plaintext: patching file net/dsa/dsa_priv.h patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/773-v5.12-net-dsa-move-switchdev-event-implementation-under-th.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/774-v5.12-net-dsa-exit-early-in-dsa_slave_switchdev_event-if-w.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/775-v5.12-net-dsa-listen-for-SWITCHDEV_-FDB-DEL-_ADD_TO_DEVICE.patch using plaintext: patching file include/net/dsa.h patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/780-net-dsa-mt7530-setup-core-clock-even-in-TRGMII-mode.patch using plaintext: patching file drivers/net/dsa/mt7530.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/781-v5.12-net-dsa-mt7530-MT7530-optional-GPIO-support.patch using plaintext: patching file drivers/net/dsa/mt7530.c patching file drivers/net/dsa/mt7530.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch using plaintext: patching file drivers/net/dsa/mt7530.c patching file drivers/net/dsa/mt7530.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/782-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch using plaintext: patching file arch/arm/mach-mvebu/kirkwood.c patching file arch/powerpc/sysdev/tsi108_dev.c patching file drivers/net/ethernet/aeroflex/greth.c patching file drivers/net/ethernet/allwinner/sun4i-emac.c patching file drivers/net/ethernet/altera/altera_tse_main.c patching file drivers/net/ethernet/arc/emac_main.c patching file drivers/net/ethernet/atheros/ag71xx.c patching file drivers/net/ethernet/broadcom/bcmsysport.c patching file drivers/net/ethernet/broadcom/bgmac-bcma.c patching file drivers/net/ethernet/broadcom/bgmac-platform.c patching file drivers/net/ethernet/cadence/macb_main.c patching file drivers/net/ethernet/cavium/octeon/octeon_mgmt.c patching file drivers/net/ethernet/cavium/thunder/thunder_bgx.c patching file drivers/net/ethernet/davicom/dm9000.c patching file drivers/net/ethernet/ethoc.c patching file drivers/net/ethernet/ezchip/nps_enet.c patching file drivers/net/ethernet/freescale/fec_main.c patching file drivers/net/ethernet/freescale/fec_mpc52xx.c patching file drivers/net/ethernet/freescale/fman/mac.c patching file drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c patching file drivers/net/ethernet/freescale/gianfar.c patching file drivers/net/ethernet/freescale/ucc_geth.c patching file drivers/net/ethernet/hisilicon/hisi_femac.c patching file drivers/net/ethernet/hisilicon/hix5hd2_gmac.c patching file drivers/net/ethernet/lantiq_xrx200.c patching file drivers/net/ethernet/marvell/mv643xx_eth.c patching file drivers/net/ethernet/marvell/mvneta.c patching file drivers/net/ethernet/marvell/prestera/prestera_main.c patching file drivers/net/ethernet/marvell/pxa168_eth.c patching file drivers/net/ethernet/marvell/sky2.c patching file drivers/net/ethernet/mediatek/mtk_eth_soc.c patching file drivers/net/ethernet/micrel/ks8851_common.c patching file drivers/net/ethernet/microchip/lan743x_main.c patching file drivers/net/ethernet/nxp/lpc_eth.c patching file drivers/net/ethernet/qualcomm/qca_spi.c patching file drivers/net/ethernet/qualcomm/qca_uart.c patching file drivers/net/ethernet/renesas/ravb_main.c patching file drivers/net/ethernet/renesas/sh_eth.c patching file drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c patching file drivers/net/ethernet/socionext/sni_ave.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-anarion.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-generic.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-intel-plat.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-lpc18xx.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c patching file drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c patching file drivers/net/ethernet/stmicro/stmmac/stmmac.h patching file drivers/net/ethernet/stmicro/stmmac/stmmac_main.c patching file drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c patching file drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h patching file drivers/net/ethernet/ti/am65-cpsw-nuss.c patching file drivers/net/ethernet/ti/cpsw.c patching file drivers/net/ethernet/ti/cpsw_new.c patching file drivers/net/ethernet/ti/davinci_emac.c patching file drivers/net/ethernet/ti/netcp_core.c patching file drivers/net/ethernet/wiznet/w5100-spi.c patching file drivers/net/ethernet/wiznet/w5100.c patching file drivers/net/ethernet/xilinx/ll_temac_main.c patching file drivers/net/ethernet/xilinx/xilinx_axienet_main.c patching file drivers/net/ethernet/xilinx/xilinx_emaclite.c patching file drivers/net/wireless/ath/ath9k/init.c patching file drivers/net/wireless/mediatek/mt76/eeprom.c patching file drivers/net/wireless/ralink/rt2x00/rt2x00dev.c patching file drivers/of/of_net.c patching file drivers/staging/octeon/ethernet.c patching file drivers/staging/wfx/main.c patching file include/linux/of_net.h patching file include/net/dsa.h patching file net/dsa/dsa2.c patching file net/dsa/slave.c patching file net/ethernet/eth.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/782-net-next-2-of-net-fix-of_get_mac_addr_nvmem-for-non-platform-devices.patch using plaintext: patching file drivers/of/of_net.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/783-v5.15-0001-net-bgmac-bcma-handle-deferred-probe-error-due-to-ma.patch using plaintext: patching file drivers/net/ethernet/broadcom/bgmac-bcma.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/783-v5.15-0002-net-bgmac-platform-handle-mac-address-deferral.patch using plaintext: patching file drivers/net/ethernet/broadcom/bgmac-platform.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/784-v5.16-0001-net-bgmac-improve-handling-PHY.patch using plaintext: patching file drivers/net/ethernet/broadcom/bgmac-bcma.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/784-v5.16-0002-net-bgmac-support-MDIO-described-in-DT.patch using plaintext: patching file drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-01-net-dsa-qca8k-change-simple-print-to-dev-variant.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-02-net-dsa-qca8k-use-iopoll-macro-for-qca8k_busy_wait.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-03-net-dsa-qca8k-improve-qca8k-read-write-rmw-bus-acces.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-04-net-dsa-qca8k-handle-qca8k_set_page-errors.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-05-net-dsa-qca8k-handle-error-with-qca8k_read-operation.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-06-net-dsa-qca8k-handle-error-with-qca8k_write-operatio.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-07-net-dsa-qca8k-handle-error-with-qca8k_rmw-operation.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-08-net-dsa-qca8k-handle-error-from-qca8k_busy_wait.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-09-net-dsa-qca8k-add-support-for-qca8327-switch.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-10-devicetree-net-dsa-qca8k-Document-new-compatible-qca.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-11-net-dsa-qca8k-add-priority-tweak-to-qca8337-switch.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-12-net-dsa-qca8k-limit-port5-delay-to-qca8337.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-13-net-dsa-qca8k-add-GLOBAL_FC-settings-needed-for-qca8.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-14-net-dsa-qca8k-add-support-for-switch-rev.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-15-net-dsa-qca8k-add-ethernet-ports-fallback-to-setup_m.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-16-net-dsa-qca8k-make-rgmii-delay-configurable.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-17-net-dsa-qca8k-clear-MASTER_EN-after-phy-read-write.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-18-net-dsa-qca8k-dsa-qca8k-protect-MASTER-busy_wait-wit.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-19-net-dsa-qca8k-enlarge-mdio-delay-and-timeout.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-20-net-dsa-qca8k-add-support-for-internal-phy-and-inter.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-21-devicetree-bindings-dsa-qca8k-Document-internal-mdio.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-22-net-dsa-qca8k-improve-internal-mdio-read-write-bus-a.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-23-net-dsa-qca8k-pass-switch_revision-info-to-phy-dev_f.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/785-v5.14-25-net-phy-add-support-for-qca8k-switch-internal-PHY-in.patch using plaintext: patching file drivers/net/phy/Kconfig patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/786-v5.14-net-dsa-qca8k-fix-missing-unlock-on-error-in-qca8k-vlan.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/787-v5.14-01-net-dsa-qca8k-check-return-value-of-read-functions-c.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/787-v5.14-02-net-dsa-qca8k-add-missing-check-return-value-in-qca8.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/788-v5.14-01-net-dsa-qca8k-fix-an-endian-bug-in-qca8k-get-ethtool.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/788-v5.14-02-net-dsa-qca8k-check-the-correct-variable-in-qca8k-se.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/789-v5.15-net-dsa-qca8k-fix-kernel-panic-with-legacy-mdio-mapping.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0001-net-dsa-b53-Add-debug-prints-in-b53_vlan_enable.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0002-net-dsa-b53-spi-allow-device-tree-probing.patch using plaintext: patching file drivers/net/dsa/b53/b53_spi.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0003-net-dsa-b53-relax-is63xx-condition.patch using plaintext: patching file drivers/net/dsa/b53/b53_priv.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0004-net-dsa-tag_brcm-add-support-for-legacy-tags.patch using plaintext: patching file include/net/dsa.h patching file net/dsa/Kconfig patching file net/dsa/tag_brcm.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0005-net-dsa-b53-support-legacy-tags.patch using plaintext: patching file drivers/net/dsa/b53/Kconfig patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0006-net-dsa-b53-mmap-Add-device-tree-support.patch using plaintext: patching file drivers/net/dsa/b53/b53_mmap.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/790-v5.13-0007-net-dsa-b53-spi-add-missing-MODULE_DEVICE_TABLE.patch using plaintext: patching file drivers/net/dsa/b53/b53_spi.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/791-v5.14-0001-net-dsa-b53-Do-not-force-CPU-to-be-always-tagged.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/791-v5.14-0002-net-dsa-b53-remove-redundant-null-check-on-dev.patch using plaintext: patching file drivers/net/dsa/b53/b53_srab.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/791-v5.14-0003-net-dsa-b53-Create-default-VLAN-entry-explicitly.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/792-v5.16-net-phy-at803x-add-support-for-qca-8327-internal-phy.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/793-v5.16-0001-net-dsa-b53-Include-all-ports-in-enabled_ports.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/793-v5.16-0002-net-dsa-b53-Drop-BCM5301x-workaround-for-a-wrong-CPU.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/793-v5.16-0003-net-dsa-b53-Improve-flow-control-setup-on-BCM5301x.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/793-v5.16-0004-net-dsa-b53-Drop-unused-cpu_port-field.patch using plaintext: patching file drivers/net/dsa/b53/b53_common.c patching file drivers/net/dsa/b53/b53_priv.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/794-v5.15-net-dsa-don-t-set-skb-offload_fwd_mark-when-not-offl.patch using plaintext: patching file net/dsa/dsa_priv.h patching file net/dsa/tag_brcm.c patching file net/dsa/tag_ksz.c patching file net/dsa/tag_lan9303.c patching file net/dsa/tag_mtk.c patching file net/dsa/tag_ocelot.c patching file net/dsa/tag_rtl4_a.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/795-v5.16-01-net-phy-at803x-add-support-for-qca-8327-A-variant.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/795-v5.16-02-net-phy-at803x-add-resume-suspend-function-to-qca83x.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/795-v5.16-03-net-phy-at803x-fix-spacing-and-improve-name-for-83xx.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/796-v5.16-01-net-phy-at803x-fix-resume-for-QCA8327-phy.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/796-v5.16-02-net-phy-at803x-add-DAC-amplitude-fix-for-8327-phy.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/796-v5.16-03-net-phy-at803x-enable-prefer-master-for-83xx-interna.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/796-v5.16-04-net-phy-at803x-better-describe-debug-regs.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-01-dsa-qca8k-add-mac-power-sel-support.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-02-dt-bindings-net-dsa-qca8k-Add-SGMII-clock-phase-prop.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-03-net-dsa-qca8k-add-support-for-sgmii-falling-edge.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-04-dt-bindings-net-dsa-qca8k-Document-support-for-CPU-p.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-05-net-dsa-qca8k-add-support-for-cpu-port-6.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-06-net-dsa-qca8k-rework-rgmii-delay-logic-and-scan-for-.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-07-dt-bindings-net-dsa-qca8k-Document-qca-sgmii-enable-.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-08-net-dsa-qca8k-add-explicit-SGMII-PLL-enable.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-09-dt-bindings-net-dsa-qca8k-Document-qca-led-open-drai.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-10-net-dsa-qca8k-add-support-for-pws-config-reg.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-11-dt-bindings-net-dsa-qca8k-document-support-for-qca83.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-12-net-dsa-qca8k-add-support-for-QCA8328.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-13-net-dsa-qca8k-set-internal-delay-also-for-sgmii.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-14-net-dsa-qca8k-move-port-config-to-dedicated-struct.patch using plaintext: patching file drivers/net/dsa/qca8k.c patching file drivers/net/dsa/qca8k.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-15-dt-bindings-net-ipq8064-mdio-fix-warning-with-new-qc.patch using plaintext: patching file Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/797-v5.16-16-dt-bindings-net-dsa-qca8k-convert-to-YAML-schema.patch using plaintext: patching file Documentation/devicetree/bindings/net/dsa/qca8k.txt patching file Documentation/devicetree/bindings/net/dsa/qca8k.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/798-v5.16-net-dsa-qca8k-fix-delay-applied-to-wrong-cpu-in-parse-p.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/799-v5.16-net-dsa-qca8k-tidy-for-loop-in-setup-and-add-cpu-port-c.patch using plaintext: patching file drivers/net/dsa/qca8k.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/800-v5.13-0001-firmware-bcm47xx_nvram-rename-finding-function-and-i.patch using plaintext: patching file drivers/firmware/broadcom/bcm47xx_nvram.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/800-v5.13-0002-firmware-bcm47xx_nvram-add-helper-checking-for-NVRAM.patch using plaintext: patching file drivers/firmware/broadcom/bcm47xx_nvram.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/800-v5.13-0003-firmware-bcm47xx_nvram-extract-code-copying-NVRAM.patch using plaintext: patching file drivers/firmware/broadcom/bcm47xx_nvram.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/800-v5.13-0004-firmware-bcm47xx_nvram-look-for-NVRAM-with-for-inste.patch using plaintext: patching file drivers/firmware/broadcom/bcm47xx_nvram.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/800-v5.13-0005-firmware-bcm47xx_nvram-inline-code-checking-NVRAM-si.patch using plaintext: patching file drivers/firmware/broadcom/bcm47xx_nvram.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/810-v5.13-usb-ehci-add-spurious-flag-to-disable-overcurrent-ch.patch using plaintext: patching file drivers/usb/host/ehci-hcd.c patching file drivers/usb/host/ehci-hub.c patching file drivers/usb/host/ehci-platform.c patching file drivers/usb/host/ehci.h patching file include/linux/usb/ehci_pdriver.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/811-v5.13-usb-host-ehci-platform-add-spurious_oc-DT-support.patch using plaintext: patching file drivers/usb/host/ehci-platform.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/820-v5.13-make-pci_host_common_probe-declare-its-reliance-on-msi-domains.patch using plaintext: patching file drivers/pci/controller/pci-host-common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/821-v5.13-let-pci-host-bridges-declar-their-reliance-on-msi-domains.patch using plaintext: patching file drivers/pci/probe.c patching file include/linux/pci.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/822-v5.13-advertise-lack-of-built-in-msi-handling.patch using plaintext: patching file drivers/pci/controller/pcie-mediatek.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/backport-5.10/830-v5.14-leds-lp55xx-Initialize-enable-GPIO-direction-to-outp.patch using plaintext: patching file drivers/leds/leds-lp55xx-common.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/050-dtc-checks-Drop-interrupt-provider-address-cells-check.patch using plaintext: patching file scripts/dtc/checks.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/100-compiler.h-only-include-asm-rwonce.h-for-kernel-code.patch using plaintext: patching file include/linux/compiler.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch using plaintext: patching file include/uapi/linux/swab.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/102-MIPS-only-process-negative-stack-offsets-on-stack-tr.patch using plaintext: patching file arch/mips/kernel/process.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch using plaintext: patching file mm/page_alloc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/130-add-linux-spidev-compatible-si3210.patch using plaintext: patching file drivers/spi/spidev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/140-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch using plaintext: patching file fs/jffs2/dir.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/141-jffs2-add-RENAME_EXCHANGE-support.patch using plaintext: patching file fs/jffs2/dir.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/142-jffs2-add-splice-ops.patch using plaintext: patching file fs/jffs2/file.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/150-bridge_allow_receiption_on_disabled_port.patch using plaintext: patching file net/bridge/br_input.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/190-rtc-rs5c372-support_alarms_up_to_1_week.patch using plaintext: patching file drivers/rtc/rtc-rs5c372.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/191-rtc-rs5c372-let_the_alarm_to_be_used_as_wakeup_source.patch using plaintext: patching file drivers/rtc/rtc-rs5c372.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/201-extra_optimization.patch using plaintext: patching file Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/203-kallsyms_uncompressed.patch using plaintext: patching file init/Kconfig patching file kernel/kallsyms.c patching file scripts/kallsyms.c patching file scripts/link-vmlinux.sh Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/205-backtrace_module_info.patch using plaintext: patching file lib/vsprintf.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/240-remove-unsane-filenames-from-deps_initramfs-list.patch using plaintext: patching file usr/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/261-enable_wilink_platform_without_drivers.patch using plaintext: patching file drivers/net/wireless/ti/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/270-platform-mikrotik-build-bits.patch using plaintext: patching file drivers/platform/Kconfig patching file drivers/platform/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch using plaintext: patching file arch/mips/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/302-mips_no_branch_likely.patch using plaintext: patching file arch/mips/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/305-mips_module_reloc.patch using plaintext: patching file arch/mips/Makefile patching file arch/mips/include/asm/module.h patching file arch/mips/kernel/module.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/307-mips_highmem_offset.patch using plaintext: patching file arch/mips/include/asm/mach-generic/spaces.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/308-mips32r2_tune.patch using plaintext: patching file arch/mips/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/309-MIPS-Add-CPU-option-reporting-to-proc-cpuinfo.patch using plaintext: patching file arch/mips/kernel/proc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/310-arm_module_unresolved_weak_sym.patch using plaintext: patching file arch/arm/kernel/module.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch using plaintext: patching file arch/mips/kernel/machine_kexec.c patching file arch/mips/kernel/machine_kexec.h patching file arch/mips/kernel/relocate_kernel.S Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/332-arc-add-OWRTDTB-section.patch using plaintext: patching file arch/arc/kernel/head.S patching file arch/arc/kernel/setup.c patching file arch/arc/kernel/vmlinux.lds.S Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/333-arc-enable-unaligned-access-in-kernel-mode.patch using plaintext: patching file arch/arc/kernel/unaligned.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/342-powerpc-Enable-kernel-XZ-compression-option-on-PPC_8.patch using plaintext: patching file arch/powerpc/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/400-mtd-mtdsplit-support.patch using plaintext: patching file drivers/mtd/Kconfig patching file drivers/mtd/mtdpart.c patching file include/linux/mtd/partitions.h patching file drivers/mtd/Makefile patching file include/linux/mtd/mtd.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/410-mtd-parsers-ofpart-fix-parsing-subpartitions.patch using plaintext: patching file drivers/mtd/parsers/ofpart_core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/419-mtd-redboot-add-of_match_table-with-DT-binding.patch using plaintext: patching file drivers/mtd/parsers/redboot.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/420-mtd-redboot_space.patch using plaintext: patching file drivers/mtd/parsers/redboot.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/430-mtd-add-myloader-partition-parser.patch using plaintext: patching file drivers/mtd/parsers/Kconfig patching file drivers/mtd/parsers/Makefile patching file drivers/mtd/parsers/myloader.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch using plaintext: patching file drivers/mtd/parsers/parser_trx.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/432-mtd-bcm47xxpart-detect-T_Meter-partition.patch using plaintext: patching file drivers/mtd/parsers/bcm47xxpart.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/435-mtd-add-routerbootpart-parser-config.patch using plaintext: patching file drivers/mtd/parsers/Kconfig patching file drivers/mtd/parsers/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch using plaintext: patching file drivers/mtd/chips/cfi_cmdset_0002.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch using plaintext: patching file drivers/mtd/chips/cfi_cmdset_0002.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/465-m25p80-mx-disable-software-protection.patch using plaintext: patching file drivers/mtd/spi-nor/macronix.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/470-mtd-spi-nor-support-limiting-4K-sectors-support-base.patch using plaintext: patching file drivers/mtd/spi-nor/Kconfig patching file drivers/mtd/spi-nor/core.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/476-mtd-spi-nor-add-eon-en25q128.patch using plaintext: patching file drivers/mtd/spi-nor/eon.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/479-mtd-spi-nor-add-xtx-xt25f128b.patch using plaintext: patching file drivers/mtd/spi-nor/Makefile patching file drivers/mtd/spi-nor/xtx.c patching file drivers/mtd/spi-nor/core.c patching file drivers/mtd/spi-nor/core.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/481-mtd-spi-nor-rework-broken-flash-reset-support.patch using plaintext: patching file drivers/mtd/spi-nor/core.c patching file drivers/mtd/spi-nor/core.h patching file drivers/mtd/spi-nor/sst.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/482-mtd-spi-nor-add-support-for-Gigadevice-GD25D05.patch using plaintext: patching file drivers/mtd/spi-nor/gigadevice.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/483-mtd-spi-nor-add-gd25q512.patch using plaintext: patching file drivers/mtd/spi-nor/gigadevice.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch using plaintext: patching file drivers/mtd/nand/spi/Makefile patching file drivers/mtd/nand/spi/core.c patching file drivers/mtd/nand/spi/xtx.c patching file include/linux/mtd/spinand.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch using plaintext: patching file drivers/mtd/ubi/build.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/491-ubi-auto-create-ubiblock-device-for-rootfs.patch using plaintext: patching file drivers/mtd/ubi/block.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch using plaintext: patching file init/do_mounts.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch using plaintext: patching file drivers/mtd/ubi/block.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/494-mtd-ubi-add-EOF-marker-support.patch using plaintext: patching file drivers/mtd/ubi/attach.c patching file drivers/mtd/ubi/ubi.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch using plaintext: patching file drivers/mtd/mtdcore.c patching file include/linux/mtd/mtd.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/496-dt-bindings-add-bindings-for-mtd-concat-devices.patch using plaintext: patching file Documentation/devicetree/bindings/mtd/mtd-concat.txt Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/497-mtd-mtdconcat-add-dt-driver-for-concat-devices.patch using plaintext: patching file drivers/mtd/Kconfig patching file drivers/mtd/Makefile patching file drivers/mtd/composite/Kconfig patching file drivers/mtd/composite/Makefile patching file drivers/mtd/composite/virt_concat.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/500-fs_cdrom_dependencies.patch using plaintext: patching file fs/hfs/Kconfig patching file fs/hfsplus/Kconfig patching file fs/isofs/Kconfig patching file fs/udf/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/530-jffs2_make_lzma_available.patch using plaintext: patching file fs/jffs2/Kconfig patching file fs/jffs2/Makefile patching file fs/jffs2/compr.c patching file fs/jffs2/compr.h patching file fs/jffs2/compr_lzma.c patching file fs/jffs2/super.c patching file include/linux/lzma.h patching file include/linux/lzma/LzFind.h patching file include/linux/lzma/LzHash.h patching file include/linux/lzma/LzmaDec.h patching file include/linux/lzma/LzmaEnc.h patching file include/linux/lzma/Types.h patching file include/uapi/linux/jffs2.h patching file lib/Kconfig patching file lib/Makefile patching file lib/lzma/LzFind.c patching file lib/lzma/LzmaDec.c patching file lib/lzma/LzmaEnc.c patching file lib/lzma/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/532-jffs2_eofdetect.patch using plaintext: patching file fs/jffs2/build.c patching file fs/jffs2/scan.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/600-netfilter_conntrack_flush.patch using plaintext: patching file net/netfilter/nf_conntrack_standalone.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/610-netfilter_match_bypass_default_checks.patch using plaintext: patching file include/uapi/linux/netfilter_ipv4/ip_tables.h patching file net/ipv4/netfilter/ip_tables.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/611-netfilter_match_bypass_default_table.patch using plaintext: patching file net/ipv4/netfilter/ip_tables.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/612-netfilter_match_reduce_memory_access.patch using plaintext: patching file net/ipv4/netfilter/ip_tables.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/613-netfilter_optional_tcp_window_check.patch using plaintext: patching file net/netfilter/nf_conntrack_proto_tcp.c patching file net/netfilter/nf_conntrack_standalone.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/620-net_sched-codel-do-not-defer-queue-length-update.patch using plaintext: patching file net/sched/sch_codel.c patching file net/sched/sch_fq_codel.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/630-packet_socket_type.patch using plaintext: patching file include/uapi/linux/if_packet.h patching file net/packet/af_packet.c patching file net/packet/internal.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/655-increase_skb_pad.patch using plaintext: patching file include/linux/skbuff.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch using plaintext: patching file include/net/ip6_tunnel.h patching file include/uapi/linux/if_tunnel.h patching file net/ipv6/ip6_tunnel.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch using plaintext: patching file include/net/netns/ipv6.h patching file include/uapi/linux/fib_rules.h patching file include/uapi/linux/rtnetlink.h patching file net/ipv4/fib_semantics.c patching file net/ipv4/fib_trie.c patching file net/ipv4/ipmr.c patching file net/ipv6/fib6_rules.c patching file net/ipv6/ip6mr.c patching file net/ipv6/route.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch using plaintext: patching file include/uapi/linux/fib_rules.h patching file include/uapi/linux/icmpv6.h patching file include/uapi/linux/rtnetlink.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/680-NET-skip-GRO-for-foreign-MAC-addresses.patch using plaintext: patching file include/linux/netdevice.h patching file include/linux/skbuff.h patching file net/core/dev.c patching file net/ethernet/eth.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch using plaintext: patching file drivers/of/of_net.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch using plaintext: patching file drivers/of/of_net.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/700-net-ethernet-mtk_eth_soc-avoid-creating-duplicate-of.patch using plaintext: patching file drivers/net/ethernet/mediatek/mtk_ppe_offload.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/703-phy-add-detach-callback-to-struct-phy_driver.patch using plaintext: patching file drivers/net/phy/phy_device.c patching file include/linux/phy.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/710-bridge-add-knob-for-filtering-rx-tx-BPDU-pack.patch using plaintext: patching file include/linux/if_bridge.h patching file net/bridge/br_forward.c patching file net/bridge/br_input.c patching file net/bridge/br_sysfs_if.c patching file net/bridge/br_stp_bpdu.c patching file include/uapi/linux/if_link.h patching file net/bridge/br_netlink.c patching file net/core/rtnetlink.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/730-net-phy-at803x-fix-feature-detection.patch using plaintext: patching file drivers/net/phy/at803x.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/760-net-dsa-mv88e6xxx-fix-vlan-setup.patch using plaintext: patching file drivers/net/dsa/mv88e6xxx/chip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/762-net-bridge-switchdev-Refactor-br_switchdev_fdb_notif.patch using plaintext: patching file net/bridge/br_switchdev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/763-net-bridge-switchdev-Include-local-flag-in-FDB-notif.patch using plaintext: patching file include/net/switchdev.h patching file net/bridge/br_switchdev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/764-net-bridge-switchdev-Send-FDB-notifications-for-host.patch using plaintext: patching file net/bridge/br_fdb.c patching file net/bridge/br_private.h patching file net/bridge/br_switchdev.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/765-net-dsa-Include-local-addresses-in-assisted-CPU-port.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/766-net-dsa-Include-bridge-addresses-in-assisted-CPU-por.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/767-net-dsa-Sync-static-FDB-entries-on-foreign-interface.patch using plaintext: patching file net/dsa/slave.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch using plaintext: patching file drivers/net/dsa/mv88e6xxx/chip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/780-ARM-kirkwood-add-missing-linux-if_ether.h-for-ETH_AL.patch using plaintext: patching file arch/arm/mach-mvebu/kirkwood.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/800-bcma-get-SoC-device-struct-copy-its-DMA-params-to-th.patch using plaintext: patching file drivers/bcma/host_soc.c patching file drivers/bcma/main.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/810-pci_disable_common_quirks.patch using plaintext: patching file drivers/pci/Kconfig patching file drivers/pci/quirks.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/811-pci_disable_usb_common_quirks.patch using plaintext: patching file drivers/usb/host/pci-quirks.c patching file drivers/usb/host/pci-quirks.h patching file include/linux/usb/hcd.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/820-w1-gpio-fix-problem-with-platfom-data-in-w1-gpio.patch using plaintext: patching file drivers/w1/masters/w1-gpio.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/834-ledtrig-libata.patch using plaintext: patching file drivers/ata/Kconfig patching file drivers/ata/libata-core.c patching file include/linux/libata.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/840-hwrng-bcm2835-set-quality-to-1000.patch using plaintext: patching file drivers/char/hw_random/bcm2835-rng.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/pending-5.10/920-mangle_bootargs.patch using plaintext: patching file init/Kconfig patching file init/main.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/204-module_strip.patch using plaintext: patching file include/linux/module.h patching file include/linux/moduleparam.h patching file init/Kconfig patching file kernel/module.c patching file scripts/mod/modpost.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/205-kconfig-exit.patch using plaintext: patching file scripts/kconfig/conf.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/210-darwin_scripts_include.patch using plaintext: patching file scripts/mod/elf.h patching file scripts/mod/mk_elfconfig.c patching file scripts/mod/modpost.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/211-darwin-uuid-typedef-clash.patch using plaintext: patching file scripts/mod/file2alias.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/212-tools_portability.patch using plaintext: patching file tools/include/tools/be_byteshift.h patching file tools/include/tools/le_byteshift.h patching file tools/include/tools/linux_types.h patching file tools/include/linux/types.h patching file tools/perf/pmu-events/jevents.c patching file tools/perf/pmu-events/json.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/214-spidev_h_portability.patch using plaintext: patching file include/uapi/linux/spi/spidev.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/220-arm-gc_sections.patch using plaintext: patching file arch/arm/Kconfig patching file arch/arm/boot/compressed/Makefile patching file arch/arm/kernel/vmlinux.lds.S patching file arch/arm/include/asm/vmlinux.lds.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/221-module_exports.patch using plaintext: patching file include/asm-generic/vmlinux.lds.h patching file include/linux/export.h patching file scripts/Makefile.build Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/230-openwrt_lzma_options.patch using plaintext: patching file lib/decompress.c patching file scripts/Makefile.lib Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/249-udp-tunnel-selection.patch using plaintext: patching file net/ipv4/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/250-netfilter_depends.patch using plaintext: patching file net/netfilter/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/251-kconfig.patch using plaintext: patching file crypto/Kconfig patching file drivers/bcma/Kconfig patching file drivers/ssb/Kconfig patching file lib/Kconfig patching file net/netfilter/Kconfig patching file net/wireless/Kconfig patching file sound/core/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/252-SATA_PMP.patch using plaintext: patching file drivers/ata/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/259-regmap_dynamic.patch using plaintext: patching file drivers/base/regmap/Kconfig patching file drivers/base/regmap/Makefile patching file drivers/base/regmap/regmap.c patching file include/linux/regmap.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/260-crypto_test_dependencies.patch using plaintext: patching file crypto/Kconfig patching file crypto/algboss.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch using plaintext: patching file lib/crypto/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/280-rfkill-stubs.patch using plaintext: patching file include/linux/rfkill.h patching file net/Makefile patching file net/rfkill/Kconfig patching file net/rfkill/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/300-MIPS-r4k_cache-use-more-efficient-cache-blast.patch using plaintext: patching file arch/mips/include/asm/r4kcache.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/301-mips_image_cmdline_hack.patch using plaintext: patching file arch/mips/Kconfig patching file arch/mips/kernel/head.S Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/321-powerpc_crtsavres_prereq.patch using plaintext: patching file arch/powerpc/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/401-mtd-super-don-t-reply-on-mtdblock-device-minor.patch using plaintext: patching file drivers/mtd/mtdsuper.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/402-mtd-blktrans-call-add-disks-after-mtd-device.patch using plaintext: patching file drivers/mtd/mtd_blkdevs.c patching file drivers/mtd/mtdcore.c patching file include/linux/mtd/blktrans.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/410-block-fit-partition-parser.patch using plaintext: patching file block/blk.h patching file block/partitions/Kconfig patching file block/partitions/Makefile patching file block/partitions/check.h patching file block/partitions/core.c patching file drivers/mtd/ubi/block.c patching file block/partitions/efi.c patching file block/partitions/efi.h patching file drivers/mtd/mtdblock.c patching file drivers/mtd/mtd_blkdevs.c patching file block/partitions/msdos.c patching file include/linux/msdos_partition.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/420-mtd-set-rootfs-to-be-root-dev.patch using plaintext: patching file drivers/mtd/mtdcore.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/531-debloat_lzma.patch using plaintext: patching file include/linux/lzma/LzFind.h patching file include/linux/lzma/LzmaDec.h patching file include/linux/lzma/LzmaEnc.h patching file lib/lzma/LzFind.c patching file lib/lzma/LzmaDec.c patching file lib/lzma/LzmaEnc.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/640-bridge-only-accept-EAP-locally.patch using plaintext: patching file net/bridge/br_input.c patching file net/bridge/br_private.h patching file net/bridge/br_sysfs_br.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/645-netfilter-connmark-introduce-set-dscpmark.patch using plaintext: patching file include/uapi/linux/netfilter/xt_connmark.h patching file net/netfilter/xt_connmark.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/650-netfilter-add-xt_FLOWOFFLOAD-target.patch using plaintext: patching file net/ipv4/netfilter/Kconfig patching file net/ipv6/netfilter/Kconfig patching file net/netfilter/Kconfig patching file net/netfilter/Makefile patching file net/netfilter/xt_FLOWOFFLOAD.c patching file net/netfilter/nf_flow_table_core.c patching file include/uapi/linux/netfilter/xt_FLOWOFFLOAD.h patching file include/net/netfilter/nf_flow_table.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/651-wireless_mesh_header.patch using plaintext: patching file include/linux/netdevice.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/660-fq_codel_defaults.patch using plaintext: patching file net/sched/sch_fq_codel.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch using plaintext: patching file include/net/sch_generic.h patching file net/sched/Kconfig patching file net/sched/sch_api.c patching file net/sched/sch_fq_codel.c patching file net/sched/sch_generic.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch using plaintext: patching file drivers/net/phy/Kconfig patching file drivers/net/phy/Makefile patching file include/linux/platform_data/b53.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/710-net-dsa-mv88e6xxx-default-VID-1.patch using plaintext: patching file drivers/net/dsa/mv88e6xxx/chip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/711-net-dsa-mv88e6xxx-disable-ATU-violation.patch using plaintext: patching file drivers/net/dsa/mv88e6xxx/chip.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch using plaintext: patching file drivers/net/phy/aquantia_main.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/760-net-usb-r8152-add-LED-configuration-from-OF.patch using plaintext: patching file drivers/net/usb/r8152.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/761-dt-bindings-net-add-RTL8152-binding-documentation.patch using plaintext: patching file Documentation/devicetree/bindings/net/realtek,rtl8152.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/773-bgmac-add-srab-switch.patch using plaintext: patching file drivers/net/ethernet/broadcom/bgmac-bcma.c patching file drivers/net/ethernet/broadcom/bgmac.c patching file drivers/net/ethernet/broadcom/bgmac.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/800-GPIO-add-named-gpio-exports.patch using plaintext: patching file drivers/gpio/gpiolib-of.c patching file include/asm-generic/gpio.h patching file include/linux/gpio/consumer.h patching file drivers/gpio/gpiolib-sysfs.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/901-debloat_sock_diag.patch using plaintext: patching file net/Kconfig patching file net/core/Makefile patching file net/core/sock.c patching file net/core/sock_diag.c patching file net/ipv4/Kconfig patching file net/netlink/Kconfig patching file net/packet/Kconfig patching file net/unix/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/902-debloat_proc.patch using plaintext: patching file fs/locks.c patching file fs/proc/Kconfig patching file fs/proc/consoles.c patching file fs/proc/proc_tty.c patching file include/net/snmp.h patching file ipc/msg.c patching file ipc/sem.c patching file ipc/shm.c patching file ipc/util.c patching file kernel/exec_domain.c patching file kernel/irq/proc.c patching file kernel/time/timer_list.c patching file mm/vmalloc.c patching file mm/vmstat.c patching file net/8021q/vlanproc.c patching file net/core/net-procfs.c patching file net/core/sock.c patching file net/ipv4/fib_trie.c patching file net/ipv4/proc.c patching file net/ipv4/route.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/904-debloat_dma_buf.patch using plaintext: patching file drivers/base/Kconfig patching file drivers/dma-buf/heaps/Makefile patching file drivers/dma-buf/Makefile patching file drivers/dma-buf/dma-buf.c patching file kernel/sched/core.c patching file fs/d_path.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/910-kobject_uevent.patch using plaintext: patching file lib/kobject_uevent.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/hack-5.10/911-kobject_add_broadcast_uevent.patch using plaintext: patching file include/linux/kobject.h patching file lib/kobject_uevent.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/001-5.13-dt-bindings-gpio-binding-for-realtek-otto-gpio.patch using plaintext: patching file Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/002-5.13-gpio-add-realtek-otto-gpio-support.patch using plaintext: patching file drivers/gpio/Kconfig patching file drivers/gpio/Makefile patching file drivers/gpio/gpio-realtek-otto.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/003-5.12-spi-realtek-rtl838x-rtl839x-spi-controller.patch using plaintext: patching file Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/004-5.12-spi-realtek-rtl-add-support-for-realtek-rtl838x-rtl839x-spi-controllers.patch using plaintext: patching file drivers/spi/Makefile patching file drivers/spi/spi-realtek-rtl.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/005-5.12-dt-bindings-interrupt-controller-add-realtek-rtl838x-rtl839x-support.patch using plaintext: patching file Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/006-5.12-irqchip-add-support-for-realtek-rtl838x-rtl839x-interrupt-controller.patch using plaintext: patching file drivers/irqchip/Makefile patching file drivers/irqchip/irq-realtek-rtl.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch using plaintext: patching file arch/mips/Kbuild.platforms patching file arch/mips/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/301-gpio-add-rtl8231-driver.patch using plaintext: patching file drivers/gpio/Kconfig patching file drivers/gpio/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/302-clocksource-add-rtl9300-driver.patch using plaintext: patching file drivers/clocksource/Kconfig patching file drivers/clocksource/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/303-gpio-update-dependencies-for-gpio-realtek-otto.patch using plaintext: patching file drivers/gpio/Kconfig Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/304-spi-update-dependency-for-spi-realtek-rtl.patch using plaintext: patching file drivers/spi/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch using plaintext: patching file drivers/irqchip/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch using plaintext: patching file drivers/gpio/Kconfig patching file drivers/gpio/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch using plaintext: patching file drivers/net/dsa/Kconfig patching file drivers/net/dsa/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/701-net-dsa-add-rtl838x-support-for-tag-trailer.patch using plaintext: patching file net/dsa/tag_trailer.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/702-net-dsa-increase-dsa-max-ports-for-rtl838x.patch using plaintext: patching file include/linux/platform_data/dsa.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/702-net-ethernet-add-support-for-rtl838x-ethernet.patch using plaintext: patching file drivers/net/ethernet/Kconfig patching file drivers/net/ethernet/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch using plaintext: patching file include/linux/phy.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch using plaintext: patching file drivers/net/phy/phylink.c Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch using plaintext: patching file include/linux/phy.h Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/705-add-rtl-phy.patch using plaintext: patching file drivers/net/phy/Kconfig patching file drivers/net/phy/Makefile Applying /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/patches-5.10/705-include-linux-phy-increase-phy-address-number-for-rtl839x.patch using plaintext: patching file include/linux/phy.h touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.prepared_973bb4778abb7b32d1db06254fae7043 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/localversion /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/kconfig.pl + /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/config-5.10 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/config-5.10 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/.config >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "# CONFIG_KALLSYMS_EXTRA_PASS is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "# CONFIG_KALLSYMS_ALL is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "CONFIG_KALLSYMS_UNCOMPRESSED=y" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/package-metadata.pl kconfig /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.packageinfo /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/.config 5.10 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.override /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/kconfig.pl 'm+' '+' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target /dev/null /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.override > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old grep -v INITRAMFS /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set echo 'CONFIG_INITRAMFS_SOURCE=""' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set echo '# CONFIG_INITRAMFS_FORCE is not set' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/modules cmp -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.prev || { cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config; cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.prev; } export MAKEFLAGS= ; [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers ] || make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.76 CC="mips-openwrt-linux-musl-gcc" INSTALL_HDR_PATH=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers headers_install make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' HOSTCC scripts/basic/fixdep HOSTCC scripts/unifdef WRAP arch/mips/include/generated/uapi/asm/kvm_para.h WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h SYSTBL arch/mips/include/generated/asm/syscall_table_32_o32.h SYSTBL arch/mips/include/generated/asm/syscall_table_64_n32.h SYSTBL arch/mips/include/generated/asm/syscall_table_64_n64.h SYSTBL arch/mips/include/generated/asm/syscall_table_64_o32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n64.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_o32.h HOSTCC arch/mips/tools/elf-entry HOSTCC arch/mips/boot/tools/relocs_32.o HOSTCC arch/mips/boot/tools/relocs_64.o HOSTCC arch/mips/boot/tools/relocs_main.o HOSTLD arch/mips/boot/tools/relocs UPD include/generated/uapi/linux/version.h HDRINST usr/include/video/edid.h HDRINST usr/include/video/sisfb.h HDRINST usr/include/video/uvesafb.h HDRINST usr/include/drm/vgem_drm.h HDRINST usr/include/drm/sis_drm.h HDRINST usr/include/drm/nouveau_drm.h HDRINST usr/include/drm/drm_mode.h HDRINST usr/include/drm/drm_sarea.h HDRINST usr/include/drm/r128_drm.h HDRINST usr/include/drm/savage_drm.h HDRINST usr/include/drm/vc4_drm.h HDRINST usr/include/drm/radeon_drm.h HDRINST usr/include/drm/etnaviv_drm.h HDRINST usr/include/drm/lima_drm.h HDRINST usr/include/drm/tegra_drm.h HDRINST usr/include/drm/msm_drm.h HDRINST usr/include/drm/drm.h HDRINST usr/include/drm/v3d_drm.h HDRINST usr/include/drm/mga_drm.h HDRINST usr/include/drm/omap_drm.h HDRINST usr/include/drm/via_drm.h HDRINST usr/include/drm/virtgpu_drm.h HDRINST usr/include/drm/amdgpu_drm.h HDRINST usr/include/drm/i810_drm.h HDRINST usr/include/drm/exynos_drm.h HDRINST usr/include/drm/drm_fourcc.h HDRINST usr/include/drm/panfrost_drm.h HDRINST usr/include/drm/vmwgfx_drm.h HDRINST usr/include/drm/armada_drm.h HDRINST usr/include/drm/qxl_drm.h HDRINST usr/include/drm/i915_drm.h HDRINST usr/include/mtd/mtd-abi.h HDRINST usr/include/mtd/inftl-user.h HDRINST usr/include/mtd/ubi-user.h HDRINST usr/include/mtd/nftl-user.h HDRINST usr/include/mtd/mtd-user.h HDRINST usr/include/xen/gntalloc.h HDRINST usr/include/xen/evtchn.h HDRINST usr/include/xen/gntdev.h HDRINST usr/include/xen/privcmd.h HDRINST usr/include/asm-generic/setup.h HDRINST usr/include/asm-generic/ioctls.h HDRINST usr/include/asm-generic/mman-common.h HDRINST usr/include/asm-generic/int-l64.h HDRINST usr/include/asm-generic/termios.h HDRINST usr/include/asm-generic/param.h HDRINST usr/include/asm-generic/bitsperlong.h HDRINST usr/include/asm-generic/poll.h HDRINST usr/include/asm-generic/signal.h HDRINST usr/include/asm-generic/types.h HDRINST usr/include/asm-generic/auxvec.h HDRINST usr/include/asm-generic/unistd.h HDRINST usr/include/asm-generic/sockios.h HDRINST usr/include/asm-generic/ipcbuf.h HDRINST usr/include/asm-generic/siginfo.h HDRINST usr/include/asm-generic/termbits.h HDRINST usr/include/asm-generic/socket.h HDRINST usr/include/asm-generic/sembuf.h HDRINST usr/include/asm-generic/fcntl.h HDRINST usr/include/asm-generic/int-ll64.h HDRINST usr/include/asm-generic/hugetlb_encode.h HDRINST usr/include/asm-generic/resource.h HDRINST usr/include/asm-generic/errno-base.h HDRINST usr/include/asm-generic/ioctl.h HDRINST usr/include/asm-generic/posix_types.h HDRINST usr/include/asm-generic/statfs.h HDRINST usr/include/asm-generic/msgbuf.h HDRINST usr/include/asm-generic/shmbuf.h HDRINST usr/include/asm-generic/signal-defs.h HDRINST usr/include/asm-generic/bpf_perf_event.h HDRINST usr/include/asm-generic/errno.h HDRINST usr/include/asm-generic/stat.h HDRINST usr/include/asm-generic/ucontext.h HDRINST usr/include/asm-generic/mman.h HDRINST usr/include/asm-generic/kvm_para.h HDRINST usr/include/asm-generic/swab.h HDRINST usr/include/rdma/cxgb4-abi.h HDRINST usr/include/rdma/mlx5-abi.h HDRINST usr/include/rdma/ib_user_sa.h HDRINST usr/include/rdma/ib_user_verbs.h HDRINST usr/include/rdma/qedr-abi.h HDRINST usr/include/rdma/vmw_pvrdma-abi.h HDRINST usr/include/rdma/i40iw-abi.h HDRINST usr/include/rdma/siw-abi.h HDRINST usr/include/rdma/mthca-abi.h HDRINST usr/include/rdma/hfi/hfi1_user.h HDRINST usr/include/rdma/hfi/hfi1_ioctl.h HDRINST usr/include/rdma/ocrdma-abi.h HDRINST usr/include/rdma/rdma_user_ioctl.h HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h HDRINST usr/include/rdma/rdma_user_rxe.h HDRINST usr/include/rdma/hns-abi.h HDRINST usr/include/rdma/ib_user_mad.h HDRINST usr/include/rdma/efa-abi.h HDRINST usr/include/rdma/rdma_netlink.h HDRINST usr/include/rdma/bnxt_re-abi.h HDRINST usr/include/rdma/mlx4-abi.h HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h HDRINST usr/include/rdma/rvt-abi.h HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h HDRINST usr/include/rdma/ib_user_ioctl_verbs.h HDRINST usr/include/rdma/rdma_user_cm.h HDRINST usr/include/rdma/ib_user_ioctl_cmds.h HDRINST usr/include/misc/cxl.h HDRINST usr/include/misc/pvpanic.h HDRINST usr/include/misc/ocxl.h HDRINST usr/include/misc/uacce/hisi_qm.h HDRINST usr/include/misc/uacce/uacce.h HDRINST usr/include/misc/habanalabs.h HDRINST usr/include/misc/fastrpc.h HDRINST usr/include/misc/xilinx_sdfec.h HDRINST usr/include/linux/atmdev.h HDRINST usr/include/linux/stm.h HDRINST usr/include/linux/dlm_device.h HDRINST usr/include/linux/timerfd.h HDRINST usr/include/linux/llc.h HDRINST usr/include/linux/if_hippi.h HDRINST usr/include/linux/pktcdvd.h HDRINST usr/include/linux/efs_fs_sb.h HDRINST usr/include/linux/rpmsg.h HDRINST usr/include/linux/if_cablemodem.h HDRINST usr/include/linux/if_ether.h HDRINST usr/include/linux/l2tp.h HDRINST usr/include/linux/uinput.h HDRINST usr/include/linux/nfs.h HDRINST usr/include/linux/netfilter.h HDRINST usr/include/linux/virtio_mmio.h HDRINST usr/include/linux/rio_cm_cdev.h HDRINST usr/include/linux/elf-fdpic.h HDRINST usr/include/linux/wimax.h HDRINST usr/include/linux/igmp.h HDRINST usr/include/linux/seg6_local.h HDRINST usr/include/linux/if_packet.h HDRINST usr/include/linux/i8k.h HDRINST usr/include/linux/net_tstamp.h HDRINST usr/include/linux/tc_ematch/tc_em_meta.h HDRINST usr/include/linux/tc_ematch/tc_em_text.h HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h HDRINST usr/include/linux/userio.h HDRINST usr/include/linux/ppp_defs.h HDRINST usr/include/linux/snmp.h HDRINST usr/include/linux/atmarp.h HDRINST usr/include/linux/wireless.h HDRINST usr/include/linux/smc_diag.h HDRINST usr/include/linux/if_frad.h HDRINST usr/include/linux/rseq.h HDRINST usr/include/linux/tipc_sockets_diag.h HDRINST usr/include/linux/sysinfo.h HDRINST usr/include/linux/seg6.h HDRINST usr/include/linux/dlmconstants.h HDRINST usr/include/linux/kcov.h HDRINST usr/include/linux/if_addr.h HDRINST usr/include/linux/if_alg.h HDRINST usr/include/linux/errqueue.h HDRINST usr/include/linux/fpga-dfl.h HDRINST usr/include/linux/gsmmux.h HDRINST usr/include/linux/netfilter_arp.h HDRINST usr/include/linux/adb.h HDRINST usr/include/linux/close_range.h HDRINST usr/include/linux/byteorder/little_endian.h HDRINST usr/include/linux/byteorder/big_endian.h HDRINST usr/include/linux/psample.h HDRINST usr/include/linux/inotify.h HDRINST usr/include/linux/virtio_scsi.h HDRINST usr/include/linux/i2o-dev.h HDRINST usr/include/linux/caif/caif_socket.h HDRINST usr/include/linux/caif/if_caif.h HDRINST usr/include/linux/if_fc.h HDRINST usr/include/linux/coff.h HDRINST usr/include/linux/loop.h HDRINST usr/include/linux/dqblk_xfs.h HDRINST usr/include/linux/nfs_mount.h HDRINST usr/include/linux/fanotify.h HDRINST usr/include/linux/if_plip.h HDRINST usr/include/linux/netlink_diag.h HDRINST usr/include/linux/if_arcnet.h HDRINST usr/include/linux/keyctl.h HDRINST usr/include/linux/kd.h HDRINST usr/include/linux/connector.h HDRINST usr/include/linux/eventpoll.h HDRINST usr/include/linux/lightnvm.h HDRINST usr/include/linux/if_pppol2tp.h HDRINST usr/include/linux/iommu.h HDRINST usr/include/linux/gpio.h HDRINST usr/include/linux/ip_vs.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h HDRINST usr/include/linux/netfilter_bridge/ebt_among.h HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h HDRINST usr/include/linux/netfilter_bridge/ebtables.h HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h HDRINST usr/include/linux/netfilter_bridge/ebt_log.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h HDRINST usr/include/linux/if_team.h HDRINST usr/include/linux/rose.h HDRINST usr/include/linux/oom.h HDRINST usr/include/linux/usb/ch9.h HDRINST usr/include/linux/usb/ch11.h HDRINST usr/include/linux/usb/tmc.h HDRINST usr/include/linux/usb/charger.h HDRINST usr/include/linux/usb/audio.h HDRINST usr/include/linux/usb/video.h HDRINST usr/include/linux/usb/gadgetfs.h HDRINST usr/include/linux/usb/raw_gadget.h HDRINST usr/include/linux/usb/cdc-wdm.h HDRINST usr/include/linux/usb/cdc.h HDRINST usr/include/linux/usb/g_printer.h HDRINST usr/include/linux/usb/midi.h HDRINST usr/include/linux/usb/g_uvc.h HDRINST usr/include/linux/usb/functionfs.h HDRINST usr/include/linux/serial_core.h HDRINST usr/include/linux/watch_queue.h HDRINST usr/include/linux/sound.h HDRINST usr/include/linux/virtio_net.h HDRINST usr/include/linux/virtio_console.h HDRINST usr/include/linux/media-bus-format.h HDRINST usr/include/linux/blkpg.h HDRINST usr/include/linux/nvram.h HDRINST usr/include/linux/securebits.h HDRINST usr/include/linux/omap3isp.h HDRINST usr/include/linux/dn.h HDRINST usr/include/linux/tipc_netlink.h HDRINST usr/include/linux/nexthop.h HDRINST usr/include/linux/cgroupstats.h HDRINST usr/include/linux/parport.h HDRINST usr/include/linux/adfs_fs.h HDRINST usr/include/linux/watchdog.h HDRINST usr/include/linux/ipmi_msgdefs.h HDRINST usr/include/linux/virtio_input.h HDRINST usr/include/linux/const.h HDRINST usr/include/linux/coresight-stm.h HDRINST usr/include/linux/if_x25.h HDRINST usr/include/linux/v4l2-mediabus.h HDRINST usr/include/linux/hdreg.h HDRINST usr/include/linux/ppp-ioctl.h HDRINST usr/include/linux/reiserfs_fs.h HDRINST usr/include/linux/atmioc.h HDRINST usr/include/linux/vbox_vmmdev_types.h HDRINST usr/include/linux/if_eql.h HDRINST usr/include/linux/arm_sdei.h HDRINST usr/include/linux/agpgart.h HDRINST usr/include/linux/nfs_idmap.h HDRINST usr/include/linux/ivtvfb.h HDRINST usr/include/linux/magic.h HDRINST usr/include/linux/switch.h HDRINST usr/include/linux/auto_fs4.h HDRINST usr/include/linux/qnxtypes.h HDRINST usr/include/linux/tls.h HDRINST usr/include/linux/cryptouser.h HDRINST usr/include/linux/ipmi_bmc.h HDRINST usr/include/linux/matroxfb.h HDRINST usr/include/linux/sync_file.h HDRINST usr/include/linux/nfc.h HDRINST usr/include/linux/termios.h HDRINST usr/include/linux/dm-ioctl.h HDRINST usr/include/linux/atm_nicstar.h HDRINST usr/include/linux/hdlc/ioctl.h HDRINST usr/include/linux/batadv_packet.h HDRINST usr/include/linux/udp.h HDRINST usr/include/linux/xdp_diag.h HDRINST usr/include/linux/udmabuf.h HDRINST usr/include/linux/atalk.h HDRINST usr/include/linux/vhost_types.h HDRINST usr/include/linux/capi.h HDRINST usr/include/linux/v4l2-common.h HDRINST usr/include/linux/atmbr2684.h HDRINST usr/include/linux/nfs4_mount.h HDRINST usr/include/linux/ppp-comp.h HDRINST usr/include/linux/btrfs_tree.h HDRINST usr/include/linux/net_namespace.h HDRINST usr/include/linux/major.h HDRINST usr/include/linux/wimax/i2400m.h HDRINST usr/include/linux/dns_resolver.h HDRINST usr/include/linux/suspend_ioctls.h HDRINST usr/include/linux/param.h HDRINST usr/include/linux/elf.h HDRINST usr/include/linux/selinux_netlink.h HDRINST usr/include/linux/max2175.h HDRINST usr/include/linux/virtio_pci.h HDRINST usr/include/linux/pmu.h HDRINST usr/include/linux/kcm.h HDRINST usr/include/linux/in.h HDRINST usr/include/linux/timex.h HDRINST usr/include/linux/string.h HDRINST usr/include/linux/if_pppox.h HDRINST usr/include/linux/ipx.h HDRINST usr/include/linux/cn_proc.h HDRINST usr/include/linux/xilinx-v4l2-controls.h HDRINST usr/include/linux/ncsi.h HDRINST usr/include/linux/bt-bmc.h HDRINST usr/include/linux/nfs4.h HDRINST usr/include/linux/if_slip.h HDRINST usr/include/linux/limits.h HDRINST usr/include/linux/virtio_gpu.h HDRINST usr/include/linux/vm_sockets.h HDRINST usr/include/linux/time_types.h HDRINST usr/include/linux/atm_eni.h HDRINST usr/include/linux/media.h HDRINST usr/include/linux/omapfb.h HDRINST usr/include/linux/cdrom.h HDRINST usr/include/linux/mptcp.h HDRINST usr/include/linux/atm_zatm.h HDRINST usr/include/linux/if_addrlabel.h HDRINST usr/include/linux/bcm933xx_hcs.h HDRINST usr/include/linux/poll.h HDRINST usr/include/linux/signal.h HDRINST usr/include/linux/vbox_err.h HDRINST usr/include/linux/atmmpc.h HDRINST usr/include/linux/lwtunnel.h HDRINST usr/include/linux/bcache.h HDRINST usr/include/linux/genwqe/genwqe_card.h HDRINST usr/include/linux/serial_reg.h HDRINST usr/include/linux/netrom.h HDRINST usr/include/linux/mroute.h HDRINST usr/include/linux/netfilter_arp/arp_tables.h HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h HDRINST usr/include/linux/joystick.h HDRINST usr/include/linux/pci.h HDRINST usr/include/linux/types.h HDRINST usr/include/linux/reboot.h HDRINST usr/include/linux/firewire-cdev.h HDRINST usr/include/linux/wireguard.h HDRINST usr/include/linux/cuda.h HDRINST usr/include/linux/edd.h HDRINST usr/include/linux/if_tunnel.h HDRINST usr/include/linux/fsverity.h HDRINST usr/include/linux/aio_abi.h HDRINST usr/include/linux/virtio_types.h HDRINST usr/include/linux/i2c-dev.h HDRINST usr/include/linux/nfs3.h HDRINST usr/include/linux/cciss_defs.h HDRINST usr/include/linux/isst_if.h HDRINST usr/include/linux/cec.h HDRINST usr/include/linux/time.h HDRINST usr/include/linux/memfd.h HDRINST usr/include/linux/uhid.h HDRINST usr/include/linux/x25.h HDRINST usr/include/linux/fsl_hypervisor.h HDRINST usr/include/linux/i2c.h HDRINST usr/include/linux/auxvec.h HDRINST usr/include/linux/devlink.h HDRINST usr/include/linux/kernel-page-flags.h HDRINST usr/include/linux/nfsd/export.h HDRINST usr/include/linux/nfsd/debug.h HDRINST usr/include/linux/nfsd/nfsfh.h HDRINST usr/include/linux/nfsd/stats.h HDRINST usr/include/linux/nfsd/cld.h HDRINST usr/include/linux/vsockmon.h HDRINST usr/include/linux/serio.h HDRINST usr/include/linux/ethtool_netlink.h HDRINST usr/include/linux/pcitest.h HDRINST usr/include/linux/seccomp.h HDRINST usr/include/linux/unistd.h HDRINST usr/include/linux/v4l2-subdev.h HDRINST usr/include/linux/sockios.h HDRINST usr/include/linux/if_phonet.h HDRINST usr/include/linux/tipc.h HDRINST usr/include/linux/cm4000_cs.h HDRINST usr/include/linux/hidraw.h HDRINST usr/include/linux/atm.h HDRINST usr/include/linux/xfrm.h HDRINST usr/include/linux/uuid.h HDRINST usr/include/linux/if_infiniband.h HDRINST usr/include/linux/ppdev.h HDRINST usr/include/linux/falloc.h HDRINST usr/include/linux/seg6_hmac.h HDRINST usr/include/linux/usbdevice_fs.h HDRINST usr/include/linux/openvswitch.h HDRINST usr/include/linux/utime.h HDRINST usr/include/linux/netfilter_ipv6.h HDRINST usr/include/linux/btf.h HDRINST usr/include/linux/mdio.h HDRINST usr/include/linux/iio/types.h HDRINST usr/include/linux/iio/events.h HDRINST usr/include/linux/sctp.h HDRINST usr/include/linux/ax25.h HDRINST usr/include/linux/vtpm_proxy.h HDRINST usr/include/linux/bsg.h HDRINST usr/include/linux/msg.h HDRINST usr/include/linux/if_ltalk.h HDRINST usr/include/linux/pg.h HDRINST usr/include/linux/cramfs_fs.h HDRINST usr/include/linux/pfkeyv2.h HDRINST usr/include/linux/nitro_enclaves.h HDRINST usr/include/linux/jffs2.h HDRINST usr/include/linux/hid.h HDRINST usr/include/linux/dlm_plock.h HDRINST usr/include/linux/virtio_pmem.h HDRINST usr/include/linux/sched.h HDRINST usr/include/linux/nubus.h HDRINST usr/include/linux/dm-log-userspace.h HDRINST usr/include/linux/gen_stats.h HDRINST usr/include/linux/openat2.h HDRINST usr/include/linux/soundcard.h HDRINST usr/include/linux/ife.h HDRINST usr/include/linux/pkt_cls.h HDRINST usr/include/linux/videodev2.h HDRINST usr/include/linux/ivtv.h HDRINST usr/include/linux/if_fddi.h HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h HDRINST usr/include/linux/kernelcapi.h HDRINST usr/include/linux/mqueue.h HDRINST usr/include/linux/uleds.h HDRINST usr/include/linux/lp.h HDRINST usr/include/linux/hw_breakpoint.h HDRINST usr/include/linux/atmsap.h HDRINST usr/include/linux/lirc.h HDRINST usr/include/linux/if_xdp.h HDRINST usr/include/linux/ip6_tunnel.h HDRINST usr/include/linux/futex.h HDRINST usr/include/linux/dvb/dmx.h HDRINST usr/include/linux/dvb/osd.h HDRINST usr/include/linux/dvb/audio.h HDRINST usr/include/linux/dvb/video.h HDRINST usr/include/linux/dvb/version.h HDRINST usr/include/linux/dvb/ca.h HDRINST usr/include/linux/dvb/net.h HDRINST usr/include/linux/dvb/frontend.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h HDRINST usr/include/linux/bfs_fs.h HDRINST usr/include/linux/chio.h HDRINST usr/include/linux/in6.h HDRINST usr/include/linux/socket.h HDRINST usr/include/linux/ila.h HDRINST usr/include/linux/virtio_vsock.h HDRINST usr/include/linux/erspan.h HDRINST usr/include/linux/ipv6.h HDRINST usr/include/linux/mmc/ioctl.h HDRINST usr/include/linux/nbd-netlink.h HDRINST usr/include/linux/rio_mport_cdev.h HDRINST usr/include/linux/in_route.h HDRINST usr/include/linux/cec-funcs.h HDRINST usr/include/linux/irqnr.h HDRINST usr/include/linux/sunrpc/debug.h HDRINST usr/include/linux/virtio_rng.h HDRINST usr/include/linux/rtnetlink.h HDRINST usr/include/linux/veth.h HDRINST usr/include/linux/quota.h HDRINST usr/include/linux/if_arp.h HDRINST usr/include/linux/mei.h HDRINST usr/include/linux/virtio_balloon.h HDRINST usr/include/linux/affs_hardblocks.h HDRINST usr/include/linux/un.h HDRINST usr/include/linux/kexec.h HDRINST usr/include/linux/target_core_user.h HDRINST usr/include/linux/ultrasound.h HDRINST usr/include/linux/gtp.h HDRINST usr/include/linux/ndctl.h HDRINST usr/include/linux/audit.h HDRINST usr/include/linux/dcbnl.h HDRINST usr/include/linux/tcp_metrics.h HDRINST usr/include/linux/baycom.h HDRINST usr/include/linux/input-event-codes.h HDRINST usr/include/linux/sdla.h HDRINST usr/include/linux/if_bonding.h HDRINST usr/include/linux/romfs_fs.h HDRINST usr/include/linux/zorro_ids.h HDRINST usr/include/linux/keyboard.h HDRINST usr/include/linux/psci.h HDRINST usr/include/linux/elf-em.h HDRINST usr/include/linux/rpl_iptunnel.h HDRINST usr/include/linux/if_tun.h HDRINST usr/include/linux/smiapp.h HDRINST usr/include/linux/screen_info.h HDRINST usr/include/linux/ipsec.h HDRINST usr/include/linux/switchtec_ioctl.h HDRINST usr/include/linux/zorro.h HDRINST usr/include/linux/vm_sockets_diag.h HDRINST usr/include/linux/capability.h HDRINST usr/include/linux/ipmi.h HDRINST usr/include/linux/smc.h HDRINST usr/include/linux/tiocl.h HDRINST usr/include/linux/hyperv.h HDRINST usr/include/linux/rxrpc.h HDRINST usr/include/linux/seg6_genl.h HDRINST usr/include/linux/wmi.h HDRINST usr/include/linux/virtio_fs.h HDRINST usr/include/linux/dlm_netlink.h HDRINST usr/include/linux/mrp_bridge.h HDRINST usr/include/linux/qrtr.h HDRINST usr/include/linux/sed-opal.h HDRINST usr/include/linux/cifs/cifs_mount.h HDRINST usr/include/linux/perf_event.h HDRINST usr/include/linux/fcntl.h HDRINST usr/include/linux/nfs2.h HDRINST usr/include/linux/tty_flags.h HDRINST usr/include/linux/pps.h HDRINST usr/include/linux/io_uring.h HDRINST usr/include/linux/icmpv6.h HDRINST usr/include/linux/inet_diag.h HDRINST usr/include/linux/mmtimer.h HDRINST usr/include/linux/posix_acl_xattr.h HDRINST usr/include/linux/module.h HDRINST usr/include/linux/n_r3964.h HDRINST usr/include/linux/unix_diag.h HDRINST usr/include/linux/hash_info.h HDRINST usr/include/linux/seg6_iptunnel.h HDRINST usr/include/linux/serial.h HDRINST usr/include/linux/mount.h HDRINST usr/include/linux/remoteproc_cdev.h HDRINST usr/include/linux/nsfs.h HDRINST usr/include/linux/minix_fs.h HDRINST usr/include/linux/btrfs.h HDRINST usr/include/linux/batman_adv.h HDRINST usr/include/linux/scif_ioctl.h HDRINST usr/include/linux/bpf.h HDRINST usr/include/linux/gameport.h HDRINST usr/include/linux/resource.h HDRINST usr/include/linux/ip.h HDRINST usr/include/linux/virtio_config.h HDRINST usr/include/linux/sem.h HDRINST usr/include/linux/kfd_ioctl.h HDRINST usr/include/linux/stddef.h HDRINST usr/include/linux/virtio_blk.h HDRINST usr/include/linux/gfs2_ondisk.h HDRINST usr/include/linux/route.h HDRINST usr/include/linux/nilfs2_ondisk.h HDRINST usr/include/linux/mpls.h HDRINST usr/include/linux/fd.h HDRINST usr/include/linux/fb.h HDRINST usr/include/linux/fs.h HDRINST usr/include/linux/vfio.h HDRINST usr/include/linux/fsi.h HDRINST usr/include/linux/pci_regs.h HDRINST usr/include/linux/bpf_common.h HDRINST usr/include/linux/blktrace_api.h HDRINST usr/include/linux/virtio_crypto.h HDRINST usr/include/linux/mtio.h HDRINST usr/include/linux/fuse.h HDRINST usr/include/linux/ioctl.h HDRINST usr/include/linux/netlink.h HDRINST usr/include/linux/binfmts.h HDRINST usr/include/linux/atm_idt77105.h HDRINST usr/include/linux/ipv6_route.h HDRINST usr/include/linux/posix_types.h HDRINST usr/include/linux/genetlink.h HDRINST usr/include/linux/if_vlan.h HDRINST usr/include/linux/cycx_cfm.h HDRINST usr/include/linux/filter.h HDRINST usr/include/linux/cyclades.h HDRINST usr/include/linux/fadvise.h HDRINST usr/include/linux/dma-buf.h HDRINST usr/include/linux/dlm.h HDRINST usr/include/linux/android/binderfs.h HDRINST usr/include/linux/android/binder.h HDRINST usr/include/linux/atmppp.h HDRINST usr/include/linux/hdlc.h HDRINST usr/include/linux/vhost.h HDRINST usr/include/linux/hsr_netlink.h HDRINST usr/include/linux/um_timetravel.h HDRINST usr/include/linux/ptp_clock.h HDRINST usr/include/linux/posix_acl.h HDRINST usr/include/linux/udf_fs_i.h HDRINST usr/include/linux/netfilter_decnet.h HDRINST usr/include/linux/hpet.h HDRINST usr/include/linux/fou.h HDRINST usr/include/linux/netdevice.h HDRINST usr/include/linux/net_dropmon.h HDRINST usr/include/linux/nilfs2_api.h HDRINST usr/include/linux/packet_diag.h HDRINST usr/include/linux/virtio_ring.h HDRINST usr/include/linux/netfilter_ipv4.h HDRINST usr/include/linux/v4l2-dv-timings.h HDRINST usr/include/linux/neighbour.h HDRINST usr/include/linux/atmclip.h HDRINST usr/include/linux/nvme_ioctl.h HDRINST usr/include/linux/atm_he.h HDRINST usr/include/linux/vfio_zdev.h HDRINST usr/include/linux/sched/types.h HDRINST usr/include/linux/arcfb.h HDRINST usr/include/linux/membarrier.h HDRINST usr/include/linux/prctl.h HDRINST usr/include/linux/pidfd.h HDRINST usr/include/linux/kernel.h HDRINST usr/include/linux/virtio_9p.h HDRINST usr/include/linux/can.h HDRINST usr/include/linux/toshiba.h HDRINST usr/include/linux/hsi/hsi_char.h HDRINST usr/include/linux/hsi/cs-protocol.h HDRINST usr/include/linux/libc-compat.h HDRINST usr/include/linux/virtio_iommu.h HDRINST usr/include/linux/virtio_mem.h HDRINST usr/include/linux/vfio_ccw.h HDRINST usr/include/linux/qnx4_fs.h HDRINST usr/include/linux/isdn/capicmd.h HDRINST usr/include/linux/icmp.h HDRINST usr/include/linux/if_ppp.h HDRINST usr/include/linux/f2fs.h HDRINST usr/include/linux/hiddev.h HDRINST usr/include/linux/bpqether.h HDRINST usr/include/linux/tee.h HDRINST usr/include/linux/can/isotp.h HDRINST usr/include/linux/can/error.h HDRINST usr/include/linux/can/j1939.h HDRINST usr/include/linux/can/bcm.h HDRINST usr/include/linux/can/vxcan.h HDRINST usr/include/linux/can/netlink.h HDRINST usr/include/linux/can/gw.h HDRINST usr/include/linux/can/raw.h HDRINST usr/include/linux/apm_bios.h HDRINST usr/include/linux/qemu_fw_cfg.h HDRINST usr/include/linux/psp-sev.h HDRINST usr/include/linux/blkzoned.h HDRINST usr/include/linux/uio.h HDRINST usr/include/linux/am437x-vpfe.h HDRINST usr/include/linux/reiserfs_xattr.h HDRINST usr/include/linux/aspeed-p2a-ctrl.h HDRINST usr/include/linux/ptrace.h HDRINST usr/include/linux/rds.h HDRINST usr/include/linux/tc_act/tc_ipt.h HDRINST usr/include/linux/tc_act/tc_ife.h HDRINST usr/include/linux/tc_act/tc_pedit.h HDRINST usr/include/linux/tc_act/tc_connmark.h HDRINST usr/include/linux/tc_act/tc_gate.h HDRINST usr/include/linux/tc_act/tc_nat.h HDRINST usr/include/linux/tc_act/tc_vlan.h HDRINST usr/include/linux/tc_act/tc_skbmod.h HDRINST usr/include/linux/tc_act/tc_skbedit.h HDRINST usr/include/linux/tc_act/tc_defact.h HDRINST usr/include/linux/tc_act/tc_tunnel_key.h HDRINST usr/include/linux/tc_act/tc_sample.h HDRINST usr/include/linux/tc_act/tc_ct.h HDRINST usr/include/linux/tc_act/tc_ctinfo.h HDRINST usr/include/linux/tc_act/tc_gact.h HDRINST usr/include/linux/tc_act/tc_bpf.h HDRINST usr/include/linux/tc_act/tc_mirred.h HDRINST usr/include/linux/tc_act/tc_csum.h HDRINST usr/include/linux/tc_act/tc_mpls.h HDRINST usr/include/linux/uvcvideo.h HDRINST usr/include/linux/rfkill.h HDRINST usr/include/linux/tcp.h HDRINST usr/include/linux/ethtool.h HDRINST usr/include/linux/raid/md_u.h HDRINST usr/include/linux/raid/md_p.h HDRINST usr/include/linux/usbip.h HDRINST usr/include/linux/mroute6.h HDRINST usr/include/linux/cciss_ioctl.h HDRINST usr/include/linux/netfilter_bridge.h HDRINST usr/include/linux/v4l2-controls.h HDRINST usr/include/linux/mempolicy.h HDRINST usr/include/linux/taskstats.h HDRINST usr/include/linux/kcmp.h HDRINST usr/include/linux/bpf_perf_event.h HDRINST usr/include/linux/netconf.h HDRINST usr/include/linux/atmlec.h HDRINST usr/include/linux/bpfilter.h HDRINST usr/include/linux/hdlcdrv.h HDRINST usr/include/linux/input.h HDRINST usr/include/linux/shm.h HDRINST usr/include/linux/sock_diag.h HDRINST usr/include/linux/scc.h HDRINST usr/include/linux/msdos_fs.h HDRINST usr/include/linux/wait.h HDRINST usr/include/linux/acct.h HDRINST usr/include/linux/kdev_t.h HDRINST usr/include/linux/vmcore.h HDRINST usr/include/linux/errno.h HDRINST usr/include/linux/auto_fs.h HDRINST usr/include/linux/coda.h HDRINST usr/include/linux/personality.h HDRINST usr/include/linux/nl80211.h HDRINST usr/include/linux/net.h HDRINST usr/include/linux/spi/spidev.h HDRINST usr/include/linux/times.h HDRINST usr/include/linux/pr.h HDRINST usr/include/linux/fiemap.h HDRINST usr/include/linux/thermal.h HDRINST usr/include/linux/dma-heap.h HDRINST usr/include/linux/stat.h HDRINST usr/include/linux/if_macsec.h HDRINST usr/include/linux/nbd.h HDRINST usr/include/linux/raw.h HDRINST usr/include/linux/sonypi.h HDRINST usr/include/linux/userfaultfd.h HDRINST usr/include/linux/vt.h HDRINST usr/include/linux/random.h HDRINST usr/include/linux/patchkey.h HDRINST usr/include/linux/xattr.h HDRINST usr/include/linux/if_link.h HDRINST usr/include/linux/atmapi.h HDRINST usr/include/linux/mpls_iptunnel.h HDRINST usr/include/linux/radeonfb.h HDRINST usr/include/linux/pkt_sched.h HDRINST usr/include/linux/sysctl.h HDRINST usr/include/linux/aspeed-lpc-ctrl.h HDRINST usr/include/linux/if.h HDRINST usr/include/linux/signalfd.h HDRINST usr/include/linux/auto_dev-ioctl.h HDRINST usr/include/linux/atm_tcp.h HDRINST usr/include/linux/if_bridge.h HDRINST usr/include/linux/rpl.h HDRINST usr/include/linux/phantom.h HDRINST usr/include/linux/dccp.h HDRINST usr/include/linux/kvm.h HDRINST usr/include/linux/fsmap.h HDRINST usr/include/linux/vboxguest.h HDRINST usr/include/linux/ipc.h HDRINST usr/include/linux/utsname.h HDRINST usr/include/linux/map_to_7segment.h HDRINST usr/include/linux/mman.h HDRINST usr/include/linux/iso_fs.h HDRINST usr/include/linux/phonet.h HDRINST usr/include/linux/atmsvc.h HDRINST usr/include/linux/kvm_para.h HDRINST usr/include/linux/idxd.h HDRINST usr/include/linux/fscrypt.h HDRINST usr/include/linux/meye.h HDRINST usr/include/linux/tipc_config.h HDRINST usr/include/linux/fib_rules.h HDRINST usr/include/linux/tty.h HDRINST usr/include/linux/virtio_ids.h HDRINST usr/include/linux/firewire-constants.h HDRINST usr/include/linux/swab.h HDRINST usr/include/linux/nfsacl.h HDRINST usr/include/linux/mii.h HDRINST usr/include/linux/sonet.h HDRINST usr/include/linux/nfs_fs.h HDRINST usr/include/linux/fdreg.h HDRINST usr/include/linux/netfilter/xt_RATEEST.h HDRINST usr/include/linux/netfilter/nf_conntrack_common.h HDRINST usr/include/linux/netfilter/xt_pkttype.h HDRINST usr/include/linux/netfilter/xt_rpfilter.h HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h HDRINST usr/include/linux/netfilter/xt_cluster.h HDRINST usr/include/linux/netfilter/xt_comment.h HDRINST usr/include/linux/netfilter/xt_socket.h HDRINST usr/include/linux/netfilter/xt_owner.h HDRINST usr/include/linux/netfilter/xt_ipvs.h HDRINST usr/include/linux/netfilter/xt_connlabel.h HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h HDRINST usr/include/linux/netfilter/xt_CT.h HDRINST usr/include/linux/netfilter/xt_l2tp.h HDRINST usr/include/linux/netfilter/xt_rateest.h HDRINST usr/include/linux/netfilter/x_tables.h HDRINST usr/include/linux/netfilter/xt_cpu.h HDRINST usr/include/linux/netfilter/xt_devgroup.h HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h HDRINST usr/include/linux/netfilter/xt_MARK.h HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h HDRINST usr/include/linux/netfilter/xt_TEE.h HDRINST usr/include/linux/netfilter/xt_sctp.h HDRINST usr/include/linux/netfilter/xt_AUDIT.h HDRINST usr/include/linux/netfilter/xt_u32.h HDRINST usr/include/linux/netfilter/xt_physdev.h HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h HDRINST usr/include/linux/netfilter/xt_realm.h HDRINST usr/include/linux/netfilter/nfnetlink_queue.h HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h HDRINST usr/include/linux/netfilter/xt_iprange.h HDRINST usr/include/linux/netfilter/nfnetlink_log.h HDRINST usr/include/linux/netfilter/xt_addrtype.h HDRINST usr/include/linux/netfilter/xt_policy.h HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h HDRINST usr/include/linux/netfilter/xt_cgroup.h HDRINST usr/include/linux/netfilter/xt_DSCP.h HDRINST usr/include/linux/netfilter/nf_log.h HDRINST usr/include/linux/netfilter/xt_mark.h HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h HDRINST usr/include/linux/netfilter/xt_time.h HDRINST usr/include/linux/netfilter/xt_LED.h HDRINST usr/include/linux/netfilter/xt_tcpmss.h HDRINST usr/include/linux/netfilter/nfnetlink.h HDRINST usr/include/linux/netfilter/xt_limit.h HDRINST usr/include/linux/netfilter/nf_tables_compat.h HDRINST usr/include/linux/netfilter/xt_mac.h HDRINST usr/include/linux/netfilter/xt_nfacct.h HDRINST usr/include/linux/netfilter/xt_TPROXY.h HDRINST usr/include/linux/netfilter/ipset/ip_set.h HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h HDRINST usr/include/linux/netfilter/xt_statistic.h HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h HDRINST usr/include/linux/netfilter/xt_conntrack.h HDRINST usr/include/linux/netfilter/xt_NFLOG.h HDRINST usr/include/linux/netfilter/xt_length.h HDRINST usr/include/linux/netfilter/xt_LOG.h HDRINST usr/include/linux/netfilter/xt_ecn.h HDRINST usr/include/linux/netfilter/xt_esp.h HDRINST usr/include/linux/netfilter/xt_bpf.h HDRINST usr/include/linux/netfilter/xt_CONNMARK.h HDRINST usr/include/linux/netfilter/xt_HMARK.h HDRINST usr/include/linux/netfilter/xt_FLOWOFFLOAD.h HDRINST usr/include/linux/netfilter/xt_helper.h HDRINST usr/include/linux/netfilter/xt_connlimit.h HDRINST usr/include/linux/netfilter/nf_synproxy.h HDRINST usr/include/linux/netfilter/nf_tables.h HDRINST usr/include/linux/netfilter/xt_TCPMSS.h HDRINST usr/include/linux/netfilter/xt_dccp.h HDRINST usr/include/linux/netfilter/xt_dscp.h HDRINST usr/include/linux/netfilter/xt_recent.h HDRINST usr/include/linux/netfilter/nfnetlink_osf.h HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h HDRINST usr/include/linux/netfilter/xt_multiport.h HDRINST usr/include/linux/netfilter/xt_ipcomp.h HDRINST usr/include/linux/netfilter/xt_quota.h HDRINST usr/include/linux/netfilter/xt_tcpudp.h HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h HDRINST usr/include/linux/netfilter/xt_string.h HDRINST usr/include/linux/netfilter/xt_hashlimit.h HDRINST usr/include/linux/netfilter/xt_connmark.h HDRINST usr/include/linux/netfilter/xt_connbytes.h HDRINST usr/include/linux/netfilter/nfnetlink_acct.h HDRINST usr/include/linux/netfilter/xt_state.h HDRINST usr/include/linux/netfilter/nfnetlink_compat.h HDRINST usr/include/linux/netfilter/xt_osf.h HDRINST usr/include/linux/netfilter/xt_set.h HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h HDRINST usr/include/linux/netfilter/nf_nat.h HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h HDRINST usr/include/linux/netfilter/xt_SECMARK.h HDRINST usr/include/linux/synclink.h HDRINST usr/include/linux/rtc.h HDRINST usr/include/sound/sb16_csp.h HDRINST usr/include/sound/asound.h HDRINST usr/include/sound/asequencer.h HDRINST usr/include/sound/snd_sst_tokens.h HDRINST usr/include/sound/usb_stream.h HDRINST usr/include/sound/firewire.h HDRINST usr/include/sound/sfnt_info.h HDRINST usr/include/sound/emu10k1.h HDRINST usr/include/sound/hdspm.h HDRINST usr/include/sound/compress_params.h HDRINST usr/include/sound/asound_fm.h HDRINST usr/include/sound/compress_offload.h HDRINST usr/include/sound/hdsp.h HDRINST usr/include/sound/asoc.h HDRINST usr/include/sound/tlv.h HDRINST usr/include/sound/skl-tplg-interface.h HDRINST usr/include/sound/sof/header.h HDRINST usr/include/sound/sof/fw.h HDRINST usr/include/sound/sof/abi.h HDRINST usr/include/sound/sof/tokens.h HDRINST usr/include/scsi/scsi_bsg_fc.h HDRINST usr/include/scsi/fc/fc_fs.h HDRINST usr/include/scsi/fc/fc_els.h HDRINST usr/include/scsi/fc/fc_ns.h HDRINST usr/include/scsi/fc/fc_gs.h HDRINST usr/include/scsi/scsi_bsg_ufs.h HDRINST usr/include/scsi/scsi_netlink_fc.h HDRINST usr/include/scsi/scsi_netlink.h HDRINST usr/include/scsi/cxlflash_ioctl.h HDRINST usr/include/linux/version.h HDRINST usr/include/asm/setup.h HDRINST usr/include/asm/sigcontext.h HDRINST usr/include/asm/ioctls.h HDRINST usr/include/asm/termios.h HDRINST usr/include/asm/param.h HDRINST usr/include/asm/bitsperlong.h HDRINST usr/include/asm/poll.h HDRINST usr/include/asm/signal.h HDRINST usr/include/asm/types.h HDRINST usr/include/asm/byteorder.h HDRINST usr/include/asm/break.h HDRINST usr/include/asm/auxvec.h HDRINST usr/include/asm/inst.h HDRINST usr/include/asm/unistd.h HDRINST usr/include/asm/sockios.h HDRINST usr/include/asm/cachectl.h HDRINST usr/include/asm/siginfo.h HDRINST usr/include/asm/hwcap.h HDRINST usr/include/asm/sgidefs.h HDRINST usr/include/asm/termbits.h HDRINST usr/include/asm/socket.h HDRINST usr/include/asm/sembuf.h HDRINST usr/include/asm/fcntl.h HDRINST usr/include/asm/resource.h HDRINST usr/include/asm/ioctl.h HDRINST usr/include/asm/posix_types.h HDRINST usr/include/asm/statfs.h HDRINST usr/include/asm/msgbuf.h HDRINST usr/include/asm/shmbuf.h HDRINST usr/include/asm/ptrace.h HDRINST usr/include/asm/reg.h HDRINST usr/include/asm/errno.h HDRINST usr/include/asm/stat.h HDRINST usr/include/asm/ucontext.h HDRINST usr/include/asm/sysmips.h HDRINST usr/include/asm/kvm.h HDRINST usr/include/asm/bitfield.h HDRINST usr/include/asm/mman.h HDRINST usr/include/asm/swab.h HDRINST usr/include/asm/unistd_nr_n32.h HDRINST usr/include/asm/unistd_n32.h HDRINST usr/include/asm/unistd_nr_o32.h HDRINST usr/include/asm/unistd_n64.h HDRINST usr/include/asm/ipcbuf.h HDRINST usr/include/asm/unistd_nr_n64.h HDRINST usr/include/asm/bpf_perf_event.h HDRINST usr/include/asm/unistd_o32.h HDRINST usr/include/asm/kvm_para.h INSTALL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' grep '=[ym]' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set | LC_ALL=C sort | /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkhash md5 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.vermagic touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.configured rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/System.map make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.76 CC="mips-openwrt-linux-musl-gcc" all modules make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' SYNC include/config/auto.conf.cmd HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/parser.tab.o HOSTLD scripts/kconfig/conf net/sched/Kconfig:45: warning: menuconfig statement without prompt .config:1064:warning: override: CPU_LITTLE_ENDIAN changes choice state WRAP arch/mips/include/generated/asm/export.h WRAP arch/mips/include/generated/asm/kvm_para.h WRAP arch/mips/include/generated/asm/mcs_spinlock.h WRAP arch/mips/include/generated/asm/parport.h WRAP arch/mips/include/generated/asm/qrwlock.h WRAP arch/mips/include/generated/asm/qspinlock.h WRAP arch/mips/include/generated/asm/user.h WRAP arch/mips/include/generated/asm/current.h WRAP arch/mips/include/generated/asm/device.h WRAP arch/mips/include/generated/asm/emergency-restart.h WRAP arch/mips/include/generated/asm/irq_work.h WRAP arch/mips/include/generated/asm/local64.h WRAP arch/mips/include/generated/asm/mm-arch-hooks.h WRAP arch/mips/include/generated/asm/module.lds.h WRAP arch/mips/include/generated/asm/msi.h WRAP arch/mips/include/generated/asm/percpu.h WRAP arch/mips/include/generated/asm/preempt.h WRAP arch/mips/include/generated/asm/rwonce.h WRAP arch/mips/include/generated/asm/sections.h WRAP arch/mips/include/generated/asm/serial.h WRAP arch/mips/include/generated/asm/simd.h WRAP arch/mips/include/generated/asm/trace_clock.h WRAP arch/mips/include/generated/asm/unaligned.h UPD include/config/kernel.release WRAP arch/mips/include/generated/asm/word-at-a-time.h WRAP arch/mips/include/generated/asm/xor.h UPD include/generated/utsrelease.h HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o LEX scripts/dtc/dtc-lexer.lex.c YACC scripts/dtc/dtc-parser.tab.[ch] HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/dtc HOSTCC scripts/kallsyms HOSTCC scripts/sorttable CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CC kernel/bounds.s CALL scripts/atomic/check-atomics.sh UPD include/generated/timeconst.h UPD include/generated/bounds.h CC arch/mips/kernel/asm-offsets.s UPD include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CC init/main.o HOSTCC usr/gen_init_cpio AR arch/mips/boot/dts/built-in.a AR certs/built-in.a CC mm/filemap.o CC arch/mips/rtl838x/setup.o AR fs/notify/dnotify/built-in.a CC kernel/sched/core.o CC kernel/power/qos.o CC kernel/locking/mutex.o CC fs/notify/inotify/inotify_fsnotify.o GEN usr/initramfs_data.cpio SHIPPED usr/initramfs_inc_data AS usr/initramfs_data.o AR usr/built-in.a CC fs/notify/fanotify/fanotify.o CC fs/notify/inotify/inotify_user.o CC arch/mips/rtl838x/prom.o CC kernel/power/poweroff.o CC kernel/locking/semaphore.o AR arch/mips/rtl838x/built-in.a AS arch/mips/kernel/head.o LDS arch/mips/kernel/vmlinux.lds CC arch/mips/kernel/branch.o AR kernel/power/built-in.a CC fs/notify/fanotify/fanotify_user.o CC kernel/printk/printk.o CHK include/generated/compile.h UPD include/generated/compile.h CC init/do_mounts.o CC kernel/locking/rwsem.o AR fs/notify/inotify/built-in.a CC arch/mips/kernel/cmpxchg.o CC kernel/printk/printk_safe.o CC arch/mips/kernel/elf.o CC kernel/locking/percpu-rwsem.o AS arch/mips/kernel/entry.o AS arch/mips/kernel/genex.o CC arch/mips/kernel/idle.o CC kernel/printk/printk_ringbuffer.o AR fs/notify/fanotify/built-in.a CC fs/notify/fsnotify.o CC kernel/locking/rtmutex.o CC mm/mempool.o CC arch/mips/kernel/irq.o CC init/do_mounts_rd.o CC init/do_mounts_initrd.o CC kernel/sched/loadavg.o CC arch/mips/kernel/process.o CC fs/notify/notification.o AR kernel/printk/built-in.a CC kernel/irq/irqdesc.o AR kernel/locking/built-in.a CC kernel/rcu/update.o CC mm/oom_kill.o CC kernel/rcu/sync.o CC init/initramfs.o CC fs/notify/group.o CC fs/notify/mark.o In file included from kernel/rcu/update.c:578: kernel/rcu/tasks.h:708:13: warning: 'show_rcu_tasks_rude_gp_kthread' defined but not used [-Wunused-function] 708 | static void show_rcu_tasks_rude_gp_kthread(void) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC arch/mips/kernel/prom.o CC kernel/irq/handle.o CC kernel/sched/clock.o CC kernel/rcu/srcutiny.o CC arch/mips/kernel/ptrace.o CC kernel/irq/manage.o CC fs/notify/fdinfo.o CC init/calibrate.o CC mm/fadvise.o CC kernel/irq/spurious.o CC kernel/rcu/tiny.o CC init/init_task.o CC kernel/sched/cputime.o AR fs/notify/built-in.a AR fs/iomap/built-in.a AR fs/quota/built-in.a CC fs/proc/task_mmu.o CC kernel/irq/resend.o AR kernel/rcu/built-in.a AR kernel/livepatch/built-in.a CC init/version.o CC kernel/dma/mapping.o CC mm/maccess.o CC arch/mips/kernel/reset.o AR init/built-in.a CC kernel/dma/direct.o CC kernel/irq/chip.o CC arch/mips/kernel/setup.o CC ipc/util.o CC mm/page-writeback.o CC fs/proc/inode.o CC kernel/sched/idle.o CC ipc/msgutil.o CC kernel/dma/coherent.o CC arch/mips/kernel/signal.o CC kernel/irq/dummychip.o CC kernel/sched/fair.o CC fs/proc/root.o CC ipc/msg.o CC kernel/sched/rt.o AR kernel/dma/built-in.a CC kernel/irq/devres.o AR kernel/entry/built-in.a CC kernel/sched/deadline.o CC fs/proc/base.o CC arch/mips/kernel/syscall.o CC kernel/irq/generic-chip.o CC ipc/sem.o CC mm/readahead.o CC arch/mips/kernel/time.o CC kernel/irq/autoprobe.o CC kernel/sched/wait.o CC arch/mips/kernel/topology.o CC arch/mips/kernel/traps.o CC kernel/sched/wait_bit.o CC kernel/irq/irqdomain.o CC arch/mips/kernel/unaligned.o CC mm/swap.o CC fs/proc/generic.o CC kernel/sched/swait.o CC arch/mips/kernel/watch.o CC kernel/irq/proc.o CC fs/proc/array.o CC ipc/shm.o CC arch/mips/kernel/vdso.o CC arch/mips/kernel/cacheinfo.o CC fs/proc/fd.o AR kernel/irq/built-in.a CC kernel/time/time.o CC arch/mips/kernel/cpu-probe.o CC mm/truncate.o CC kernel/sched/completion.o CC arch/mips/kernel/cevt-r4k.o CC fs/proc/proc_tty.o CC fs/proc/cmdline.o CC arch/mips/kernel/csrc-r4k.o CC ipc/syscall.o CC fs/proc/consoles.o CC kernel/time/timer.o CC fs/proc/cpuinfo.o CC kernel/sched/cpuacct.o CC mm/vmscan.o CC arch/mips/kernel/segment.o CC fs/proc/devices.o CC fs/proc/interrupts.o CC kernel/sched/membarrier.o CC ipc/ipc_sysctl.o CC arch/mips/kernel/module.o CC fs/proc/loadavg.o CC fs/proc/meminfo.o CC ipc/mqueue.o CC kernel/time/hrtimer.o CC kernel/time/timekeeping.o CC fs/proc/stat.o AR kernel/sched/built-in.a CC kernel/cgroup/cgroup.o AS arch/mips/kernel/r4k_switch.o CC arch/mips/kernel/spram.o CC kernel/cgroup/rstat.o CC fs/proc/uptime.o AS arch/mips/kernel/scall32-o32.o CC arch/mips/kernel/proc.o CC fs/proc/util.o CC kernel/cgroup/namespace.o CC kernel/cgroup/cgroup-v1.o CC fs/proc/version.o CC arch/mips/kernel/sysrq.o CC ipc/namespace.o CC mm/shmem.o CC kernel/cgroup/freezer.o CC arch/mips/kernel/early_printk.o CC kernel/time/ntp.o CC fs/proc/softirqs.o CC arch/mips/kernel/early_printk_8250.o CC ipc/mq_sysctl.o CC fs/proc/namespaces.o AR arch/mips/kernel/built-in.a CC arch/mips/mm/cache.o CC fs/proc/self.o CC arch/mips/mm/context.o AR ipc/built-in.a CC security/keys/gc.o CC kernel/time/clocksource.o CC security/keys/key.o CC arch/mips/mm/extable.o CC fs/proc/thread_self.o CC arch/mips/mm/fault.o CC kernel/time/jiffies.o CC arch/mips/mm/init.o CC fs/proc/proc_sysctl.o CC kernel/time/timer_list.o CC kernel/time/timeconv.o CC arch/mips/mm/mmap.o CC security/keys/keyring.o CC arch/mips/mm/page.o CC kernel/time/timecounter.o CC fs/proc/proc_net.o CC kernel/time/alarmtimer.o AS arch/mips/mm/page-funcs.o CC arch/mips/mm/pgtable.o CC kernel/cgroup/pids.o CC mm/util.o CC arch/mips/mm/tlbex.o CC fs/proc/kmsg.o AS arch/mips/mm/tlbex-fault.o AS arch/mips/mm/tlb-funcs.o CC kernel/time/posix-timers.o CC mm/mmzone.o CC security/keys/keyctl.o CC kernel/cgroup/rdma.o CC arch/mips/mm/uasm-mips.o AR fs/proc/built-in.a CC fs/kernfs/mount.o CC mm/vmstat.o CC mm/backing-dev.o CC arch/mips/mm/ioremap.o CC fs/kernfs/inode.o AR kernel/cgroup/built-in.a CC kernel/bpf/core.o CC arch/mips/mm/pgtable-32.o CC security/keys/permission.o CC kernel/time/posix-cpu-timers.o CC arch/mips/mm/dma-noncoherent.o CC mm/mm_init.o CC arch/mips/mm/c-r4k.o CC security/keys/process_keys.o CC fs/kernfs/dir.o AS arch/mips/mm/cex-gen.o CC security/keys/request_key.o CC fs/kernfs/file.o CC mm/percpu.o CC kernel/time/posix-clock.o CC security/keys/request_key_auth.o CC security/keys/user_defined.o CC fs/kernfs/symlink.o CC security/keys/proc.o CC kernel/time/itimer.o CC security/keys/sysctl.o CC kernel/time/clockevents.o AR fs/kernfs/built-in.a CC fs/sysfs/file.o CC fs/sysfs/dir.o AR security/keys/built-in.a CC security/commoncap.o CC kernel/bpf/syscall.o CC kernel/time/tick-common.o CC mm/slab_common.o CC arch/mips/mm/tlb-r4k.o CC fs/sysfs/symlink.o CC kernel/time/sched_clock.o CC fs/sysfs/mount.o CC kernel/time/vsyscall.o CC fs/sysfs/group.o CC kernel/time/timekeeping_debug.o CC mm/compaction.o CC mm/vmacache.o CC security/min_addr.o CC mm/interval_tree.o AR arch/mips/mm/built-in.a CC arch/mips/net/bpf_jit_comp.o AR fs/sysfs/built-in.a CC fs/devpts/inode.o CC arch/mips/net/bpf_jit_comp32.o CC security/device_cgroup.o AR kernel/time/built-in.a CC kernel/fork.o CC mm/list_lru.o AR fs/devpts/built-in.a AR security/built-in.a CC fs/squashfs/block.o CC crypto/api.o CC fs/squashfs/cache.o CC mm/workingset.o CC fs/squashfs/dir.o CC crypto/cipher.o CC mm/debug.o CC kernel/bpf/verifier.o CC fs/squashfs/export.o AR arch/mips/net/built-in.a CC crypto/compress.o CC kernel/bpf/inode.o LDS arch/mips/vdso/vdso.lds AS arch/mips/vdso/elf.o CC arch/mips/vdso/vgettimeofday.o CC mm/gup.o CC block/partitions/core.o CC crypto/memneq.o CC fs/squashfs/file.o CC block/partitions/msdos.o AS arch/mips/vdso/sigreturn.o HOSTCC arch/mips/vdso/genvdso CC crypto/algapi.o LD arch/mips/vdso/vdso.so.dbg.raw OBJCOPY arch/mips/vdso/vdso.so.raw GENVDSO arch/mips/vdso/vdso-image.c CC arch/mips/vdso/vdso-image.o CC kernel/bpf/helpers.o CC fs/squashfs/fragment.o CC block/partitions/efi.o AR arch/mips/vdso/built-in.a AR arch/mips/built-in.a CC fs/squashfs/id.o CC drivers/irqchip/irqchip.o AR drivers/bus/built-in.a CC fs/squashfs/inode.o CC mm/highmem.o CC fs/squashfs/namei.o CC drivers/irqchip/irq-mips-cpu.o CC crypto/scatterwalk.o CC kernel/bpf/tnum.o AR block/partitions/built-in.a CC fs/squashfs/super.o CC block/bio.o CC fs/squashfs/symlink.o CC kernel/bpf/bpf_iter.o CC mm/memory.o CC drivers/irqchip/irq-realtek-rtl.o CC crypto/proc.o CC fs/squashfs/decompressor.o CC crypto/aead.o CC mm/mincore.o AR drivers/irqchip/built-in.a AR drivers/phy/allwinner/built-in.a AR drivers/phy/amlogic/built-in.a AR drivers/phy/broadcom/built-in.a AR drivers/phy/cadence/built-in.a AR drivers/phy/freescale/built-in.a AR drivers/phy/hisilicon/built-in.a AR drivers/phy/intel/built-in.a AR drivers/phy/lantiq/built-in.a AR drivers/phy/marvell/built-in.a AR drivers/phy/mediatek/built-in.a AR drivers/phy/motorola/built-in.a AR drivers/phy/mscc/built-in.a AR drivers/phy/qualcomm/built-in.a AR drivers/phy/ralink/built-in.a AR drivers/phy/renesas/built-in.a AR drivers/phy/rockchip/built-in.a AR drivers/phy/samsung/built-in.a AR drivers/phy/socionext/built-in.a AR drivers/phy/st/built-in.a AR drivers/phy/tegra/built-in.a AR drivers/phy/ti/built-in.a AR drivers/phy/xilinx/built-in.a CC drivers/phy/phy-core.o CC fs/squashfs/file_direct.o CC kernel/bpf/map_iter.o CC crypto/geniv.o CC mm/mlock.o CC block/elevator.o CC fs/squashfs/page_actor.o CC kernel/bpf/task_iter.o AR drivers/phy/built-in.a CC crypto/skcipher.o AR drivers/pinctrl/actions/built-in.a AR drivers/pinctrl/bcm/built-in.a AR drivers/pinctrl/freescale/built-in.a AR drivers/pinctrl/mvebu/built-in.a AR drivers/pinctrl/nomadik/built-in.a CC fs/squashfs/decompressor_multi_percpu.o AR drivers/pinctrl/sprd/built-in.a AR drivers/pinctrl/ti/built-in.a AR drivers/pinctrl/mediatek/built-in.a AR drivers/pinctrl/cirrus/built-in.a CC drivers/pinctrl/core.o CC mm/mmap.o CC block/blk-core.o CC fs/squashfs/xz_wrapper.o CC mm/mmu_gather.o CC kernel/bpf/prog_iter.o AR fs/squashfs/built-in.a CC fs/ramfs/inode.o CC crypto/ahash.o CC fs/ramfs/file-mmu.o CC drivers/pinctrl/pinctrl-utils.o CC kernel/bpf/hashtab.o CC kernel/bpf/arraymap.o CC kernel/bpf/percpu_freelist.o AR fs/ramfs/built-in.a CC fs/exportfs/expfs.o CC drivers/pinctrl/pinmux.o CC kernel/bpf/bpf_lru_list.o CC block/blk-sysfs.o CC crypto/shash.o CC kernel/bpf/lpm_trie.o AR fs/exportfs/built-in.a CC fs/jffs2/compr.o CC mm/mprotect.o CC drivers/pinctrl/pinconf.o CC crypto/algboss.o CC fs/jffs2/dir.o CC kernel/bpf/map_in_map.o CC block/blk-flush.o CC drivers/pinctrl/devicetree.o CC kernel/bpf/local_storage.o CC mm/mremap.o CC kernel/bpf/queue_stack_maps.o CC kernel/bpf/ringbuf.o CC drivers/pinctrl/pinconf-generic.o CC fs/jffs2/file.o CC block/blk-settings.o CC crypto/testmgr.o CC kernel/bpf/disasm.o CC kernel/bpf/trampoline.o CC drivers/pinctrl/pinctrl-single.o CC crypto/crypto_null.o CC fs/jffs2/ioctl.o CC mm/msync.o CC kernel/bpf/btf.o CC kernel/bpf/dispatcher.o CC block/blk-ioc.o CC fs/jffs2/nodelist.o CC crypto/gf128mul.o CC mm/page_vma_mapped.o CC kernel/bpf/devmap.o CC block/blk-map.o AR drivers/pinctrl/built-in.a CC drivers/gpio/gpiolib.o CC mm/pagewalk.o CC crypto/ctr.o CC fs/jffs2/malloc.o CC drivers/gpio/gpiolib-devres.o CC crypto/gcm.o CC mm/pgtable-generic.o CC fs/jffs2/read.o CC block/blk-exec.o CC mm/rmap.o CC kernel/bpf/cpumap.o CC fs/jffs2/nodemgmt.o CC mm/vmalloc.o CC block/blk-merge.o CC crypto/ccm.o CC fs/jffs2/readinode.o CC kernel/bpf/bpf_local_storage.o CC drivers/gpio/gpiolib-legacy.o CC mm/ioremap.o CC kernel/bpf/offload.o CC crypto/aes_generic.o CC drivers/gpio/gpiolib-of.o CC mm/page_alloc.o CC block/blk-timeout.o CC fs/jffs2/write.o CC kernel/bpf/net_namespace.o CC mm/init-mm.o CC drivers/gpio/gpiolib-sysfs.o CC block/blk-lib.o CC crypto/rng.o CC mm/memblock.o CC fs/jffs2/scan.o CC mm/madvise.o CC drivers/gpio/gpio-mmio.o CC block/blk-mq.o CC kernel/bpf/cgroup.o CC crypto/ghash-generic.o AR crypto/built-in.a AR sound/built-in.a CC net/core/sock.o CC drivers/gpio/gpio-pca953x.o CC net/core/request_sock.o CC fs/jffs2/gc.o CC mm/page_io.o CC drivers/gpio/gpio-realtek-otto.o CC net/core/skbuff.o CC mm/swap_state.o CC fs/jffs2/symlink.o CC drivers/gpio/gpio-rtl8231.o CC net/core/datagram.o CC kernel/bpf/reuseport_array.o CC fs/jffs2/build.o CC drivers/gpio/gpio-rtl838x.o CC block/blk-mq-tag.o CC mm/swapfile.o CC fs/jffs2/erase.o CC kernel/bpf/bpf_struct_ops.o AR drivers/gpio/built-in.a AR drivers/pwm/built-in.a AR drivers/pci/switch/built-in.a AR drivers/pci/controller/dwc/built-in.a CC fs/jffs2/background.o AR drivers/pci/controller/mobiveil/built-in.a AR drivers/pci/controller/built-in.a CC drivers/pci/of.o CC net/core/stream.o CC block/blk-stat.o CC fs/jffs2/fs.o AR drivers/pci/built-in.a CC fs/jffs2/writev.o AR drivers/video/backlight/built-in.a AR drivers/video/fbdev/core/built-in.a AR drivers/video/fbdev/omap2/omapfb/dss/built-in.a AR drivers/video/fbdev/omap2/omapfb/displays/built-in.a AR drivers/video/fbdev/omap2/omapfb/built-in.a AR drivers/video/fbdev/omap2/built-in.a AR drivers/video/fbdev/built-in.a AR drivers/video/built-in.a AR drivers/idle/built-in.a AR drivers/char/ipmi/built-in.a AR drivers/amba/built-in.a AR drivers/clk/actions/built-in.a AR drivers/clk/analogbits/built-in.a AR drivers/clk/bcm/built-in.a CC drivers/clk/imgtec/clk-boston.o CC block/blk-mq-sysfs.o AR kernel/bpf/built-in.a CC fs/jffs2/super.o CC kernel/exec_domain.o CC kernel/panic.o AR drivers/clk/imgtec/built-in.a AR drivers/clk/imx/built-in.a AR drivers/clk/ingenic/built-in.a AR drivers/clk/mediatek/built-in.a AR drivers/clk/mvebu/built-in.a AR drivers/clk/renesas/built-in.a AR drivers/clk/sprd/built-in.a AR drivers/clk/ti/built-in.a AR drivers/clk/versatile/built-in.a CC drivers/clk/clk-devres.o CC block/blk-mq-cpumap.o CC drivers/clk/clk-bulk.o CC net/core/scm.o CC block/blk-mq-sched.o CC fs/jffs2/debug.o CC kernel/cpu.o CC mm/swap_slots.o CC block/ioctl.o CC drivers/clk/clkdev.o CC fs/jffs2/wbuf.o CC mm/dmapool.o CC net/core/gen_stats.o CC mm/slub.o CC kernel/exit.o CC drivers/clk/clk.o CC block/genhd.o CC fs/jffs2/xattr.o CC mm/migrate.o CC net/core/gen_estimator.o CC fs/jffs2/xattr_trusted.o CC fs/jffs2/xattr_user.o CC fs/jffs2/compr_rtime.o CC kernel/softirq.o CC block/ioprio.o CC net/core/net_namespace.o CC fs/jffs2/compr_zlib.o CC block/badblocks.o CC drivers/clk/clk-divider.o CC mm/page_counter.o CC mm/memcontrol.o CC kernel/resource.o CC fs/jffs2/compr_lzma.o CC drivers/clk/clk-fixed-factor.o CC block/blk-rq-qos.o CC block/blk-cgroup.o CC fs/jffs2/summary.o CC drivers/clk/clk-fixed-rate.o CC drivers/clk/clk-gate.o CC block/blk-cgroup-rwstat.o CC kernel/sysctl.o CC net/core/secure_seq.o CC drivers/clk/clk-multiplier.o CC drivers/clk/clk-mux.o AR fs/jffs2/built-in.a CC fs/overlayfs/super.o CC drivers/clk/clk-composite.o CC fs/debugfs/inode.o CC drivers/clk/clk-fractional-divider.o CC block/blk-throttle.o CC fs/debugfs/file.o CC net/core/flow_dissector.o CC net/core/sysctl_net_core.o CC drivers/clk/clk-gpio.o CC kernel/capability.o CC fs/overlayfs/namei.o CC drivers/clk/clk-conf.o AR fs/debugfs/built-in.a CC fs/open.o AR drivers/clk/built-in.a AR drivers/soc/bcm/built-in.a AR drivers/soc/fsl/built-in.a AR drivers/soc/imx/built-in.a AR drivers/soc/mediatek/built-in.a AR drivers/soc/amlogic/built-in.a AR drivers/soc/qcom/built-in.a AR drivers/soc/renesas/built-in.a CC kernel/ptrace.o AR drivers/soc/sunxi/built-in.a CC net/core/dev.o AR drivers/soc/ti/built-in.a AR drivers/soc/xilinx/built-in.a AR drivers/soc/built-in.a AR drivers/reset/hisilicon/built-in.a CC drivers/reset/core.o CC fs/overlayfs/util.o AR block/built-in.a AR virt/lib/built-in.a AR virt/built-in.a AR arch/mips/crypto/built-in.a CC lib/math/div64.o CC lib/math/gcd.o CC mm/vmpressure.o CC lib/math/lcm.o CC lib/crypto/chacha.o CC lib/math/int_pow.o CC lib/math/int_sqrt.o AR drivers/reset/built-in.a AR drivers/tty/vt/built-in.a CC drivers/tty/serial/8250/8250_core.o CC lib/crypto/aes.o CC drivers/tty/serial/8250/8250_port.o CC lib/math/reciprocal_div.o CC fs/overlayfs/inode.o CC kernel/user.o CC lib/math/rational.o AR lib/math/built-in.a CC lib/zlib_inflate/inffast.o CC mm/swap_cgroup.o CC kernel/signal.o CC lib/zlib_inflate/inflate.o CC lib/crypto/arc4.o CC fs/overlayfs/file.o CC kernel/sys.o AR lib/crypto/built-in.a CC lib/zlib_deflate/deflate.o CC mm/usercopy.o CC lib/zlib_inflate/infutil.o CC lib/zlib_inflate/inftrees.o CC fs/overlayfs/dir.o CC lib/zlib_inflate/inflate_syms.o CC mm/memfd.o CC drivers/tty/serial/8250/8250_early.o CC lib/zlib_deflate/deftree.o AR lib/zlib_inflate/built-in.a CC lib/xz/xz_dec_syms.o CC drivers/tty/serial/8250/8250_of.o CC lib/xz/xz_dec_stream.o CC lib/zlib_deflate/deflate_syms.o AR mm/built-in.a CC arch/mips/fw/lib/cmdline.o CC arch/mips/lib/bitops.o CC fs/overlayfs/readdir.o AR arch/mips/fw/lib/built-in.a AR arch/mips/fw/lib/lib.a AS arch/mips/lib/csum_partial.o LDS scripts/module.lds CC arch/mips/lib/delay.o AS arch/mips/lib/memcpy.o AS arch/mips/lib/memset.o CC arch/mips/lib/mips-atomic.o AR drivers/tty/serial/8250/built-in.a CC drivers/tty/serial/serial_core.o AR lib/zlib_deflate/built-in.a CC lib/lzma/LzFind.o CC lib/argv_split.o CC lib/xz/xz_dec_lzma2.o AS arch/mips/lib/strncpy_user.o AS arch/mips/lib/strnlen_user.o CC arch/mips/lib/uncached.o CC kernel/umh.o CC lib/lzma/LzmaEnc.o CC lib/cmdline.o CC lib/ctype.o CC lib/dec_and_lock.o CC arch/mips/lib/iomap_copy.o CC arch/mips/lib/dump_tlb.o AR lib/xz/built-in.a CC lib/lzma/LzmaDec.o CC kernel/workqueue.o CC fs/overlayfs/copy_up.o CC kernel/pid.o CC arch/mips/lib/bswapsi.o CC arch/mips/lib/bswapdi.o CC arch/mips/lib/multi3.o CC kernel/task_work.o AR arch/mips/lib/lib.a AR arch/mips/lib/built-in.a CC lib/decompress.o CC lib/dump_stack.o AR lib/lzma/built-in.a CC lib/earlycpio.o CC lib/extable.o CC fs/overlayfs/export.o CC lib/fdt.o CC drivers/tty/serial/earlycon.o CC kernel/extable.o CC lib/fdt_addresses.o CC lib/fdt_empty_tree.o CC kernel/params.o CC lib/fdt_ro.o CC kernel/kthread.o CC net/core/dev_addr_lists.o CC drivers/tty/serial/serial_mctrl_gpio.o AR fs/overlayfs/built-in.a CC fs/read_write.o CC lib/fdt_rw.o CC kernel/sys_ni.o CC kernel/nsproxy.o CC lib/fdt_strerror.o CC lib/fdt_sw.o CC kernel/notifier.o AR drivers/tty/serial/built-in.a AR drivers/tty/ipwireless/built-in.a CC drivers/tty/tty_io.o CC lib/fdt_wip.o CC fs/file_table.o CC lib/flex_proportions.o CC kernel/ksysfs.o CC net/core/dst.o CC lib/idr.o CC kernel/cred.o CC kernel/reboot.o CC kernel/async.o CC lib/irq_regs.o CC lib/is_single_threaded.o CC fs/super.o CC net/core/netevent.o CC kernel/range.o CC lib/klist.o CC net/core/neighbour.o CC kernel/smpboot.o CC kernel/ucount.o CC net/core/rtnetlink.o CC lib/kobject.o CC fs/char_dev.o CC drivers/tty/n_tty.o CC kernel/regset.o CC kernel/kmod.o CC kernel/groups.o CC lib/kobject_uevent.o CC kernel/futex.o CC kernel/up.o CC fs/stat.o CC kernel/module.o CC drivers/tty/tty_ioctl.o CC drivers/tty/tty_ldisc.o CC fs/exec.o CC lib/logic_pio.o CC drivers/tty/tty_buffer.o CC drivers/tty/tty_port.o CC kernel/kallsyms.o CC lib/memcat_p.o CC net/core/utils.o CC lib/nmi_backtrace.o CC drivers/tty/tty_mutex.o CC drivers/tty/tty_ldsem.o CC lib/nodemask.o CC drivers/tty/tty_baudrate.o CC fs/pipe.o CC kernel/utsname.o CC net/core/link_watch.o CC fs/namei.o CC drivers/tty/tty_jobctrl.o CC lib/plist.o CC drivers/tty/n_null.o CC net/core/filter.o CC lib/radix-tree.o CC kernel/user_namespace.o CC drivers/tty/pty.o CC drivers/tty/sysrq.o CC net/core/dev_ioctl.o CC kernel/pid_namespace.o CC lib/ratelimit.o CC fs/fcntl.o CC lib/rbtree.o CC kernel/seccomp.o AR drivers/tty/built-in.a AR drivers/char/agp/built-in.a CC drivers/char/mem.o CC lib/seq_buf.o CC drivers/char/random.o CC net/core/tso.o CC fs/ioctl.o CC lib/sha1.o CC drivers/char/misc.o CC fs/readdir.o CC lib/show_mem.o CC net/core/sock_reuseport.o CC kernel/utsname_sysctl.o CC kernel/irq_work.o CC fs/select.o CC lib/siphash.o AR drivers/char/built-in.a AR drivers/iommu/amd/built-in.a AR drivers/iommu/intel/built-in.a AR drivers/iommu/arm/arm-smmu/built-in.a CC lib/string.o AR drivers/iommu/arm/arm-smmu-v3/built-in.a AR drivers/iommu/arm/built-in.a AR drivers/iommu/built-in.a AR drivers/gpu/drm/arm/built-in.a AR drivers/gpu/drm/rcar-du/built-in.a AR drivers/gpu/drm/omapdrm/dss/built-in.a AR drivers/gpu/drm/omapdrm/displays/built-in.a AR drivers/gpu/drm/omapdrm/built-in.a AR drivers/gpu/drm/tilcdc/built-in.a AR drivers/gpu/drm/imx/built-in.a AR drivers/gpu/drm/i2c/built-in.a AR drivers/gpu/drm/panel/built-in.a CC kernel/iomem.o AR drivers/gpu/drm/bridge/analogix/built-in.a AR drivers/gpu/drm/hisilicon/built-in.a CC fs/dcache.o AR drivers/gpu/drm/bridge/cadence/built-in.a AR drivers/gpu/drm/bridge/synopsys/built-in.a AR drivers/gpu/drm/bridge/built-in.a AR drivers/gpu/drm/tiny/built-in.a AR drivers/gpu/drm/xlnx/built-in.a AR drivers/gpu/drm/built-in.a AR drivers/gpu/vga/built-in.a AR drivers/gpu/built-in.a CC drivers/base/power/clock_ops.o UPD drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8214fc.fw.gen.S UPD drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8218b.fw.gen.S UPD drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8218fb.fw.gen.S UPD drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8380.fw.gen.S AS drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8214fc.fw.gen.o AS drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8218b.fw.gen.o AR kernel/built-in.a AS drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8218fb.fw.gen.o CC drivers/base/firmware_loader/fallback_table.o AS drivers/base/firmware_loader/builtin/rtl838x_phy/rtl838x_8380.fw.gen.o AR drivers/base/firmware_loader/builtin/built-in.a AR drivers/base/power/built-in.a CC net/core/fib_notifier.o CC drivers/block/brd.o CC lib/timerqueue.o CC drivers/base/regmap/regmap.o CC lib/vsprintf.o CC drivers/base/firmware_loader/main.o CC drivers/base/regmap/regcache.o CC net/core/xdp.o AR drivers/block/built-in.a AR drivers/misc/eeprom/built-in.a AR drivers/misc/cb710/built-in.a AR drivers/misc/ti-st/built-in.a AR drivers/misc/lis3lv02d/built-in.a AR drivers/misc/cardreader/built-in.a AR drivers/misc/built-in.a CC drivers/mfd/syscon.o CC fs/inode.o CC drivers/base/regmap/regcache-rbtree.o CC drivers/base/firmware_loader/fallback.o AR drivers/mfd/built-in.a AR drivers/nfc/built-in.a AR drivers/macintosh/built-in.a AR drivers/scsi/built-in.a AR drivers/nvme/host/built-in.a AR drivers/nvme/target/built-in.a AR drivers/nvme/built-in.a CC drivers/mtd/parsers/cmdlinepart.o CC drivers/mtd/mtdsplit/mtdsplit.o CC net/core/flow_offload.o CC drivers/base/regmap/regcache-flat.o CC drivers/mtd/parsers/ofpart_core.o AR drivers/base/firmware_loader/built-in.a AR drivers/base/test/built-in.a CC drivers/base/component.o CC drivers/mtd/mtdsplit/mtdsplit_squashfs.o CC drivers/base/regmap/regmap-debugfs.o AR drivers/mtd/parsers/built-in.a CC drivers/mtd/chips/chipreg.o AR drivers/mtd/lpddr/built-in.a CC drivers/mtd/maps/map_funcs.o CC drivers/mtd/mtdsplit/mtdsplit_uimage.o CC lib/win_minmax.o CC fs/attr.o CC drivers/base/core.o CC net/core/net-sysfs.o CC drivers/base/regmap/regmap-i2c.o AR drivers/mtd/maps/built-in.a AR drivers/mtd/devices/built-in.a AR drivers/mtd/nand/onenand/built-in.a CC drivers/mtd/chips/cfi_probe.o CC lib/xarray.o AR drivers/mtd/nand/raw/ingenic/built-in.a AR drivers/mtd/nand/raw/built-in.a AR drivers/mtd/nand/spi/built-in.a AR drivers/mtd/nand/built-in.a CC drivers/mtd/chips/cfi_util.o CC drivers/mtd/mtdsplit/mtdsplit_tplink.o CC fs/bad_inode.o CC drivers/base/regmap/regmap-mmio.o CC drivers/mtd/chips/cfi_cmdset_0002.o CC drivers/mtd/mtdsplit/mtdsplit_brnimage.o CC fs/file.o CC drivers/mtd/chips/cfi_cmdset_0001.o AR drivers/base/regmap/built-in.a CC drivers/base/bus.o CC drivers/mtd/mtdsplit/mtdsplit_eva.o CC lib/lockref.o CC lib/bcd.o CC lib/sort.o CC net/core/net-procfs.o CC lib/parser.o AR drivers/mtd/mtdsplit/built-in.a AR drivers/mtd/tests/built-in.a AR drivers/mtd/spi-nor/controllers/built-in.a CC drivers/mtd/spi-nor/core.o CC lib/debug_locks.o CC drivers/mtd/spi-nor/sfdp.o CC lib/random32.o CC drivers/base/dd.o CC fs/filesystems.o CC drivers/mtd/chips/gen_probe.o CC net/core/fib_rules.o CC drivers/mtd/chips/jedec_probe.o CC lib/bust_spinlocks.o CC fs/namespace.o CC fs/seq_file.o CC drivers/mtd/spi-nor/atmel.o CC drivers/base/syscore.o AR drivers/mtd/chips/built-in.a AR drivers/mtd/composite/built-in.a CC drivers/mtd/mtdcore.o CC lib/kasprintf.o CC drivers/mtd/spi-nor/catalyst.o CC lib/bitmap.o CC drivers/base/driver.o CC drivers/mtd/spi-nor/eon.o CC fs/xattr.o CC drivers/mtd/spi-nor/esmt.o CC net/core/lwtunnel.o CC drivers/base/class.o CC drivers/mtd/spi-nor/everspin.o CC lib/scatterlist.o CC drivers/mtd/spi-nor/fujitsu.o CC drivers/mtd/spi-nor/gigadevice.o CC drivers/base/platform.o CC fs/libfs.o CC drivers/base/cpu.o CC drivers/mtd/spi-nor/intel.o CC net/core/dst_cache.o CC lib/list_sort.o CC drivers/mtd/spi-nor/issi.o CC lib/uuid.o CC fs/fs-writeback.o CC drivers/mtd/spi-nor/macronix.o CC lib/iov_iter.o CC fs/pnode.o CC drivers/mtd/spi-nor/micron-st.o CC drivers/base/firmware.o CC drivers/mtd/spi-nor/spansion.o CC net/core/devlink.o CC drivers/base/init.o CC fs/splice.o CC drivers/base/map.o CC drivers/mtd/spi-nor/sst.o CC drivers/base/devres.o CC drivers/mtd/spi-nor/winbond.o CC drivers/base/attribute_container.o CC drivers/mtd/spi-nor/xilinx.o CC drivers/mtd/spi-nor/xmc.o CC fs/sync.o CC drivers/base/transport_class.o CC net/core/gro_cells.o CC drivers/mtd/spi-nor/xtx.o CC fs/utimes.o CC drivers/base/topology.o CC net/core/bpf_sk_storage.o CC lib/clz_ctz.o AR drivers/mtd/spi-nor/built-in.a CC drivers/mtd/mtdsuper.o CC lib/bsearch.o CC fs/d_path.o CC fs/stack.o CC drivers/base/container.o CC lib/find_bit.o CC drivers/base/property.o CC fs/fs_struct.o CC drivers/base/cacheinfo.o CC lib/llist.o CC lib/memweight.o CC drivers/mtd/mtdconcat.o CC lib/kfifo.o CC fs/statfs.o CC fs/fs_pin.o CC fs/nsfs.o CC drivers/base/swnode.o CC fs/fs_types.o CC lib/percpu-refcount.o CC drivers/mtd/mtdpart.o CC fs/fs_context.o CC drivers/base/module.o CC fs/fs_parser.o CC drivers/mtd/mtdchar.o CC lib/rhashtable.o CC drivers/mtd/mtd_blkdevs.o CC drivers/base/pinctrl.o CC fs/fsopen.o CC fs/init.o AR drivers/base/built-in.a CC drivers/mtd/mtdblock.o CC drivers/spi/spi.o CC drivers/spi/spi-mem.o CC fs/kernel_read_file.o CC fs/remap_range.o CC lib/once.o CC fs/buffer.o AR drivers/mtd/built-in.a CC drivers/net/phy/mdio-boardinfo.o CC fs/block_dev.o CC lib/refcount.o CC drivers/spi/spi-realtek-rtl.o AR net/core/built-in.a CC net/llc/llc_core.o CC lib/usercopy.o CC drivers/net/phy/mdio_devres.o CC net/llc/llc_input.o CC lib/errseq.o CC lib/bucket_locks.o CC lib/generic-radix-tree.o CC drivers/net/phy/phylink.o CC fs/direct-io.o CC lib/string_helpers.o CC net/llc/llc_output.o AR drivers/spi/built-in.a CC lib/hexdump.o CC lib/kstrtox.o CC fs/mpage.o CC lib/debug_info.o CC lib/iomap.o AR net/llc/built-in.a CC net/ethernet/eth.o CC drivers/net/mdio/of_mdio.o CC fs/proc_namespace.o AR drivers/net/pcs/built-in.a AR drivers/net/dsa/b53/built-in.a AR drivers/net/dsa/microchip/built-in.a AR drivers/net/dsa/mv88e6xxx/built-in.a AR drivers/net/dsa/ocelot/built-in.a AR drivers/net/dsa/qca/built-in.a AR drivers/net/dsa/sja1105/built-in.a CC drivers/net/dsa/rtl83xx/common.o CC lib/pci_iomap.o CC fs/eventpoll.o CC lib/iomap_copy.o CC fs/anon_inodes.o CC lib/devres.o CC drivers/net/phy/phy.o CC lib/hweight.o CC drivers/net/mdio/mdio-i2c.o CC lib/assoc_array.o CC fs/signalfd.o AR net/ethernet/built-in.a drivers/net/dsa/rtl83xx/common.c: In function 'rtl83xx_fib_event': drivers/net/dsa/rtl83xx/common.c:1348:58: warning: unused variable 'fen6_info' [-Wunused-variable] 1348 | struct fib6_entry_notifier_info *fen6_info = ptr; | ^~~~~~~~~ CC net/802/p8022.o At top level: drivers/net/dsa/rtl83xx/common.c:452:12: warning: 'rtl83xx_octet_cntr_alloc' defined but not used [-Wunused-function] 452 | static int rtl83xx_octet_cntr_alloc(struct rtl838x_switch_priv *priv) | ^~~~~~~~~~~~~~~~~~~~~~~~ CC lib/bitrev.o AR drivers/net/mdio/built-in.a AR drivers/net/ethernet/8390/built-in.a AR drivers/net/ethernet/alacritech/built-in.a AR drivers/net/ethernet/amazon/built-in.a AR drivers/net/ethernet/aquantia/built-in.a AR drivers/net/ethernet/arc/built-in.a AR drivers/net/ethernet/aurora/built-in.a AR drivers/net/ethernet/cadence/built-in.a AR drivers/net/ethernet/broadcom/built-in.a AR drivers/net/ethernet/cavium/common/built-in.a AR drivers/net/ethernet/cavium/thunder/built-in.a AR drivers/net/ethernet/cavium/liquidio/built-in.a CC net/sched/sch_generic.o AR drivers/net/ethernet/cavium/octeon/built-in.a AR drivers/net/ethernet/cavium/built-in.a AR drivers/net/ethernet/cortina/built-in.a AR drivers/net/ethernet/ezchip/built-in.a HOSTCC lib/gen_crc32table AR drivers/net/ethernet/google/built-in.a AR drivers/net/ethernet/huawei/built-in.a AR drivers/net/ethernet/intel/built-in.a AR drivers/net/ethernet/i825xx/built-in.a AR drivers/net/ethernet/marvell/octeontx2/built-in.a AR drivers/net/ethernet/marvell/prestera/built-in.a CC net/802/psnap.o CC net/sched/sch_mq.o AR drivers/net/ethernet/marvell/built-in.a CC lib/textsearch.o AR drivers/net/ethernet/mellanox/built-in.a AR drivers/net/ethernet/micrel/built-in.a AR drivers/net/ethernet/microchip/built-in.a AR drivers/net/ethernet/mscc/built-in.a AR drivers/net/ethernet/natsemi/built-in.a AR drivers/net/ethernet/netronome/built-in.a AR drivers/net/ethernet/ni/built-in.a AR drivers/net/ethernet/qualcomm/emac/built-in.a AR drivers/net/ethernet/qualcomm/built-in.a AR drivers/net/ethernet/renesas/built-in.a AR drivers/net/ethernet/rocker/built-in.a AR drivers/net/ethernet/samsung/built-in.a AR drivers/net/ethernet/seeq/built-in.a AR drivers/net/ethernet/sfc/built-in.a AR drivers/net/ethernet/smsc/built-in.a AR drivers/net/ethernet/socionext/built-in.a AR drivers/net/ethernet/stmicro/built-in.a AR drivers/net/ethernet/via/built-in.a AR drivers/net/ethernet/wiznet/built-in.a AR drivers/net/ethernet/xilinx/built-in.a AR drivers/net/ethernet/synopsys/built-in.a CC fs/timerfd.o AR drivers/net/ethernet/pensando/built-in.a CC drivers/net/ethernet/rtl838x_eth.o CC drivers/net/dsa/rtl83xx/dsa.o CC drivers/net/phy/phy-c45.o CC lib/syscall.o CC net/802/stp.o CC net/sched/sch_api.o CC lib/dynamic_debug.o CC drivers/net/phy/phy-core.o CC fs/eventfd.o AR net/802/built-in.a CC net/netlink/af_netlink.o CC net/sched/sch_blackhole.o CC drivers/net/phy/phy_device.o CC fs/aio.o CC drivers/net/dsa/rtl83xx/rtl838x.o CC lib/errname.o CC fs/io_uring.o CC lib/nlattr.o AR drivers/net/ethernet/built-in.a AR drivers/net/wireless/built-in.a CC drivers/net/Space.o CC net/sched/sch_fifo.o drivers/net/dsa/rtl83xx/rtl838x.c:1285:13: warning: 'rtl838x_pie_rule_dump' defined but not used [-Wunused-function] 1285 | static void rtl838x_pie_rule_dump(struct pie_rule *pr) | ^~~~~~~~~~~~~~~~~~~~~ CC lib/atomic64.o CC drivers/net/loopback.o CC drivers/net/phy/linkmode.o CC lib/dynamic_queue_limits.o CC fs/io-wq.o CC lib/net_utils.o CC net/netlink/genetlink.o CC net/sched/sch_fq_codel.o CC drivers/net/phy/mdio_bus.o CC drivers/net/dsa/rtl83xx/rtl839x.o CC lib/sbitmap.o CC lib/ashldi3.o CC lib/ashrdi3.o CC lib/lshrdi3.o CC lib/cmpdi2.o CC lib/ucmpdi2.o AR lib/lib.a GEN lib/crc32table.h CC lib/crc32.o CC drivers/net/phy/mdio_device.o CC drivers/net/phy/swphy.o CC drivers/net/phy/sfp.o AR net/sched/built-in.a CC net/bpf/test_run.o CC net/netlink/policy.o AR lib/built-in.a CC net/ethtool/ioctl.o CC drivers/net/phy/sfp-bus.o CC drivers/net/phy/aquantia_main.o CC drivers/net/dsa/rtl83xx/rtl930x.o AR net/netlink/built-in.a CC net/netfilter/core.o CC drivers/net/phy/aquantia_hwmon.o CC drivers/net/phy/fixed_phy.o drivers/net/dsa/rtl83xx/rtl930x.c: In function 'rtl930x_switch_irq': drivers/net/dsa/rtl83xx/rtl930x.c:691:13: warning: unused variable 'status' [-Wunused-variable] 691 | u32 status = sw_r32(RTL930X_ISR_GLB); | ^~~~~~ At top level: drivers/net/dsa/rtl83xx/rtl930x.c:1708:13: warning: 'rtl930x_read_pie_fixed_fields' defined but not used [-Wunused-function] 1708 | static void rtl930x_read_pie_fixed_fields(u32 r[], struct pie_rule *pr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/dsa/rtl83xx/rtl930x.c:1474:12: warning: 'rtl930x_l3_intf_add' defined but not used [-Wunused-function] 1474 | static int rtl930x_l3_intf_add(struct rtl838x_switch_priv *priv, struct rtl838x_l3_intf *intf) | ^~~~~~~~~~~~~~~~~~~ drivers/net/dsa/rtl83xx/rtl930x.c:1423:12: warning: 'rtl930x_l3_mtu_del' defined but not used [-Wunused-function] 1423 | static int rtl930x_l3_mtu_del(struct rtl838x_switch_priv *priv, int mtu) | ^~~~~~~~~~~~~~~~~~ drivers/net/dsa/rtl83xx/rtl930x.c:998:12: warning: 'rtl930x_l3_hash6' defined but not used [-Wunused-function] 998 | static u32 rtl930x_l3_hash6(struct in6_addr *ip6, int algorithm, bool move_dip) | ^~~~~~~~~~~~~~~~ drivers/net/dsa/rtl83xx/rtl930x.c:582:13: warning: 'dump_l2_entry' defined but not used [-Wunused-function] 582 | static void dump_l2_entry(struct rtl838x_l2_entry *e) | ^~~~~~~~~~~~~ AR net/bpf/built-in.a AR net/ipv4/netfilter/built-in.a CC net/ipv4/route.o CC [M] net/ipv4/netfilter/nf_defrag_ipv4.o CC net/ipv4/inetpeer.o CC net/netfilter/nf_log.o CC drivers/net/phy/marvell.o CC [M] net/ipv4/netfilter/nf_log_ipv4.o CC fs/locks.o CC drivers/net/dsa/rtl83xx/rtl931x.o CC net/ipv4/protocol.o In file included from ././include/linux/compiler_types.h:65, from : drivers/net/phy/marvell.c: In function 'marvell_hwmon_write': ./include/linux/compiler_attributes.h:208:41: warning: attribute 'fallthrough' not preceding a case label or default label 208 | # define fallthrough __attribute__((__fallthrough__)) | ^~~~~~~~~~~~~ drivers/net/phy/marvell.c:2360:17: note: in expansion of macro 'fallthrough' 2360 | fallthrough; | ^~~~~~~~~~~ CC net/ethtool/common.o CC net/netfilter/nf_queue.o CC drivers/net/phy/realtek.o CC net/ethtool/netlink.o CC [M] net/ipv4/netfilter/nf_reject_ipv4.o CC net/ipv4/ip_input.o CC drivers/net/dsa/rtl83xx/debugfs.o CC net/netfilter/nf_sockopt.o CC drivers/net/phy/rtl83xx-phy.o CC net/ipv4/ip_fragment.o CC fs/binfmt_script.o CC [M] net/ipv4/netfilter/ip_tables.o CC net/ethtool/bitset.o CC net/ipv4/ip_forward.o CC drivers/net/dsa/rtl83xx/qos.o CC fs/binfmt_elf.o CC net/netfilter/utils.o CC net/ipv4/ip_options.o AR drivers/net/phy/built-in.a CC net/ipv4/ip_output.o CC net/ethtool/strset.o CC net/ipv4/ip_sockglue.o CC drivers/net/dsa/rtl83xx/tc.o CC fs/coredump.o CC [M] net/netfilter/nf_conntrack_core.o CC [M] net/ipv4/netfilter/iptable_filter.o CC net/ipv4/inet_hashtables.o CC net/ethtool/linkinfo.o CC [M] net/ipv4/netfilter/iptable_mangle.o CC fs/drop_caches.o AR drivers/net/dsa/rtl83xx/built-in.a AR drivers/net/dsa/built-in.a AR drivers/net/built-in.a AR drivers/firewire/built-in.a AR drivers/cdrom/built-in.a AR drivers/auxdisplay/built-in.a AR drivers/usb/built-in.a CC drivers/rtc/lib.o CC net/ipv4/inet_timewait_sock.o CC net/ethtool/linkmodes.o CC fs/fhandle.o CC net/ethtool/linkstate.o AR drivers/rtc/built-in.a CC drivers/i2c/algos/i2c-algo-bit.o CC [M] net/ipv4/netfilter/iptable_nat.o CC net/ipv4/inet_connection_sock.o AR fs/built-in.a CC [M] net/netfilter/nf_conntrack_standalone.o CC [M] net/netfilter/nf_conntrack_expect.o AR drivers/i2c/algos/built-in.a CC drivers/i2c/busses/i2c-gpio.o CC net/ethtool/debug.o CC [M] net/netfilter/nf_conntrack_helper.o CC net/ipv4/tcp.o CC [M] net/ipv4/netfilter/ipt_REJECT.o AR drivers/i2c/busses/built-in.a AR drivers/i2c/muxes/built-in.a CC [M] drivers/i2c/muxes/i2c-mux-pca954x.o CC net/ethtool/wol.o CC drivers/i2c/i2c-boardinfo.o CC [M] net/netfilter/nf_conntrack_proto.o CC [M] net/netfilter/nf_conntrack_proto_generic.o CC net/ipv4/tcp_input.o CC net/ipv4/tcp_output.o CC drivers/i2c/i2c-core-base.o CC net/ipv4/tcp_timer.o CC net/ethtool/features.o CC [M] net/netfilter/nf_conntrack_proto_tcp.o CC [M] net/netfilter/nf_conntrack_proto_udp.o CC net/ethtool/privflags.o CC drivers/i2c/i2c-core-smbus.o CC net/ipv4/tcp_ipv4.o CC [M] net/netfilter/nf_conntrack_proto_icmp.o CC drivers/i2c/i2c-core-of.o CC net/ipv4/tcp_minisocks.o CC net/ipv4/tcp_cong.o CC net/ethtool/rings.o CC [M] drivers/i2c/i2c-dev.o CC [M] net/netfilter/nf_conntrack_extend.o CC net/ipv4/tcp_metrics.o CC net/ethtool/channels.o CC [M] drivers/i2c/i2c-mux.o CC net/ipv4/tcp_fastopen.o AR drivers/i3c/built-in.a AR drivers/media/i2c/built-in.a AR drivers/media/tuners/built-in.a AR drivers/media/rc/keymaps/built-in.a AR drivers/media/rc/built-in.a AR drivers/media/common/b2c2/built-in.a AR drivers/media/common/saa7146/built-in.a AR drivers/media/common/siano/built-in.a AR drivers/media/common/v4l2-tpg/built-in.a AR drivers/media/common/videobuf2/built-in.a AR drivers/media/common/built-in.a AR drivers/media/platform/ti-vpe/built-in.a AR drivers/media/platform/stm32/built-in.a AR drivers/media/platform/davinci/built-in.a AR drivers/media/platform/omap/built-in.a AR drivers/media/platform/sunxi/sun4i-csi/built-in.a AR drivers/media/platform/sunxi/sun6i-csi/built-in.a AR drivers/media/platform/sunxi/sun8i-di/built-in.a AR drivers/media/platform/sunxi/sun8i-rotate/built-in.a AR drivers/media/platform/sunxi/built-in.a AR drivers/media/platform/built-in.a AR drivers/ptp/built-in.a AR drivers/media/pci/ttpci/built-in.a AR drivers/media/usb/ttusb-dec/built-in.a AR drivers/media/pci/b2c2/built-in.a AR drivers/media/usb/ttusb-budget/built-in.a AR drivers/media/pci/pluto2/built-in.a AR drivers/media/usb/dvb-usb/built-in.a AR drivers/media/pci/dm1105/built-in.a AR drivers/media/usb/dvb-usb-v2/built-in.a AR drivers/media/pci/pt1/built-in.a AR drivers/media/usb/siano/built-in.a AR drivers/media/pci/pt3/built-in.a AR drivers/media/usb/b2c2/built-in.a AR drivers/media/pci/mantis/built-in.a AR drivers/media/usb/zr364xx/built-in.a AR drivers/media/pci/ngene/built-in.a AR drivers/media/pci/ddbridge/built-in.a AR drivers/media/usb/stkwebcam/built-in.a AR drivers/media/pci/saa7146/built-in.a AR drivers/media/usb/s2255/built-in.a CC [M] net/netfilter/nf_conntrack_acct.o AR drivers/media/usb/built-in.a AR drivers/media/pci/smipcie/built-in.a AR drivers/media/pci/netup_unidvb/built-in.a AR drivers/media/mmc/siano/built-in.a AR drivers/media/mmc/built-in.a AR drivers/media/pci/intel/ipu3/built-in.a AR drivers/media/pci/intel/built-in.a CC net/unix/af_unix.o AR drivers/media/pci/built-in.a AR drivers/i2c/built-in.a AR drivers/media/spi/built-in.a AR drivers/media/firewire/built-in.a AR drivers/media/test-drivers/built-in.a AR net/ipv6/netfilter/built-in.a CC [M] net/ipv6/netfilter/ip6_tables.o AR drivers/media/built-in.a CC drivers/power/reset/syscon-reboot.o CC net/ethtool/coalesce.o AR drivers/power/reset/built-in.a AR drivers/power/built-in.a CC drivers/hwmon/hwmon.o CC [M] net/ipv6/netfilter/ip6table_filter.o CC net/ipv6/af_inet6.o CC net/ipv4/tcp_rate.o CC [M] net/netfilter/nf_conntrack_seqadj.o CC net/ethtool/pause.o AR drivers/hwmon/built-in.a AR drivers/watchdog/built-in.a AR drivers/isdn/hardware/built-in.a AR drivers/isdn/built-in.a AR drivers/mmc/built-in.a CC drivers/leds/trigger/ledtrig-timer.o CC drivers/leds/led-core.o CC [M] net/ipv6/netfilter/ip6table_mangle.o CC net/ipv4/tcp_recovery.o CC drivers/leds/trigger/ledtrig-heartbeat.o CC [M] net/netfilter/nf_conntrack_proto_icmpv6.o CC net/ipv6/anycast.o CC net/ethtool/eee.o CC net/ipv6/ip6_output.o CC drivers/leds/trigger/ledtrig-default-on.o CC net/unix/garbage.o CC drivers/leds/trigger/ledtrig-netdev.o CC [M] net/ipv6/netfilter/nf_defrag_ipv6_hooks.o CC net/ipv4/tcp_ulp.o CC [M] net/netfilter/nf_log_common.o CC net/ethtool/tsinfo.o CC net/ipv6/ip6_input.o CC net/unix/sysctl_net_unix.o AR drivers/leds/trigger/built-in.a CC drivers/leds/led-class.o CC [M] net/ipv6/netfilter/nf_conntrack_reasm.o CC net/ipv4/tcp_offload.o CC net/ethtool/cabletest.o CC [M] net/netfilter/nf_nat_core.o CC drivers/leds/led-class-multicolor.o CC net/unix/scm.o CC drivers/leds/led-triggers.o CC drivers/leds/leds-gpio.o CC net/ipv4/datagram.o CC net/ethtool/tunnels.o CC net/ipv4/raw.o CC [M] net/ipv6/netfilter/nf_log_ipv6.o AR net/unix/built-in.a CC net/ipv6/addrconf.o CC net/packet/af_packet.o AR drivers/leds/built-in.a AR drivers/firmware/arm_scmi/built-in.a AR drivers/firmware/broadcom/built-in.a AR drivers/firmware/meson/built-in.a AR drivers/firmware/imx/built-in.a AR drivers/firmware/psci/built-in.a AR drivers/firmware/smccc/built-in.a AR drivers/firmware/tegra/built-in.a AR drivers/firmware/xilinx/built-in.a AR drivers/firmware/built-in.a CC [M] net/netfilter/nf_nat_proto.o AR drivers/crypto/hisilicon/built-in.a AR drivers/crypto/built-in.a CC drivers/clocksource/timer-of.o CC net/ipv4/udp.o CC drivers/clocksource/timer-probe.o AR net/ethtool/built-in.a AR net/bridge/netfilter/built-in.a CC net/bridge/br.o CC [M] net/ipv6/netfilter/nf_reject_ipv6.o CC drivers/clocksource/mmio.o CC drivers/clocksource/timer-rtl9300.o CC net/bridge/br_device.o CC [M] net/netfilter/nf_nat_helper.o AR drivers/clocksource/built-in.a CC drivers/of/base.o AR drivers/staging/media/built-in.a AR drivers/staging/hikey9xx/built-in.a AR drivers/staging/built-in.a CC drivers/of/device.o CC [M] net/ipv6/netfilter/ip6t_REJECT.o CC drivers/of/platform.o CC net/bridge/br_fdb.o CC [M] net/netfilter/nf_nat_redirect.o AR net/packet/built-in.a CC net/dsa/dsa.o LD [M] net/ipv6/netfilter/nf_defrag_ipv6.o CC net/ipv6/addrlabel.o CC drivers/of/property.o CC drivers/of/kobj.o CC net/ipv4/udplite.o CC [M] net/netfilter/nf_nat_masquerade.o CC net/ipv6/route.o CC net/dsa/dsa2.o CC drivers/of/fdt.o CC net/ipv6/ip6_fib.o CC net/ipv4/udp_offload.o CC net/ipv4/arp.o CC net/bridge/br_forward.o CC [M] net/netfilter/x_tables.o CC drivers/of/fdt_address.o CC net/dsa/master.o CC drivers/of/address.o CC net/bridge/br_if.o CC net/bridge/br_input.o CC net/ipv4/icmp.o CC net/ipv6/ipv6_sockglue.o CC drivers/of/irq.o CC net/dsa/port.o CC [M] net/netfilter/xt_tcpudp.o CC net/bridge/br_ioctl.o CC net/bridge/br_stp.o CC drivers/of/of_net.o CC net/ipv4/devinet.o CC net/dsa/slave.o CC [M] net/netfilter/xt_mark.o CC drivers/of/of_reserved_mem.o CC net/bridge/br_stp_bpdu.o CC [M] net/netfilter/xt_nat.o CC net/ipv6/ndisc.o CC [M] net/netfilter/xt_LOG.o CC [M] net/netfilter/xt_REDIRECT.o AR drivers/of/built-in.a AR drivers/platform/mips/built-in.a AR drivers/platform/built-in.a AR drivers/hwtracing/intel_th/built-in.a CC drivers/nvmem/core.o CC net/bridge/br_stp_if.o CC net/bridge/br_stp_timer.o CC net/ipv4/af_inet.o CC net/dsa/switch.o CC [M] net/netfilter/xt_MASQUERADE.o AR drivers/nvmem/built-in.a AR drivers/built-in.a CC [M] net/netfilter/xt_TCPMSS.o CC net/ipv4/igmp.o CC net/bridge/br_netlink.o CC net/ipv6/udp.o CC net/ipv4/fib_frontend.o CC [M] net/netfilter/xt_comment.o CC net/dsa/tag_trailer.o CC [M] net/netfilter/xt_conntrack.o CC net/ipv4/fib_semantics.o CC [M] net/netfilter/xt_limit.o AR net/dsa/built-in.a CC net/8021q/vlan_core.o CC net/bridge/br_netlink_tunnel.o CC net/8021q/vlan.o CC [M] net/netfilter/xt_mac.o CC net/ipv4/fib_trie.o CC net/ipv4/fib_notifier.o CC net/ipv6/udplite.o CC net/8021q/vlan_dev.o CC net/8021q/vlan_netlink.o CC net/bridge/br_arp_nd_proxy.o CC [M] net/netfilter/xt_multiport.o CC net/ipv4/inet_fragment.o CC net/ipv6/raw.o CC net/ipv4/ping.o CC net/8021q/vlanproc.o CC [M] net/netfilter/xt_state.o CC [M] net/netfilter/xt_time.o CC net/bridge/br_sysfs_if.o AR net/8021q/built-in.a CC net/ipv4/ip_tunnel_core.o CC net/wireless/wext-core.o CC net/ipv4/gre_offload.o LD [M] net/netfilter/nf_conntrack.o LD [M] net/netfilter/nf_nat.o AR net/netfilter/built-in.a CC net/ipv4/metrics.o CC net/switchdev/switchdev.o CC net/ipv4/netlink.o CC net/ipv6/icmp.o CC net/bridge/br_sysfs_br.o CC net/wireless/wext-proc.o CC net/ipv4/nexthop.o CC net/ipv6/mcast.o AR net/switchdev/built-in.a CC net/devres.o CC net/ipv4/udp_tunnel_stub.o CC net/ipv4/sysctl_net_ipv4.o CC net/wireless/wext-spy.o CC net/bridge/br_multicast.o CC net/ipv4/proc.o CC net/socket.o CC net/ipv4/fib_rules.o CC net/wireless/wext-priv.o CC net/ipv4/ipmr.o CC net/ipv4/ipmr_base.o CC net/ipv4/syncookies.o AR net/wireless/built-in.a CC net/ipv6/reassembly.o CC net/ipv4/netfilter.o CC net/ipv6/tcp_ipv6.o CC net/ipv4/tcp_cubic.o CC net/sysctl_net.o CC net/ipv4/bpf_tcp_ca.o CC net/ipv6/ping.o CC net/ipv6/exthdrs.o CC net/ipv6/datagram.o CC net/bridge/br_mdb.o CC net/bridge/br_vlan.o CC net/bridge/br_vlan_tunnel.o AR net/ipv4/built-in.a CC net/bridge/br_vlan_options.o CC net/ipv6/ip6_flowlabel.o CC net/ipv6/inet6_connection_sock.o CC net/ipv6/udp_offload.o CC net/bridge/br_switchdev.o CC net/ipv6/seg6.o CC net/ipv6/fib6_notifier.o CC net/ipv6/rpl.o CC net/ipv6/sysctl_net_ipv6.o CC net/ipv6/ip6mr.o CC net/ipv6/netfilter.o CC net/ipv6/fib6_rules.o CC net/ipv6/proc.o AR net/bridge/built-in.a CC net/ipv6/syncookies.o CC net/ipv6/seg6_iptunnel.o CC net/ipv6/seg6_local.o CC net/ipv6/addrconf_core.o CC net/ipv6/exthdrs_core.o CC net/ipv6/ip6_checksum.o CC net/ipv6/ip6_icmp.o CC net/ipv6/output_core.o CC net/ipv6/protocol.o CC net/ipv6/ip6_offload.o CC net/ipv6/tcpv6_offload.o CC net/ipv6/exthdrs_offload.o CC net/ipv6/inet6_hashtables.o CC net/ipv6/mcast_snoop.o AR net/ipv6/built-in.a AR net/built-in.a GEN .version CHK include/generated/compile.h LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux SORTTAB vmlinux SYSMAP System.map MODPOST modules-only.symvers GEN Module.symvers CC [M] drivers/i2c/i2c-dev.mod.o CC [M] drivers/i2c/i2c-mux.mod.o CC [M] drivers/i2c/muxes/i2c-mux-pca954x.mod.o CC [M] net/ipv4/netfilter/ip_tables.mod.o CC [M] net/ipv4/netfilter/ipt_REJECT.mod.o CC [M] net/ipv4/netfilter/iptable_filter.mod.o CC [M] net/ipv4/netfilter/iptable_mangle.mod.o CC [M] net/ipv4/netfilter/iptable_nat.mod.o CC [M] net/ipv4/netfilter/nf_defrag_ipv4.mod.o CC [M] net/ipv4/netfilter/nf_log_ipv4.mod.o CC [M] net/ipv4/netfilter/nf_reject_ipv4.mod.o CC [M] net/ipv6/netfilter/ip6_tables.mod.o CC [M] net/ipv6/netfilter/ip6t_REJECT.mod.o CC [M] net/ipv6/netfilter/ip6table_filter.mod.o CC [M] net/ipv6/netfilter/ip6table_mangle.mod.o CC [M] net/ipv6/netfilter/nf_defrag_ipv6.mod.o CC [M] net/ipv6/netfilter/nf_log_ipv6.mod.o CC [M] net/ipv6/netfilter/nf_reject_ipv6.mod.o CC [M] net/netfilter/nf_conntrack.mod.o CC [M] net/netfilter/nf_log_common.mod.o CC [M] net/netfilter/nf_nat.mod.o CC [M] net/netfilter/x_tables.mod.o CC [M] net/netfilter/xt_LOG.mod.o CC [M] net/netfilter/xt_MASQUERADE.mod.o CC [M] net/netfilter/xt_REDIRECT.mod.o CC [M] net/netfilter/xt_TCPMSS.mod.o CC [M] net/netfilter/xt_comment.mod.o CC [M] net/netfilter/xt_conntrack.mod.o CC [M] net/netfilter/xt_limit.mod.o CC [M] net/netfilter/xt_mac.mod.o CC [M] net/netfilter/xt_mark.mod.o CC [M] net/netfilter/xt_multiport.mod.o CC [M] net/netfilter/xt_nat.mod.o CC [M] net/netfilter/xt_state.mod.o CC [M] net/netfilter/xt_tcpudp.mod.o CC [M] net/netfilter/xt_time.mod.o LD [M] drivers/i2c/i2c-dev.ko LD [M] drivers/i2c/i2c-mux.ko LD [M] drivers/i2c/muxes/i2c-mux-pca954x.ko LD [M] net/ipv4/netfilter/ip_tables.ko LD [M] net/ipv4/netfilter/ipt_REJECT.ko LD [M] net/ipv4/netfilter/iptable_filter.ko LD [M] net/ipv4/netfilter/iptable_mangle.ko LD [M] net/ipv4/netfilter/iptable_nat.ko LD [M] net/ipv4/netfilter/nf_defrag_ipv4.ko LD [M] net/ipv4/netfilter/nf_log_ipv4.ko LD [M] net/ipv4/netfilter/nf_reject_ipv4.ko LD [M] net/ipv6/netfilter/ip6_tables.ko LD [M] net/ipv6/netfilter/ip6t_REJECT.ko LD [M] net/ipv6/netfilter/ip6table_filter.ko LD [M] net/ipv6/netfilter/ip6table_mangle.ko LD [M] net/ipv6/netfilter/nf_defrag_ipv6.ko LD [M] net/ipv6/netfilter/nf_log_ipv6.ko LD [M] net/ipv6/netfilter/nf_reject_ipv6.ko LD [M] net/netfilter/nf_conntrack.ko LD [M] net/netfilter/nf_log_common.ko LD [M] net/netfilter/nf_nat.ko LD [M] net/netfilter/x_tables.ko LD [M] net/netfilter/xt_LOG.ko LD [M] net/netfilter/xt_MASQUERADE.ko LD [M] net/netfilter/xt_REDIRECT.ko LD [M] net/netfilter/xt_TCPMSS.ko LD [M] net/netfilter/xt_comment.ko LD [M] net/netfilter/xt_conntrack.ko LD [M] net/netfilter/xt_limit.ko LD [M] net/netfilter/xt_mac.ko LD [M] net/netfilter/xt_mark.ko LD [M] net/netfilter/xt_multiport.ko LD [M] net/netfilter/xt_tcpudp.ko LD [M] net/netfilter/xt_time.ko LD [M] net/netfilter/xt_state.ko LD [M] net/netfilter/xt_nat.ko make[5]: Nothing to be done for 'modules'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.modules make -C image compile TARGET_BUILD= make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek' make[5]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[5]: Nothing to be done for 'compile'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/image' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux' time: target/linux/compile#911.29#75.66#149.16 make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' export MAKEFLAGS= ;make -w -r buildinfo make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libjson-c' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ncurses' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/toolchain' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fwtool' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/kernel/gpio-button-hotplug' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/usign' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base' make[3] diffconfig buildversion feedsversion touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.prepared_a542fe32e23e7138d890cd9af06729d3_6664517399ebbbc92a37c5bb081b5c53_check true [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.prepared_a542fe32e23e7138d890cd9af06729d3_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.gpio-button-hotplug_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug=gpio-button-hotplug -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug=gpio-button-hotplug -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug=gpio-button-hotplug -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.built_check make -C "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76" KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KBUILD_EXTRA_SYMBOLS="" KERNELRELEASE=5.10.76 M="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug" modules make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ncurses-6.2.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ncurses-6.2.tar.gz" "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d" "" "@GNU/ncurses" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.json-c-0.15-nodoc.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "json-c-0.15-nodoc.tar.gz" "99bca4f944b8ced8ae0bbc6310d6a3528ca715e69541793a1ef51f8c5b4b0878" "" "https://s3.amazonaws.com/json-c_releases/releases/" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.prepared_6e6c1d7595d963981ce6ca7a30700eaa_6664517399ebbbc92a37c5bb081b5c53_check mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.prepared_6e6c1d7595d963981ce6ca7a30700eaa_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.toolchain_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain=toolchain -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain=toolchain -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain=toolchain -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.built_check make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ncurses' time: package/libs/ncurses/host-compile#0.22#0.07#0.34 cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libgcc_s.so.1 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.built make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libjson-c' time: package/libs/libjson-c/host-compile#0.18#0.06#0.35 rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/lua' install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/usr/bin cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/ld-musl-*.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libc.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib/ make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/contrib/package/csstidy' ln -sf ../../lib/libc.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/usr/bin/ldd cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libcrypt.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libxnet.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libstdc++fs.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libm.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libresolv.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libssp_nonshared.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libatomic.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libpthread.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libutil.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libdl.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libsupc++.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/librt.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libc.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libstdc++.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib/ mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.usign-2020-05-23-f1f65026.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "usign-2020-05-23-f1f65026.tar.xz" "3f6569a5e63fdfd032976ac0f79d736d3935101ac1b97fb370514b013c5e6bb6" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf usign-2020-05-23-f1f65026 && [ \! -d usign-2020-05-23-f1f65026 ] && git clone https://git.openwrt.org/project/usign.git usign-2020-05-23-f1f65026 && (cd usign-2020-05-23-f1f65026 && git checkout f1f65026a94137c91b5466b149ef3ea3f20091e9 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd usign-2020-05-23-f1f65026 && git log -1 --format='\''@%ct'\''` && rm -rf usign-2020-05-23-f1f65026/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c usign-2020-05-23-f1f65026 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/usign-2020-05-23-f1f65026.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/usign-2020-05-23-f1f65026.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf usign-2020-05-23-f1f65026; ) ' cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/libgcc_pic.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib/libgcc_s_pic.a; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/libgcc.map /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/lib/libgcc_s_pic.map touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libc/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/usign' time: package/system/usign/host-compile#0.27#0.07#0.44 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libc_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libiconv' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.fwtool-2019-11-12-8f7fe925.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "fwtool-2019-11-12-8f7fe925.tar.xz" "ff68e77397a7ba8f497aae9a6d1f89e196c89391a8d5ed0b81c4eafb889ba744" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf fwtool-2019-11-12-8f7fe925 && [ \! -d fwtool-2019-11-12-8f7fe925 ] && git clone https://git.openwrt.org/project/fwtool.git fwtool-2019-11-12-8f7fe925 && (cd fwtool-2019-11-12-8f7fe925 && git checkout 8f7fe925ca205c8e8e2d0d1b16218c1e148d5173 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd fwtool-2019-11-12-8f7fe925 && git log -1 --format='\''@%ct'\''` && rm -rf fwtool-2019-11-12-8f7fe925/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c fwtool-2019-11-12-8f7fe925 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fwtool-2019-11-12-8f7fe925.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fwtool-2019-11-12-8f7fe925.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf fwtool-2019-11-12-8f7fe925; ) ' removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libgcc1_11.2.0-3_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libgcc_s.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fwtool' time: package/system/fwtool/host-compile#0.30#0.07#0.51 rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc/lib/libgcc_s.so.1: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libffi' install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.lua-5.1.5.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "lua-5.1.5.tar.gz" "2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333" "" "http://www.lua.org/ftp/" "http://www.tecgraf.puc-rio.br/lua/ftp/" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.csstidy-2021-06-13-707feaec.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "csstidy-2021-06-13-707feaec.tar.xz" "a6db35de692d1b94561e725634ce410b75f5f7e26dc6f3fc92931813c0721ded" "" || ( /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/dl_github_archive.py --dl-dir="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" --url="https://github.com/jow-/csstidy-cpp.git" --version="707feaec556c40c999514a598b1a1ea5b50826c6" --subdir="csstidy-2021-06-13-707feaec" --source="csstidy-2021-06-13-707feaec.tar.xz" --hash="a6db35de692d1b94561e725634ce410b75f5f7e26dc6f3fc92931813c0721ded" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf csstidy-2021-06-13-707feaec && [ \! -d csstidy-2021-06-13-707feaec ] && git clone https://github.com/jow-/csstidy-cpp.git csstidy-2021-06-13-707feaec && (cd csstidy-2021-06-13-707feaec && git checkout 707feaec556c40c999514a598b1a1ea5b50826c6 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd csstidy-2021-06-13-707feaec && git log -1 --format='\''@%ct'\''` && rm -rf csstidy-2021-06-13-707feaec/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c csstidy-2021-06-13-707feaec | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/csstidy-2021-06-13-707feaec.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/csstidy-2021-06-13-707feaec.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf csstidy-2021-06-13-707feaec; ); ) ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/hostpkg/luci-base/.preparedb0479c27997229a36ab746455004d3c0_6664517399ebbbc92a37c5bb081b5c53 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/hostpkg/luci-base/.configured Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libgcc into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libgcc1_11.2.0-3_mips_4kec.ipk make -C src/ clean po2lmo jsmin make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base/src' rm -f contrib/lemon po2lmo parser.so version.lua plural_formula.c plural_formula.h *.o removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libc_1.2.2-3_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo cc -DNDEBUG -c -o po2lmo.o po2lmo.c install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/lib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/usr/bin make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/lua' time: package/utils/lua/host-compile#0.23#0.03#0.35 cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/ld-musl-*.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libc.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/lib/ ln -sf ../../lib/libc.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/usr/bin/ldd find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/bzip2' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/contrib/package/csstidy' time: package/feeds/luci/csstidy/host-compile#0.21#0.04#0.36 export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libubox' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/lib/libc.so: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages cc -o contrib/lemon contrib/lemon.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libffi-3.4.2.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libffi-3.4.2.tar.gz" "0acbca9fd9c0eeed7e5d9460ae2ea945d3f1f3d48e13a4c54da12c7e0d23c313" "" "https://codeload.github.com/libffi/libffi/tar.gz/v3.4.2?" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libffi' time: package/feeds/packages/libffi/host-compile#0.19#0.06#0.38 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libubox-2021-08-19-d716ac4b.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libubox-2021-08-19-d716ac4b.tar.xz" "1cdb91ac0ee925f133ee9f70eac131a99def312fe7cf0aed44df84eb1762e30b" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf libubox-2021-08-19-d716ac4b && [ \! -d libubox-2021-08-19-d716ac4b ] && git clone https://git.openwrt.org/project/libubox.git libubox-2021-08-19-d716ac4b && (cd libubox-2021-08-19-d716ac4b && git checkout d716ac4bc4236031d4c3cc1ed362b502e20e3787 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd libubox-2021-08-19-d716ac4b && git log -1 --format='\''@%ct'\''` && rm -rf libubox-2021-08-19-d716ac4b/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c libubox-2021-08-19-d716ac4b | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libubox-2021-08-19-d716ac4b.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libubox-2021-08-19-d716ac4b.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf libubox-2021-08-19-d716ac4b; ) ' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libc into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libc_1.2.2-3_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libpthread_1.2.2-3_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread/lib find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libubox' time: package/libs/libubox/host-compile#0.20#0.05#0.31 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libiconv' time: package/libs/libiconv/host-compile#0.42#0.06#0.60 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/opkg' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ucert' CC [M] /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/gpio-button-hotplug.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.bzip2-1.0.8.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "bzip2-1.0.8.tar.gz" "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269" "" "https://sourceware.org/pub/bzip2" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/bzip2' time: package/utils/bzip2/host-compile#0.34#0.03#0.43 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python3' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/ipkg-mips_4kec/libpthread into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libpthread_1.2.2-3_mips_4kec.ipk echo "libc" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/toolchain.default.install rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc ./contrib/lemon -q plural_formula.y mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc cc -DNDEBUG -c -o template_lmo.o template_lmo.c install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/libgcc_s.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc/lib/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread/lib touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '1' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libgcc.version || { echo '1' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libgcc.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libgcc/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libgcc_installed echo "libgcc" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/toolchain.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/toolchain/.pkgdir/libpthread/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libpthread_installed echo "libpthread" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/toolchain.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/toolchain' time: package/libs/toolchain/compile#0.58#0.19#1.26 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libnl-tiny' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libjson-c' cc -DNDEBUG -c -o plural_formula.o plural_formula.c cc -o po2lmo po2lmo.o template_lmo.o plural_formula.o cc -DNDEBUG -c -o jsmin.o jsmin.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ucert-2020-05-24-00b921d8.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ucert-2020-05-24-00b921d8.tar.xz" "839fda1811a58a495ac7bbc41db75222dd5a15e4d72110ca6acc4cdad56908fe" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf ucert-2020-05-24-00b921d8 && [ \! -d ucert-2020-05-24-00b921d8 ] && git clone https://git.openwrt.org/project/ucert.git ucert-2020-05-24-00b921d8 && (cd ucert-2020-05-24-00b921d8 && git checkout 00b921d80ac0dc47339305d803f865ff43c56d63 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd ucert-2020-05-24-00b921d8 && git log -1 --format='\''@%ct'\''` && rm -rf ucert-2020-05-24-00b921d8/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c ucert-2020-05-24-00b921d8 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ucert-2020-05-24-00b921d8.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ucert-2020-05-24-00b921d8.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf ucert-2020-05-24-00b921d8; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.opkg-2021-06-13-1bf042dd.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "opkg-2021-06-13-1bf042dd.tar.xz" "aeda4e0f11805bf95fc7be6d38391ce579acd965c8ba6a490b3e8669815b7264" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf opkg-2021-06-13-1bf042dd && [ \! -d opkg-2021-06-13-1bf042dd ] && git clone https://git.openwrt.org/project/opkg-lede.git opkg-2021-06-13-1bf042dd && (cd opkg-2021-06-13-1bf042dd && git checkout 1bf042dd06751b693a8544d2317e5b969d666b69 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd opkg-2021-06-13-1bf042dd && git log -1 --format='\''@%ct'\''` && rm -rf opkg-2021-06-13-1bf042dd/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c opkg-2021-06-13-1bf042dd | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/opkg-2021-06-13-1bf042dd.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/opkg-2021-06-13-1bf042dd.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf opkg-2021-06-13-1bf042dd; ) ' cc -o jsmin jsmin.o make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base/src' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/hostpkg/luci-base/.built make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ucert' time: package/system/ucert/host-compile#0.28#0.04#0.39 install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/bin install -m0755 src/po2lmo /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/bin/po2lmo install -m0755 src/jsmin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/bin/jsmin mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/stamp touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/hostpkg/luci-base/.built make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/lua' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/stamp/.luci-base_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base' time: package/feeds/luci/luci-base/host-compile#1.07#0.19#1.46 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/opkg' time: package/system/opkg/host-compile#0.27#0.06#0.41 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/firmware/linux-firmware' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/firmware/prism54-firmware' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libnl-tiny-2020-08-05-c291088f.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libnl-tiny-2020-08-05-c291088f.tar.xz" "99bcce12701bb34dadb39689d95c2c5cf1e27719d0ecfd645d3957a8947025ac" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf libnl-tiny-2020-08-05-c291088f && [ \! -d libnl-tiny-2020-08-05-c291088f ] && git clone https://git.openwrt.org/project/libnl-tiny.git libnl-tiny-2020-08-05-c291088f && (cd libnl-tiny-2020-08-05-c291088f && git checkout c291088f631d1694f7ba0444b59677b194348da8 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd libnl-tiny-2020-08-05-c291088f && git log -1 --format='\''@%ct'\''` && rm -rf libnl-tiny-2020-08-05-c291088f/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c libnl-tiny-2020-08-05-c291088f | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libnl-tiny-2020-08-05-c291088f.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libnl-tiny-2020-08-05-c291088f.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf libnl-tiny-2020-08-05-c291088f; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.Python-3.9.7.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "Python-3.9.7.tar.xz" "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57" "" "https://www.python.org/ftp/python/3.9.7" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.json-c-0.15-nodoc.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "json-c-0.15-nodoc.tar.gz" "99bca4f944b8ced8ae0bbc6310d6a3528ca715e69541793a1ef51f8c5b4b0878" "" "https://s3.amazonaws.com/json-c_releases/releases/" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '1' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libnl-tiny.version || { echo '1' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libnl-tiny.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libnl-tiny-2020-08-05-c291088f/.pkgdir/libnl-tiny/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libnl-tiny_installed echo "libnl-tiny" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libnl-tiny.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libnl-tiny' time: package/libs/libnl-tiny/compile#0.21#0.04#0.35 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '5' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libjson-c.version || { echo '5' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libjson-c.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/json-c-0.15/.pkgdir/libjson-c/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/zlib' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libjson-c_installed echo "libjson-c" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libjson-c.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libjson-c' time: package/libs/libjson-c/compile#0.23#0.04#0.39 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fwtool' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.lua-5.1.5.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "lua-5.1.5.tar.gz" "2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333" "" "http://www.lua.org/ftp/" "http://www.tecgraf.puc-rio.br/lua/ftp/" ' MODPOST /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers CC [M] /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/gpio-button-hotplug.mod.o make[3]: Nothing to be done for 'compile'. make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/firmware/linux-firmware' time: package/firmware/linux-firmware/compile#0.22#0.02#0.32 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/openwrt-keyring' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '5.1.5' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/liblua.version || { echo '5.1.5' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/liblua.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/lua-5.1.5/.pkgdir/liblua/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.liblua_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python3' time: package/feeds/packages/python3/host-compile#0.41#0.16#0.72 echo "liblua" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/lua.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/lua-5.1.5/.pkgdir/lua/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/mbedtls' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.zlib-1.2.11.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "zlib-1.2.11.tar.xz" "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066" "" "@SF/libpng" "http://www.zlib.net" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.lua_installed echo "lua" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/lua.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/lua' time: package/utils/lua/compile#0.23#0.07#0.46 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/gettext' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp make[3]: Nothing to be done for 'compile'. make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/firmware/prism54-firmware' time: package/firmware/prism54-firmware/compile#0.43#0.03#0.53 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/zlib-1.2.11/.pkgdir/zlib/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.zlib_installed make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libiconv' echo "zlib" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/zlib.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/zlib' time: package/libs/zlib/compile#0.23#0.05#0.40 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libtool' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.openwrt-keyring-2021-02-20-49283916.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "openwrt-keyring-2021-02-20-49283916.tar.xz" "7b58592bb49e4b37c8e80904c8f457ce3f0f2e6b1d2c473ccfe9204a8b7be831" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf openwrt-keyring-2021-02-20-49283916 && [ \! -d openwrt-keyring-2021-02-20-49283916 ] && git clone https://git.openwrt.org/keyring.git openwrt-keyring-2021-02-20-49283916 && (cd openwrt-keyring-2021-02-20-49283916 && git checkout 49283916005d7868923d34ab34f14188cf74812d && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd openwrt-keyring-2021-02-20-49283916 && git log -1 --format='\''@%ct'\''` && rm -rf openwrt-keyring-2021-02-20-49283916/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c openwrt-keyring-2021-02-20-49283916 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/openwrt-keyring-2021-02-20-49283916.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/openwrt-keyring-2021-02-20-49283916.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf openwrt-keyring-2021-02-20-49283916; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.fwtool-2019-11-12-8f7fe925.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "fwtool-2019-11-12-8f7fe925.tar.xz" "ff68e77397a7ba8f497aae9a6d1f89e196c89391a8d5ed0b81c4eafb889ba744" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf fwtool-2019-11-12-8f7fe925 && [ \! -d fwtool-2019-11-12-8f7fe925 ] && git clone https://git.openwrt.org/project/fwtool.git fwtool-2019-11-12-8f7fe925 && (cd fwtool-2019-11-12-8f7fe925 && git checkout 8f7fe925ca205c8e8e2d0d1b16218c1e148d5173 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd fwtool-2019-11-12-8f7fe925 && git log -1 --format='\''@%ct'\''` && rm -rf fwtool-2019-11-12-8f7fe925/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c fwtool-2019-11-12-8f7fe925 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fwtool-2019-11-12-8f7fe925.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fwtool-2019-11-12-8f7fe925.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf fwtool-2019-11-12-8f7fe925; ) ' LD [M] /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/gpio-button-hotplug.ko make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' for subdir in .; do realdir=$(readlink -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug); grep -F /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/$subdir/Module.symvers >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers.tmp; [ "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug" = "$realdir" ] || grep -F $realdir /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/$subdir/Module.symvers >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers.tmp; done; sort -u /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers.tmp > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/symvers; mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/Module.symvers /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/symvers/gpio-button-hotplug.symvers touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug/etc/modules.d; ( echo "gpio-button-hotplug"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug/etc/modules.d/30-gpio-button-hotplug; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug/etc/modules-boot.d; ln -sf ../modules.d/30-gpio-button-hotplug /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug/etc/modules-boot.d/; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/openwrt-keyring-2021-02-20-49283916/.pkgdir/openwrt-keyring/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/.pkgdir/kmod-gpio-button-hotplug/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.openwrt-keyring_installed touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-gpio-button-hotplug_installed echo "openwrt-keyring" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/openwrt-keyring.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/openwrt-keyring' time: package/system/openwrt-keyring/compile#0.20#0.05#0.34 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.mbedtls-2.16.11.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "mbedtls-2.16.11.tar.gz" "c18e7e9abf95e69e425260493720470021384a1728417042060a35d0b7b18b41" "" "https://codeload.github.com/ARMmbed/mbedtls/tar.gz/v2.16.11?" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-gpio-button-hotplug_5.10.75-3_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/fwtool-2019-11-12-8f7fe925/.pkgdir/fwtool/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-ip' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.fwtool_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/etc/modules.d; ( echo "gpio-button-hotplug"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/etc/modules.d/30-gpio-button-hotplug; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/etc/modules-boot.d; ln -sf ../modules.d/30-gpio-button-hotplug /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/etc/modules-boot.d/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf echo "fwtool" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/fwtool.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fwtool' time: package/system/fwtool/compile#0.34#0.04#0.50 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-jsonc' export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/lib/modules/5.10.76/gpio-button-hotplug.ko: relocatable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/mbedtls' time: package/libs/mbedtls/compile#0.26#0.06#0.40 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-nixio' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libtool-2.4.6.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libtool-2.4.6.tar.xz" "7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f" "" "@GNU/libtool" ' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/gpio-button-hotplug/ipkg-mips_4kec/kmod-gpio-button-hotplug into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-gpio-button-hotplug_5.10.76-3_mips_4kec.ipk echo "kmod-gpio-button-hotplug" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/gpio-button-hotplug.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/kernel/gpio-button-hotplug' time: package/kernel/gpio-button-hotplug/compile#1.84#0.28#2.42 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/contrib/package/lucihttp' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/gettext' time: package/libs/gettext/compile#0.42#0.05#0.54 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libtool' time: package/libs/libtool/compile#0.34#0.04#0.44 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/protocols/luci-proto-ppp' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/themes/luci-theme-bootstrap' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-ip/.pkgdir/luci-lib-ip/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-lib-ip_installed echo "luci-lib-ip" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-lib-ip.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-ip' time: package/feeds/luci/luci-lib-ip/compile#0.22#0.05#0.38 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libiconv' time: package/libs/libiconv/compile#0.40#0.07#0.52 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-jsonc/.pkgdir/luci-lib-jsonc/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/protocols/luci-proto-ipv6' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-lib-jsonc_installed make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ca-certificates' echo "luci-lib-jsonc" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-lib-jsonc.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-jsonc' time: package/feeds/luci/luci-lib-jsonc/compile#0.20#0.06#0.38 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/nghttp2' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.lucihttp-2021-06-11-3dc89af4.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "lucihttp-2021-06-11-3dc89af4.tar.xz" "6024a34c514a7231bcc36486abfb3e43e6c17490ac8d838f202a43ce259cda03" "" || ( /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/dl_github_archive.py --dl-dir="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" --url="https://github.com/jow-/lucihttp.git" --version="3dc89af443410c9eae7a0ff091bd7fb4c5d48f41" --subdir="lucihttp-2021-06-11-3dc89af4" --source="lucihttp-2021-06-11-3dc89af4.tar.xz" --hash="6024a34c514a7231bcc36486abfb3e43e6c17490ac8d838f202a43ce259cda03" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf lucihttp-2021-06-11-3dc89af4 && [ \! -d lucihttp-2021-06-11-3dc89af4 ] && git clone https://github.com/jow-/lucihttp.git lucihttp-2021-06-11-3dc89af4 && (cd lucihttp-2021-06-11-3dc89af4 && git checkout 3dc89af443410c9eae7a0ff091bd7fb4c5d48f41 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd lucihttp-2021-06-11-3dc89af4 && git log -1 --format='\''@%ct'\''` && rm -rf lucihttp-2021-06-11-3dc89af4/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c lucihttp-2021-06-11-3dc89af4 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/lucihttp-2021-06-11-3dc89af4.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/lucihttp-2021-06-11-3dc89af4.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf lucihttp-2021-06-11-3dc89af4; ); ) ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.prepared_19dfe751bffdcad26173b2d2152a2b7e_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc htdocs root src; do if [ -d ./$d ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/$d; cp -fpR ./$d/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/$d/; fi; done true [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.prepared_19dfe751bffdcad26173b2d2152a2b7e_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.luci-lib-nixio_installed touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.configured_811dc2f0ccfbe4b68a068320f8578dbe rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.built_check mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" clean compile; echo '0' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/liblucihttp.version || { echo '0' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/liblucihttp.version; } make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/lucihttp-2021-06-11-3dc89af4/.pkgdir/liblucihttp/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.liblucihttp_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-proto-ppp/.pkgdir/luci-proto-ppp/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' echo "liblucihttp" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/lucihttp.default.install touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-proto-ppp_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp rm -f *.o *.so *.a *.dll SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/lucihttp-2021-06-11-3dc89af4/.pkgdir/liblucihttp-lua/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' rm -f axTLS/.prepared echo "luci-proto-ppp" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-proto-ppp.default.install touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.liblucihttp-lua_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/protocols/luci-proto-ppp' time: package/feeds/luci/luci-proto-ppp/compile#0.16#0.05#0.27 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o nixio.o nixio.c echo "liblucihttp-lua" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/lucihttp.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-theme-bootstrap/.pkgdir/luci-theme-bootstrap/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/contrib/package/lucihttp' time: package/feeds/luci/lucihttp/compile#0.19#0.05#0.34 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ca-certificates_20210119.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ca-certificates_20210119.tar.xz" "daa3afae563711c30a0586ddae4336e8e3974c2b627faaca404c4e0141b64665" "" "@DEBIAN/pool/main/c/ca-certificates" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-theme-bootstrap_installed make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/expat' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/attr' echo "luci-theme-bootstrap" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-theme-bootstrap.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/themes/luci-theme-bootstrap' time: package/feeds/luci/luci-theme-bootstrap/compile#0.17#0.04#0.29 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.nghttp2-1.44.0.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "nghttp2-1.44.0.tar.xz" "5699473b29941e8dafed10de5c8cb37a3581edf62ba7d04b911ca247d4de3c5d" "" "https://github.com/nghttp2/nghttp2/releases/download/v1.44.0" ' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libffi' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-proto-ipv6/.pkgdir/luci-proto-ipv6/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-proto-ipv6_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo "luci-proto-ipv6" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-proto-ipv6.default.install SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ca-certificates-20210119/.pkgdir/ca-bundle/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/protocols/luci-proto-ipv6' time: package/feeds/luci/luci-proto-ipv6/compile#0.17#0.05#0.31 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ca-bundle_installed echo "ca-bundle" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ca-certificates.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ca-certificates' time: package/system/ca-certificates/compile#0.21#0.04#0.32 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/pcre' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libical' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o socket.o socket.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.expat-2.4.1.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "expat-2.4.1.tar.xz" "cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a" "" "@SF/expat" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '14' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libnghttp2.version || { echo '14' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libnghttp2.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nghttp2-1.44.0/.pkgdir/libnghttp2/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.attr-2.5.1.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "attr-2.5.1.tar.gz" "69991b2fc5fe7917d996b05d5d4fe3c44d074c9d806dd263b14a42fab57bfc2f" "" "http://git.savannah.nongnu.org/cgit/attr.git/snapshot" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libnghttp2_installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o sockopt.o sockopt.c echo "libnghttp2" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/nghttp2.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/nghttp2' time: package/feeds/packages/nghttp2/compile#0.23#0.07#0.43 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/gdbm' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/expat' time: package/feeds/packages/expat/compile#0.19#0.04#0.29 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libffi-3.4.2.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libffi-3.4.2.tar.gz" "0acbca9fd9c0eeed7e5d9460ae2ea945d3f1f3d48e13a4c54da12c7e0d23c313" "" "https://codeload.github.com/libffi/libffi/tar.gz/v3.4.2?" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/attr' time: package/feeds/packages/attr/compile#0.19#0.04#0.30 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python-pip-conf' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/sqlite3' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libical-3.0.9.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libical-3.0.9.tar.gz" "bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728" "" "https://github.com/libical/libical/releases/download/v3.0.9/" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libffi' time: package/feeds/packages/libffi/compile#0.21#0.06#0.40 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o bind.o bind.c make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/xz' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.gdbm-1.21.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "gdbm-1.21.tar.gz" "b0b7dbdefd798de7ddccdd8edf6693a30494f7789777838042991ef107339cc2" "" "@GNU/gdbm" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/libical' time: package/feeds/packages/libical/compile#0.20#0.05#0.34 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/openssl' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.pcre-8.45.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "pcre-8.45.tar.bz2" "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8" "" "@SF/pcre" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Nothing to be done for 'compile'. make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python-pip-conf' time: package/feeds/packages/python-pip-conf/compile#0.11#0.04#0.22 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.sqlite-autoconf-3330000.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "sqlite-autoconf-3330000.tar.gz" "106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15" "" "https://www.sqlite.org/2020/" ' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/bzip2' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o address.o address.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/gdbm' time: package/feeds/packages/gdbm/compile#0.20#0.06#0.32 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/taiha/nyancat' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.prepared_99fdf20ba55879ca6e5855cd16151c4a_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; gzip -dc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/sqlite-autoconf-3330000.tar.gz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.. -xf - make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/pcre' time: package/libs/pcre/compile#0.29#0.08#0.53 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/argp-standalone' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.openssl-1.1.1l.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "openssl-1.1.1l.tar.gz" "0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" "" "http://www.openssl.org/source/" "http://www.openssl.org/source/old/1.1.1/" "http://ftp.fi.muni.cz/pub/openssl/source/" "http://ftp.fi.muni.cz/pub/openssl/source/old/1.1.1/" "ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/" "ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/1.1.1/" ' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.xz-5.2.5.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "xz-5.2.5.tar.xz" "3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56" "" "@SF/lzmautils" ' [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.prepared_99fdf20ba55879ca6e5855cd16151c4a_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.sqlite3_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autom4te AUTOCONF=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf AUTOMAKE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/automake ACLOCAL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal AUTOHEADER=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoheader LIBTOOLIZE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize LIBTOOL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtool M4=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/m4 AUTOPOINT=true LIBTOOLIZE='/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize --install' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoreconf -v -f -i -s -B /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . . || true; fi; ); make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/xz' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o protoent.o protoent.c time: package/feeds/packages/xz/compile#0.19#0.08#0.35 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libmnl' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.nyancat-1.5.2+.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/dl_github_archive.py --dl-dir="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" --url="https://github.com/klange/nyancat.git" --version="5ffb6c5c03d0e9156db8f360599d4f0449bb16b9" --subdir="nyancat-1.5.2+" --source="nyancat-1.5.2+.tar.xz" --hash="x" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf nyancat-1.5.2+ && [ \! -d nyancat-1.5.2+ ] && git clone https://github.com/klange/nyancat.git nyancat-1.5.2+ && (cd nyancat-1.5.2+ && git checkout 5ffb6c5c03d0e9156db8f360599d4f0449bb16b9 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd nyancat-1.5.2+ && git log -1 --format='\''@%ct'\''` && rm -rf nyancat-1.5.2+/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c nyancat-1.5.2+ | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/nyancat-1.5.2+.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/nyancat-1.5.2+.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf nyancat-1.5.2+; ); ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o poll.o poll.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/openssl' time: package/libs/openssl/compile#0.25#0.12#0.45 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/dropbear' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.bzip2-1.0.8.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "bzip2-1.0.8.tar.gz" "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269" "" "https://sourceware.org/pub/bzip2" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.argp-standalone-1.3.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "argp-standalone-1.3.tar.gz" "dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be" "" "http://www.lysator.liu.se/~nisse/misc/" ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o io.o io.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/bzip2' time: package/utils/bzip2/compile#0.35#0.06#0.47 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/devel/binutils' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/argp-standalone' time: package/libs/argp-standalone/compile#0.27#0.04#0.39 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libsepol' autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o file.o file.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.dropbear-2020.81.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "dropbear-2020.81.tar.bz2" "48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b" "" "http://matt.ucc.asn.au/dropbear/releases/" "https://dropbear.nl/mirror/releases/" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libmnl-1.0.4.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libmnl-1.0.4.tar.bz2" "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" "" "http://www.netfilter.org/projects/libmnl/files" "ftp://ftp.netfilter.org/pub/libmnl" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.binutils-2.35.2.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "binutils-2.35.2.tar.xz" "dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b" "" "@GNU/binutils" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.prepared_4d40bf39a48121663d72653c4a9161df_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; bzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/dropbear-2020.81.tar.bz2 | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.. -xf - mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o splice.o splice.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libsepol-3.2.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libsepol-3.2.tar.gz" "dfc7f662af8000116e56a01de6a0394ed79be1b34b999e551346233c5dd19508" "" "https://github.com/SELinuxProject/selinux/releases/download/3.2" ' echo '0' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libmnl.version || { echo '0' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libmnl.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libmnl-1.0.4/.pkgdir/libmnl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libmnl_installed nyancat-1.5.2+.tar.xz: Download from https://github.com/klange/nyancat.git failed nyancat-1.5.2+.tar.xz: Requires sha256sum for verification echo "libmnl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libmnl.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libmnl' time: package/libs/libmnl/compile#0.35#0.06#0.53 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o process.o process.c make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/musl-fts' + curl -f --connect-timeout 20 --retry 5 --location --insecure https://github.com/SELinuxProject/selinux/releases/download/3.2/libsepol-3.2.tar.gz Checking out files from the git repository... Cloning into 'nyancat-1.5.2+'... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o syslog.o syslog.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o bit.o bit.c 100 625 100 625 0 0 2530 0 --:--:-- --:--:-- --:--:-- 2530 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.musl-fts-1.2.7.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "musl-fts-1.2.7.tar.xz" "29c62a600128e9189b1b2e1aea568546178eedf739527f657873b3b773072ecb" "" || ( /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/dl_github_archive.py --dl-dir="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" --url="https://github.com/pullmoll/musl-fts.git" --version="0bde52df588e8969879a2cae51c3a4774ec62472" --subdir="musl-fts-1.2.7" --source="musl-fts-1.2.7.tar.xz" --hash="29c62a600128e9189b1b2e1aea568546178eedf739527f657873b3b773072ecb" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf musl-fts-1.2.7 && [ \! -d musl-fts-1.2.7 ] && git clone https://github.com/pullmoll/musl-fts.git musl-fts-1.2.7 && (cd musl-fts-1.2.7 && git checkout 0bde52df588e8969879a2cae51c3a4774ec62472 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd musl-fts-1.2.7 && git log -1 --format='\''@%ct'\''` && rm -rf musl-fts-1.2.7/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c musl-fts-1.2.7 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/musl-fts-1.2.7.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/musl-fts-1.2.7.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf musl-fts-1.2.7; ); ) ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o binary.o binary.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/musl-fts' time: package/libs/musl-fts/compile#0.26#0.05#0.35 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libubox' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o fs.o fs.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/devel/binutils' time: package/devel/binutils/compile#0.47#0.38#0.78 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/kernel/linux' 100 466k 100 466k 0 0 931k 0 --:--:-- --:--:-- --:--:-- 8972k touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.prepared_a9fbe586a139082c5c88b752efc012e5_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; gzip -dc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/libsepol-3.2.tar.gz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.prepared_a9fbe586a139082c5c88b752efc012e5_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.libsepol_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libubox-2021-08-19-d716ac4b.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libubox-2021-08-19-d716ac4b.tar.xz" "1cdb91ac0ee925f133ee9f70eac131a99def312fe7cf0aed44df84eb1762e30b" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf libubox-2021-08-19-d716ac4b && [ \! -d libubox-2021-08-19-d716ac4b ] && git clone https://git.openwrt.org/project/libubox.git libubox-2021-08-19-d716ac4b && (cd libubox-2021-08-19-d716ac4b && git checkout d716ac4bc4236031d4c3cc1ed362b502e20e3787 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd libubox-2021-08-19-d716ac4b && git log -1 --format='\''@%ct'\''` && rm -rf libubox-2021-08-19-d716ac4b/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c libubox-2021-08-19-d716ac4b | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libubox-2021-08-19-d716ac4b.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libubox-2021-08-19-d716ac4b.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf libubox-2021-08-19-d716ac4b; ) ' [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81 Applying ./patches/100-pubkey_path.patch using plaintext: patching file svr-authpubkey.c Applying ./patches/110-change_user.patch using plaintext: patching file svr-chansession.c Applying ./patches/130-ssh_ignore_x_args.patch using plaintext: patching file cli-runopts.c Applying ./patches/140-disable_assert.patch using plaintext: patching file dbutil.h Applying ./patches/160-lto-jobserver.patch using plaintext: patching file Makefile.in Applying ./patches/600-allow-blank-root-password.patch using plaintext: patching file svr-auth.c Applying ./patches/900-configure-hardening.patch using plaintext: patching file configure.ac Applying ./patches/901-bundled-libs-cflags.patch using plaintext: patching file libtomcrypt/makefile_include.mk patching file libtommath/makefile_include.mk Applying ./patches/910-signkey-fix-use-of-rsa-sha2-256-pubkeys.patch using plaintext: patching file signkey.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.prepared_4d40bf39a48121663d72653c4a9161df_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.dropbear_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autom4te AUTOCONF=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf AUTOMAKE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/automake ACLOCAL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal AUTOHEADER=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoheader LIBTOOLIZE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize LIBTOOL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtool M4=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/m4 AUTOPOINT=true LIBTOOLIZE='/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize --install' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoreconf -v -f -i -s -B /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . . || true; fi; ); mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -std=gnu99 -DNO_TLS -DPIC -fpic -c -o user.o user.c (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" SHLIBDIR=/usr/lib OS=Linux all; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2' make -C src make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/src' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o assertion.o assertion.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20210819' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.version || { echo '20210819' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libubox-2021-08-19-d716ac4b/.pkgdir/libubox/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libubox_installed echo "libubox" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20210819' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libblobmsg-json.version || { echo '20210819' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libblobmsg-json.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libubox-2021-08-19-d716ac4b/.pkgdir/libblobmsg-json/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libblobmsg-json_installed echo "libblobmsg-json" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libubox-2021-08-19-d716ac4b/.pkgdir/jshn/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . --force touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.jshn_installed echo "jshn" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' echo '20210819' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libjson-script.version || { echo '20210819' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libjson-script.version; } mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o nixio.so nixio.o socket.o sockopt.o bind.o address.o protoent.o poll.o io.o file.o splice.o process.o syslog.o bit.o binary.o fs.o user.o -llua -lm -ldl -lcrypt -shared SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libubox-2021-08-19-d716ac4b/.pkgdir/libjson-script/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ncurses' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libjson-script_installed echo "libjson-script" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubox.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libubox' time: package/libs/libubox/compile#0.25#0.09#0.42 mkdir -p dist/usr/lib/lua cp nixio.so dist/usr/lib/lua/nixio.so make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install" install; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/wolfssl' mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o nixio.so nixio.o socket.o sockopt.o bind.o address.o protoent.o poll.o io.o file.o splice.o process.o syslog.o bit.o binary.o fs.o user.o -llua -lm -ldl -lcrypt -shared mkdir -p dist/usr/lib/lua cp nixio.so dist/usr/lib/lua/nixio.so mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install cp -pR dist/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install/ make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/; else true; fi make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o nixio.so nixio.o socket.o sockopt.o bind.o address.o protoent.o poll.o io.o file.o splice.o process.o syslog.o bit.o binary.o fs.o user.o -llua -lm -ldl -lcrypt -shared mkdir -p dist/usr/lib/lua cp nixio.so dist/usr/lib/lua/nixio.so mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install cp -pR dist/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install/ make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/.pkgdir/luci-lib-nixio/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-lib-nixio_installed autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-lib-nixio_git-21.301.66258-0740023_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio=luci-lib-nixio -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/; else true; fi make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o avrule_block.o avrule_block.c mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o nixio.so nixio.o socket.o sockopt.o bind.o address.o protoent.o poll.o io.o file.o splice.o process.o syslog.o bit.o binary.o fs.o user.o -llua -lm -ldl -lcrypt -shared mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ncurses-6.2.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ncurses-6.2.tar.gz" "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d" "" "@GNU/ncurses" ' mkdir -p dist/usr/lib/lua cp nixio.so dist/usr/lib/lua/nixio.so mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install cp -pR dist/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-install/ make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/src' find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.wolfssl-4.8.1-stable.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "wolfssl-4.8.1-stable.tar.gz" "50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444" "" "https://github.com/wolfSSL/wolfssl/archive/v4.8.1-stable" ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o avtab.o avtab.c export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/usr/lib/lua/nixio.so: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_luci_lib_nixio_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ncurses-6.2/.pkgdir/terminfo/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.terminfo_installed echo "terminfo" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ncurses.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '6' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libncurses.version || { echo '6' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libncurses.version; cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libncurses.version /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libncursesw.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ncurses-6.2/.pkgdir/libncurses/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libncurses_installed echo "libncurses" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ncurses.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ncurses' time: package/libs/ncurses/compile#0.26#0.11#0.42 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/dbus' Note: switching to '5ffb6c5c03d0e9156db8f360599d4f0449bb16b9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 5ffb6c5 readme: Fedora now has nyancat \o/ Packing checkout... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-nixio/ipkg-mips_4kec/luci-lib-nixio into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-lib-nixio_git-21.301.66258-0740023_mips_4kec.ipk mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o boolean_record.o boolean_record.c echo "luci-lib-nixio" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-lib-nixio.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-nixio' time: package/feeds/luci/luci-lib-nixio/compile#2.45#0.37#3.10 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/glib2' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '4.8.1.62348c2b' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libwolfssl.version || { echo '4.8.1.62348c2b' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libwolfssl.version; cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libwolfssl.version /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libcyassl.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/wolfssl-4.8.1-stable/.pkgdir/libwolfssl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libwolfssl_installed echo "libwolfssl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/wolfssl.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/wolfssl' time: package/libs/wolfssl/compile#0.29#0.14#0.54 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/readline' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o booleans.o booleans.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.prepared_f294cde362e5b10c2986daba6bceaa88_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/nyancat-1.5.2+.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.prepared_f294cde362e5b10c2986daba6bceaa88_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.nyancat_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.configured_68b329da9893e34099c7d8ad5cb9c940 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.dbus-1.13.18.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "dbus-1.13.18.tar.xz" "8078f5c25e34ab907ce06905d969dc8ef0ccbec367e1e1707c7ecf8460f4254e" "" "https://dbus.freedesktop.org/releases/dbus" ' rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" ; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+' cd src && make all make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/src' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -c -o nyancat.o nyancat.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o conditional.o conditional.c make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/dbus' time: package/feeds/packages/dbus/compile#0.19#0.08#0.34 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/taiha/sl' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.glib-2.70.0.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "glib-2.70.0.tar.xz" "200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742" "" "@GNOME/glib/2.70" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.readline-8.1.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "readline-8.1.tar.gz" "f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" "" "@GNU/readline" ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+=nyancat-1.5.2+ -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro nyancat.o -o nyancat make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/src' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o constraint.o constraint.c # Install binary file install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat/usr/bin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/src/nyancat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat/usr/bin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/.pkgdir/nyancat/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.nyancat_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.sl-5.02.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/dl_github_archive.py --dl-dir="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" --url="https://github.com/mtoyoda/sl.git" --version="923e7d7ebc5c1f009755bdeb789ac25658ccce03" --subdir="sl-5.02" --source="sl-5.02.tar.xz" --hash="x" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf sl-5.02 && [ \! -d sl-5.02 ] && git clone https://github.com/mtoyoda/sl.git sl-5.02 && (cd sl-5.02 && git checkout 923e7d7ebc5c1f009755bdeb789ac25658ccce03 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd sl-5.02 && git log -1 --format='\''@%ct'\''` && rm -rf sl-5.02/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c sl-5.02 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/sl-5.02.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/sl-5.02.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf sl-5.02; ); ' removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha/nyancat_1.5.2+-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo # Install binary file make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/readline' time: package/libs/readline/compile#0.29#0.06#0.44 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/glib2' time: package/feeds/packages/glib2/compile#0.28#0.09#0.49 install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat/usr/bin mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o context.o context.c install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/src/nyancat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat/usr/bin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/ipv6/odhcp6c' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/elfutils' export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat/usr/bin/nyancat: executable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha sl-5.02.tar.xz: Download from https://github.com/mtoyoda/sl.git failed sl-5.02.tar.xz: Requires sha256sum for verification Checking out files from the git repository... Cloning into 'sl-5.02'... autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . --force mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o context_record.o context_record.c configure.ac:27: warning: underquoted definition of DB_TRYADDCFLAGS configure.ac:27: run info Automake 'Extending aclocal' configure.ac:27: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/nyancat-1.5.2+/ipkg-mips_4kec/nyancat into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha/nyancat_1.5.2+-1_mips_4kec.ipk echo "nyancat" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/nyancat.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/taiha/nyancat' time: package/feeds/taiha/nyancat/compile#1.11#0.21#2.78 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.elfutils-0.182.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "elfutils-0.182.tar.bz2" "ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858" "" "https://sourceware.org/elfutils/ftp/0.182" ' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.odhcp6c-2021-07-14-94adc8bb.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "odhcp6c-2021-07-14-94adc8bb.tar.xz" "ddc3b203b37d5f82b88f8dc70f0bfc1b34493cbcba6ed81815ccbe250350fe11" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf odhcp6c-2021-07-14-94adc8bb && [ \! -d odhcp6c-2021-07-14-94adc8bb ] && git clone https://git.openwrt.org/project/odhcp6c.git odhcp6c-2021-07-14-94adc8bb && (cd odhcp6c-2021-07-14-94adc8bb && git checkout 94adc8bbfa5150d4c2ceb4e05ecd1840dfa3df08 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd odhcp6c-2021-07-14-94adc8bb && git log -1 --format='\''@%ct'\''` && rm -rf odhcp6c-2021-07-14-94adc8bb/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c odhcp6c-2021-07-14-94adc8bb | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/odhcp6c-2021-07-14-94adc8bb.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/odhcp6c-2021-07-14-94adc8bb.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf odhcp6c-2021-07-14-94adc8bb; ) ' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/ethtool' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o debug.o debug.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/odhcp6c-2021-07-14-94adc8bb/.pkgdir/odhcp6c/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.odhcp6c_installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ebitmap.o ebitmap.c echo "odhcp6c" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/odhcp6c.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/ipv6/odhcp6c' time: package/network/ipv6/odhcp6c/compile#0.22#0.05#0.34 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/mtd' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '1' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libelf.version || { echo '1' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libelf.version; cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libelf.version /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libelf1.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/elfutils-0.182/.pkgdir/libelf/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libelf_installed echo "libelf" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/elfutils.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/elfutils' time: package/libs/elfutils/compile#0.27#0.12#0.46 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ethtool-5.14.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ethtool-5.14.tar.xz" "bb13db91915cacd7a492b65b65df07a67e4b974ddbeaf76205b1945a23d27686" "" "@KERNEL/software/network/ethtool" ' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/urngd' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o expand.o expand.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ethtool-full/ethtool-5.14/.pkgdir/ethtool-full/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ethtool-full_installed echo "ethtool-full" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ethtool.full.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/ethtool' time: package/network/utils/ethtool/full/compile#0.21#0.04#0.34 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ubus' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.prepared_083071baad32b6ebd004a903986bff3e_6664517399ebbbc92a37c5bb081b5c53_check true [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.prepared_083071baad32b6ebd004a903986bff3e_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.mtd_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto=jobserver " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto=jobserver " make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" TARGET="realtek" ; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -c -o mtd.o mtd.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.urngd-2020-01-21-c7f7b6b6.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "urngd-2020-01-21-c7f7b6b6.tar.xz" "2d31025b79fe130c579d6c3f4bf4dc12abc43a7319b20a5cdca24ae363ec70f3" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf urngd-2020-01-21-c7f7b6b6 && [ \! -d urngd-2020-01-21-c7f7b6b6 ] && git clone https://git.openwrt.org/project/urngd.git urngd-2020-01-21-c7f7b6b6 && (cd urngd-2020-01-21-c7f7b6b6 && git checkout c7f7b6b65b82eda4675b42d8cd28d76ea7aebf1a && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd urngd-2020-01-21-c7f7b6b6 && git log -1 --format='\''@%ct'\''` && rm -rf urngd-2020-01-21-c7f7b6b6/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c urngd-2020-01-21-c7f7b6b6 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/urngd-2020-01-21-c7f7b6b6.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/urngd-2020-01-21-c7f7b6b6.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf urngd-2020-01-21-c7f7b6b6; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -c -o jffs2.o jffs2.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.urngd_installed echo "urngd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/urngd.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/urngd' time: package/system/urngd/compile#0.24#0.05#0.35 SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ubus-2021-06-30-4fc532c8.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ubus-2021-06-30-4fc532c8.tar.xz" "a5c8205f2e2b2f1f9ad687592e66a6e2bf8900dc54cfe3ceefe6c297d18971a8" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf ubus-2021-06-30-4fc532c8 && [ \! -d ubus-2021-06-30-4fc532c8 ] && git clone https://git.openwrt.org/project/ubus.git ubus-2021-06-30-4fc532c8 && (cd ubus-2021-06-30-4fc532c8 && git checkout 4fc532c8a55ba8217ad67d7fd47c5eb9a8aba044 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd ubus-2021-06-30-4fc532c8 && git log -1 --format='\''@%ct'\''` && rm -rf ubus-2021-06-30-4fc532c8/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c ubus-2021-06-30-4fc532c8 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ubus-2021-06-30-4fc532c8.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ubus-2021-06-30-4fc532c8.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf ubus-2021-06-30-4fc532c8; ) ' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/uci' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -c -o crc32.o crc32.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd=mtd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Dtarget_realtek=1 -Wall -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -c -o md5.o md5.c mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto=jobserver -lubox mtd.o jffs2.o crc32.o md5.o -o mtd lto-wrapper: warning: jobserver is not available: '--jobserver-auth=' is not present in 'MAKEFLAGS' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20210630' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubus.version || { echo '20210630' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libubus.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubus-2021-06-30-4fc532c8/.pkgdir/libubus/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libubus_installed echo "libubus" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubus.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubus-2021-06-30-4fc532c8/.pkgdir/libubus-lua/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libubus-lua_installed echo "libubus-lua" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubus.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubus-2021-06-30-4fc532c8/.pkgdir/ubus/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ubus_installed echo "ubus" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubus.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubus-2021-06-30-4fc532c8/.pkgdir/ubusd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ubusd_installed echo "ubusd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubus.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ubus' time: package/system/ubus/compile#0.28#0.06#0.40 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/util-linux' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.uci-2021-10-22-f84f49f0.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "uci-2021-10-22-f84f49f0.tar.xz" "9f4747a029976b43fcea9919643ce71e587e515edc21b280163f7262360d847f" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf uci-2021-10-22-f84f49f0 && [ \! -d uci-2021-10-22-f84f49f0 ] && git clone https://git.openwrt.org/project/uci.git uci-2021-10-22-f84f49f0 && (cd uci-2021-10-22-f84f49f0 && git checkout f84f49f00fb70364f58b4cce72f1796a7190d370 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd uci-2021-10-22-f84f49f0 && git log -1 --format='\''@%ct'\''` && rm -rf uci-2021-10-22-f84f49f0/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c uci-2021-10-22-f84f49f0 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uci-2021-10-22-f84f49f0.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uci-2021-10-22-f84f49f0.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf uci-2021-10-22-f84f49f0; ) ' autoreconf: configure.ac: tracing mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20130104' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libuci.version || { echo '20130104' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libuci.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uci-2021-10-22-f84f49f0/.pkgdir/libuci/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libuci_installed echo "libuci" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uci.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uci-2021-10-22-f84f49f0/.pkgdir/uci/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.uci_installed echo "uci" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uci.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/uci' time: package/system/uci/compile#0.24#0.05#0.36 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/jsonfilter' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.util-linux-2.37.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "util-linux-2.37.tar.xz" "bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5" "" "@KERNEL/linux/utils/util-linux/v2.37" ' Note: switching to '923e7d7ebc5c1f009755bdeb789ac25658ccce03'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 923e7d7 Merge pull request #28 from dkhamsing/master make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/mtd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd/sbin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/.pkgdir/mtd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.mtd_installed Packing checkout... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/mtd_26_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/mtd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd/sbin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf autoreconf: configure.ac: not using Libtool autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal --force make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/util-linux' time: package/utils/util-linux/compile#0.34#0.12#0.56 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/usign' export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd/sbin/mtd: executable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.jsonfilter-2018-02-04-c7e938d6.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "jsonfilter-2018-02-04-c7e938d6.tar.xz" "0601b4d7aa5ee096e99388a57cb0701673ab58fccd6ed2984a2abbd4f846e045" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf jsonfilter-2018-02-04-c7e938d6 && [ \! -d jsonfilter-2018-02-04-c7e938d6 ] && git clone https://git.openwrt.org/project/jsonpath.git jsonfilter-2018-02-04-c7e938d6 && (cd jsonfilter-2018-02-04-c7e938d6 && git checkout c7e938d6582a436dddc938539e72dd1320625c54 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd jsonfilter-2018-02-04-c7e938d6 && git log -1 --format='\''@%ct'\''` && rm -rf jsonfilter-2018-02-04-c7e938d6/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c jsonfilter-2018-02-04-c7e938d6 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/jsonfilter-2018-02-04-c7e938d6.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/jsonfilter-2018-02-04-c7e938d6.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf jsonfilter-2018-02-04-c7e938d6; ) ' rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.linux_installed ( if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/linux.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/linux.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.built_50cae61f4248dfbfcc7008237db23696 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.built_50cae61f4248dfbfcc7008237db23696_check touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.built_50cae61f4248dfbfcc7008237db23696 rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kernel.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kernel mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kernel # nothing to do touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kernel.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kernel/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kernel_installed SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/jsonfilter-2018-02-04-c7e938d6/.pkgdir/jsonfilter/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/mtd/ipkg-mips_4kec/mtd into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/mtd_26_mips_4kec.ipk touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.jsonfilter_installed echo "jsonfilter" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/jsonfilter.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/jsonfilter' time: package/utils/jsonfilter/compile#0.42#0.08#0.58 echo "mtd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/mtd.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/mtd' time: package/system/mtd/compile#0.93#0.17#1.43 removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kernel_5.10.75-1-b28323d8fed09161e4d1e989a82e1106_mips_4kec.ipk' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ustream-ssl' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-base' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.prepared_f1eece7bc59c10548ce1d61cd79769a8_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/sl-5.02.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.prepared_f1eece7bc59c10548ce1d61cd79769a8_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.sl_installed (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls ; fi; ) touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02=sl-5.02 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" ; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02' mips-openwrt-linux-musl-gcc -O -Wall -o sl sl.c -lncurses cc1: note: someone does not honour COPTS correctly, passed 0 times mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.usign-2020-05-23-f1f65026.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "usign-2020-05-23-f1f65026.tar.xz" "3f6569a5e63fdfd032976ac0f79d736d3935101ac1b97fb370514b013c5e6bb6" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf usign-2020-05-23-f1f65026 && [ \! -d usign-2020-05-23-f1f65026 ] && git clone https://git.openwrt.org/project/usign.git usign-2020-05-23-f1f65026 && (cd usign-2020-05-23-f1f65026 && git checkout f1f65026a94137c91b5466b149ef3ea3f20091e9 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd usign-2020-05-23-f1f65026 && git log -1 --format='\''@%ct'\''` && rm -rf usign-2020-05-23-f1f65026/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c usign-2020-05-23-f1f65026 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/usign-2020-05-23-f1f65026.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/usign-2020-05-23-f1f65026.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf usign-2020-05-23-f1f65026; ) ' autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoheader --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal --force Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kernel into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kernel_5.10.76-1-b28323d8fed09161e4d1e989a82e1106_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-core_5.10.75-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.built NOTICE: module '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/i2c-core.ko' is built-in. rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/usign-2020-05-23-f1f65026/.pkgdir/usign/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl/usr/bin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/sl /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl/usr/bin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl.installed touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.usign_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/.pkgdir/sl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ustream-ssl-2020-12-10-68d09243.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ustream-ssl-2020-12-10-68d09243.tar.xz" "a620090dee08c0624d167c10e9e45d54aa2b953a1f356eff7325a8fe53c622e6" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf ustream-ssl-2020-12-10-68d09243 && [ \! -d ustream-ssl-2020-12-10-68d09243 ] && git clone https://git.openwrt.org/project/ustream-ssl.git ustream-ssl-2020-12-10-68d09243 && (cd ustream-ssl-2020-12-10-68d09243 && git checkout 68d09243b6fd4473004b27ff6483352e76e6af1a && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd ustream-ssl-2020-12-10-68d09243 && git log -1 --format='\''@%ct'\''` && rm -rf ustream-ssl-2020-12-10-68d09243/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c ustream-ssl-2020-12-10-68d09243 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ustream-ssl-2020-12-10-68d09243.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ustream-ssl-2020-12-10-68d09243.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf ustream-ssl-2020-12-10-68d09243; ) ' echo "usign" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/usign.default.install touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.sl_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/usign' time: package/system/usign/compile#0.30#0.07#0.51 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o handle.o handle.c removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha/sl_5.02-1_mips_4kec.ipk' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iwinfo' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-core/lib/modules/5.10.76/i2c-dev.ko: relocatable install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl/usr/bin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/sl /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl/usr/bin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.prepared_a2758d50fa0b40110cf1737fe640084f_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc htdocs root src; do if [ -d ./$d ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/$d; cp -fpR ./$d/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/$d/; fi; done true [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o hashtab.o hashtab.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.prepared_a2758d50fa0b40110cf1737fe640084f_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.luci-lib-base_installed export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.configured_811dc2f0ccfbe4b68a068320f8578dbe rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl/usr/bin/sl: executable mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20201210' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libustream-wolfssl.version || { echo '20201210' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libustream-wolfssl.version; } (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ustream-ssl-wolfssl/ustream-ssl-2020-12-10-68d09243/.pkgdir/libustream-wolfssl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libustream-wolfssl_installed install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.built_check /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base echo "libustream-wolfssl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ustream-ssl.wolfssl.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/ustream-ssl' time: package/libs/ustream-ssl/wolfssl/compile#0.23#0.04#0.39 if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/; else true; fi make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/net/cgi-io' if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/; else true; fi touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/.pkgdir/luci-lib-base/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-lib-base_installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o hierarchy.o hierarchy.c removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-lib-base_git-21.301.66258-0740023_all.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base=luci-lib-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/; else true; fi Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-core into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-core_5.10.76-1_mips_4kec.ipk find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-mux_5.10.75-1_mips_4kec.ipk' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sl-5.02/ipkg-mips_4kec/sl into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha/sl_5.02-1_mips_4kec.ipk mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl echo "sl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/sl.default.install SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libiwinfo-2021-07-11-a0a0e02d.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libiwinfo-2021-07-11-a0a0e02d.tar.xz" "7b4f745c2cace836e57bd116399973d9ac32cee7f98d4628a17395caa3d0cebc" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf libiwinfo-2021-07-11-a0a0e02d && [ \! -d libiwinfo-2021-07-11-a0a0e02d ] && git clone https://git.openwrt.org/project/iwinfo.git libiwinfo-2021-07-11-a0a0e02d && (cd libiwinfo-2021-07-11-a0a0e02d && git checkout a0a0e02dd91d14a50155390d5fd3b95d6ec87bf4 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd libiwinfo-2021-07-11-a0a0e02d && git log -1 --format='\''@%ct'\''` && rm -rf libiwinfo-2021-07-11-a0a0e02d/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c libiwinfo-2021-07-11-a0a0e02d | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libiwinfo-2021-07-11-a0a0e02d.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/libiwinfo-2021-07-11-a0a0e02d.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf libiwinfo-2021-07-11-a0a0e02d; ) ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/taiha/sl' time: package/feeds/taiha/sl/compile#0.99#0.14#2.61 rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-mux/lib/modules/5.10.76/i2c-mux.ko: relocatable export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/uhttpd' autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' : > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -DPIC -fpic -specs=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/hardened-ld-pie.specs -znow -zrelro -Wl,--gc-sections -flto=jobserver " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --disable-pam --enable-openpty --enable-syslog --disable-lastlog --disable-utmpx --disable-utmp --disable-wtmp --disable-wtmpx --disable-loginfunc --disable-pututline --disable-pututxline --disable-zlib --enable-bundled-libtom dropbear; fi; ) (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_luci_lib_base_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20210430' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libiwinfo.version || { echo '20210430' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libiwinfo.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libiwinfo-2021-07-11-a0a0e02d/.pkgdir/libiwinfo/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libiwinfo_installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.cgi-io-2021-09-08-98cef9dd.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "cgi-io-2021-09-08-98cef9dd.tar.xz" "dfbec859e261ef6851f76474739c19baaadc1e5cd3ae2d2b9d56a7782ac79963" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf cgi-io-2021-09-08-98cef9dd && [ \! -d cgi-io-2021-09-08-98cef9dd ] && git clone https://git.openwrt.org/project/cgi-io.git cgi-io-2021-09-08-98cef9dd && (cd cgi-io-2021-09-08-98cef9dd && git checkout 98cef9dda63623eff07bd574ad7c98ef282af18d && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd cgi-io-2021-09-08-98cef9dd && git log -1 --format='\''@%ct'\''` && rm -rf cgi-io-2021-09-08-98cef9dd/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c cgi-io-2021-09-08-98cef9dd | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/cgi-io-2021-09-08-98cef9dd.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/cgi-io-2021-09-08-98cef9dd.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf cgi-io-2021-09-08-98cef9dd; ) ' echo "libiwinfo" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iwinfo.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libiwinfo-2021-07-11-a0a0e02d/.pkgdir/libiwinfo-lua/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libiwinfo-lua_installed echo "libiwinfo-lua" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iwinfo.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libiwinfo-2021-07-11-a0a0e02d/.pkgdir/libiwinfo-data/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libiwinfo-data_installed echo "libiwinfo-data" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iwinfo.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iwinfo' time: package/network/utils/iwinfo/compile#0.24#0.05#0.41 Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-mux into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-mux_5.10.76-1_mips_4kec.ipk make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/net/curl' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-mux-pca954x_5.10.75-1_mips_4kec.ipk' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/cgi-io-2021-09-08-98cef9dd/.pkgdir/cgi-io/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibendport_record.o ibendport_record.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.cgi-io_installed echo "cgi-io" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/cgi-io.default.install Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-lib-base/ipkg-all/luci-lib-base into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-lib-base_git-21.301.66258-0740023_all.ipk make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/net/cgi-io' time: package/feeds/packages/cgi-io/compile#0.18#0.06#0.35 echo "luci-lib-base" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-lib-base.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/luci-lib-base' time: package/feeds/luci/luci-lib-base/compile#0.36#0.11#0.76 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/bluez' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/dnsmasq' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-mux-pca954x/lib/modules/5.10.76/i2c-mux-pca954x.ko: relocatable mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.uhttpd-2021-03-21-15346de8.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "uhttpd-2021-03-21-15346de8.tar.xz" "819424d071ed7c8888f9ca66f679907831becc59a67dd4a5ec521d5fba0a3171" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf uhttpd-2021-03-21-15346de8 && [ \! -d uhttpd-2021-03-21-15346de8 ] && git clone https://git.openwrt.org/project/uhttpd.git uhttpd-2021-03-21-15346de8 && (cd uhttpd-2021-03-21-15346de8 && git checkout 15346de8d3ba422002496526ee24c62a3601ab8c && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd uhttpd-2021-03-21-15346de8 && git log -1 --format='\''@%ct'\''` && rm -rf uhttpd-2021-03-21-15346de8/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c uhttpd-2021-03-21-15346de8 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uhttpd-2021-03-21-15346de8.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uhttpd-2021-03-21-15346de8.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf uhttpd-2021-03-21-15346de8; ) ' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibendports.o ibendports.c configure: WARNING: you should use --build, --host, --target configure: WARNING: unrecognized options: --disable-nls Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-i2c-mux-pca954x into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-i2c-mux-pca954x_5.10.76-1_mips_4kec.ipk mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uhttpd-2021-03-21-15346de8/.pkgdir/uhttpd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-reject_5.10.75-1_mips_4kec.ipk' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.uhttpd_installed configure: loading site script /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/site/mips mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl echo "uhttpd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uhttpd.default.install checking for mips-openwrt-linux-gcc... mips-openwrt-linux-musl-gcc SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.curl-7.79.1.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "curl-7.79.1.tar.xz" "0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689" "" "https://dl.uxnr.de/mirror/curl/" "https://curl.askapache.com/download/" "https://curl.se/download/" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uhttpd-2021-03-21-15346de8/.pkgdir/uhttpd-mod-ubus/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.uhttpd-mod-ubus_installed echo "uhttpd-mod-ubus" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uhttpd.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/uhttpd' time: package/network/services/uhttpd/compile#0.22#0.05#0.41 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibpkey_record.o ibpkey_record.c make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/odhcpd' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl checking whether the C compiler works... SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.bluez-5.60.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "bluez-5.60.tar.xz" "710999580d01ee59ec585e5e7c07fd94eddedc001aa26fe7464c546f9d945304" "" "@KERNEL/linux/bluetooth/" ' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-reject/lib/modules/5.10.76/nf_reject_ipv4.ko: relocatable autoreconf: configure.ac: tracing mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.dnsmasq-2.86.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "dnsmasq-2.86.tar.xz" "28d52cfc9e2004ac4f85274f52b32e1647b4dbc9761b82e7de1e41c49907eb08" "" "http://thekelleys.org.uk/dnsmasq" ' yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '4' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libcurl.version || { echo '4' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libcurl.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/curl-7.79.1/.pkgdir/libcurl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libcurl_installed o checking whether we are using the GNU C compiler... SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dnsmasq-nodhcpv6/dnsmasq-2.86/.pkgdir/dnsmasq/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibpkeys.o ibpkeys.c echo "libcurl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/curl.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/curl-7.79.1/.pkgdir/curl/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.dnsmasq_installed yes checking whether mips-openwrt-linux-musl-gcc accepts -g... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-reject into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-reject_5.10.76-1_mips_4kec.ipk touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.curl_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/bluez' echo "curl" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/curl.default.install echo "dnsmasq" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/dnsmasq.nodhcpv6.install time: package/feeds/packages/bluez/compile#0.22#0.06#0.40 make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/net/curl' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/dnsmasq' time: package/feeds/packages/curl/compile#0.25#0.10#0.45 time: package/network/services/dnsmasq/nodhcpv6/compile#0.24#0.05#0.40 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/config/netifd' removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-reject6_5.10.75-1_mips_4kec.ipk' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/bpftools' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ubox' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-reject6/lib/modules/5.10.76/nf_reject_ipv6.ko: relocatable yes checking for mips-openwrt-linux-musl-gcc option to accept ISO C89... none needed configure: Checking if compiler 'mips-openwrt-linux-musl-gcc' supports -Wno-pointer-sign mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o iface_record.o iface_record.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.odhcpd-2021-08-11-01b4e604.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "odhcpd-2021-08-11-01b4e604.tar.xz" "419bbc1dd159c25852da4abdcb9ffee8d72d12b8b998ff14e343d5f2455d8d2a" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf odhcpd-2021-08-11-01b4e604 && [ \! -d odhcpd-2021-08-11-01b4e604 ] && git clone https://git.openwrt.org/project/odhcpd.git odhcpd-2021-08-11-01b4e604 && (cd odhcpd-2021-08-11-01b4e604 && git checkout 01b4e6046f10e21809c3f380f2d33bf3fe59698d && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd odhcpd-2021-08-11-01b4e604 && git log -1 --format='\''@%ct'\''` && rm -rf odhcpd-2021-08-11-01b4e604/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c odhcpd-2021-08-11-01b4e604 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/odhcpd-2021-08-11-01b4e604.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/odhcpd-2021-08-11-01b4e604.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf odhcpd-2021-08-11-01b4e604; ) ' configure: Setting -Wno-pointer-sign configure: Checking if compiler 'mips-openwrt-linux-musl-gcc' supports -fno-strict-overflow configure: Setting -fno-strict-overflow configure: Checking for available hardened build flags: configure: Not setting -mfunction-return=thunk mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o interfaces.o interfaces.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/odhcpd-ipv6only/odhcpd-2021-08-11-01b4e604/.pkgdir/odhcpd-ipv6only/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' configure: Not setting -mindirect-branch=thunk checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.odhcpd-ipv6only_installed echo "odhcpd-ipv6only" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/odhcpd.ipv6only.install no make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/odhcpd' time: package/network/services/odhcpd/ipv6only/compile#0.26#0.04#0.41 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl checking build system type... SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.netifd-2021-10-30-8f82742c.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "netifd-2021-10-30-8f82742c.tar.xz" "5e519bb1aec9bb30782213f32f19f12e874c909e42826618dd4332ded816d2fe" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf netifd-2021-10-30-8f82742c && [ \! -d netifd-2021-10-30-8f82742c ] && git clone https://git.openwrt.org/project/netifd.git netifd-2021-10-30-8f82742c && (cd netifd-2021-10-30-8f82742c && git checkout 8f82742ca4f47f459284f3a07323d04da72ea5f6 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd netifd-2021-10-30-8f82742c && git log -1 --format='\''@%ct'\''` && rm -rf netifd-2021-10-30-8f82742c/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c netifd-2021-10-30-8f82742c | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/netifd-2021-10-30-8f82742c.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/netifd-2021-10-30-8f82742c.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf netifd-2021-10-30-8f82742c; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/uclient' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl x86_64-pc-linux-gnu checking host system type... SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.linux-5.11.16.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "linux-5.11.16.tar.xz" "21163681d130cbce5a6be39019e2c69e44f284855ddd70b1a3bd039249540f43" "" "@KERNEL/linux/kernel/v5.x" ' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-reject6 into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-reject6_5.10.76-1_mips_4kec.ipk SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.ubox-2021-08-03-205defb5.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "ubox-2021-08-03-205defb5.tar.xz" "22da1601424c13af8751424b4216f32910a26da49408b6f309158ed8cee93034" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf ubox-2021-08-03-205defb5 && [ \! -d ubox-2021-08-03-205defb5 ] && git clone https://git.openwrt.org/project/ubox.git ubox-2021-08-03-205defb5 && (cd ubox-2021-08-03-205defb5 && git checkout 205defb597295a4a8966db3e618cfe41a29bed99 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd ubox-2021-08-03-205defb5 && git log -1 --format='\''@%ct'\''` && rm -rf ubox-2021-08-03-205defb5/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c ubox-2021-08-03-205defb5 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ubox-2021-08-03-205defb5.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/ubox-2021-08-03-205defb5.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf ubox-2021-08-03-205defb5; ) ' mips-openwrt-linux-gnu checking for mips-openwrt-linux-ar... mips-openwrt-linux-musl-gcc-ar checking for mips-openwrt-linux-ranlib... mips-openwrt-linux-musl-gcc-ranlib checking for mips-openwrt-linux-strip... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-ipt_5.10.75-1_mips_4kec.ipk' mips-openwrt-linux-musl-strip checking for mips-openwrt-linux-install... no checking for install... install + curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.cdn.openwrt.org/netifd-2021-10-30-8f82742c.tar.xz configure: WARNING: using cross tools not prefixed with host triplet checking how to run the C preprocessor... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0mips-openwrt-linux-musl-gcc -E mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_cil.o kernel_to_cil.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-ipt/lib/modules/5.10.76/ip_tables.ko: relocatable SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubox-2021-08-03-205defb5/.pkgdir/ubox/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-ipt/lib/modules/5.10.76/x_tables.ko: relocatable checking for grep that handles long lines and -e... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ubox_installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep checking for egrep... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep -E checking for ANSI C header files... autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize --install --force echo "ubox" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubox.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubox-2021-08-03-205defb5/.pkgdir/getrandom/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.getrandom_installed echo "getrandom" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubox.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/ubox-2021-08-03-205defb5/.pkgdir/logd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.logd_installed echo "logd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/ubox.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/ubox' time: package/system/ubox/compile#0.22#0.06#0.38 yes checking for sys/types.h... make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/rpcd' yes checking for sys/stat.h... yes checking for stdlib.h... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl OpenWrt-libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. OpenWrt-libtoolize: linking file `./config.guess' yes SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.uclient-2021-05-14-6a6011df.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "uclient-2021-05-14-6a6011df.tar.xz" "7c443cac02a734dd312c65618f4de17248d188317f30a9fac192c1503b3d5c05" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf uclient-2021-05-14-6a6011df && [ \! -d uclient-2021-05-14-6a6011df ] && git clone https://git.openwrt.org/project/uclient.git uclient-2021-05-14-6a6011df && (cd uclient-2021-05-14-6a6011df && git checkout 6a6011df3429ffa5958d12b1327eeda4fd9daa47 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd uclient-2021-05-14-6a6011df && git log -1 --format='\''@%ct'\''` && rm -rf uclient-2021-05-14-6a6011df/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c uclient-2021-05-14-6a6011df | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uclient-2021-05-14-6a6011df.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/uclient-2021-05-14-6a6011df.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf uclient-2021-05-14-6a6011df; ) ' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-ipt into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-ipt_5.10.76-1_mips_4kec.ipk checking for string.h... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-ipt6_5.10.75-1_mips_4kec.ipk' yes OpenWrt-libtoolize: linking file `./config.sub' checking for memory.h... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-ipt6/lib/modules/5.10.76/ip6_tables.ko: relocatable yes mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '20201210' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libuclient.version || { echo '20201210' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libuclient.version; } checking for strings.h... OpenWrt-libtoolize: linking file `./install-sh' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uclient-2021-05-14-6a6011df/.pkgdir/libuclient/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libuclient_installed 100 96956 100 96956 0 0 292k 0 --:--:-- --:--:-- --:--:-- 292k echo "libuclient" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uclient.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/uclient-2021-05-14-6a6011df/.pkgdir/uclient-fetch/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' yes OpenWrt-libtoolize: linking file `./ltmain.sh' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.uclient-fetch_installed touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.prepared_79e184019017aeae248812a7708ef0a5_6664517399ebbbc92a37c5bb081b5c53_check echo "uclient-fetch" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uclient.default.install . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/netifd-2021-10-30-8f82742c.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.. -xf - checking for inttypes.h... make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/uclient' time: package/libs/uclient/compile#0.21#0.06#0.39 [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/urandom-seed' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.prepared_79e184019017aeae248812a7708ef0a5_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.netifd_installed yes mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c checking for stdint.h... (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c; CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c=netifd-2021-10-30-8f82742c -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -flto " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c=netifd-2021-10-30-8f82742c -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -flto " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto -fuse-linker-plugin " cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1 -DCMAKE_SYSTEM_PROCESSOR=mips -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_C_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-g++" -DCMAKE_ASM_COMPILER_LAUNCHER="" -DCMAKE_ASM_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc" -DCMAKE_EXE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto -fuse-linker-plugin" -DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto -fuse-linker-plugin -Wl,-Bsymbolic-functions" -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -flto -fuse-linker-plugin -Wl,-Bsymbolic-functions" -DCMAKE_AR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-ar" -DCMAKE_NM="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-nm" -DCMAKE_RANLIB="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-ranlib" -DCMAKE_FIND_ROOT_PATH="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr;/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=BOTH -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_STRIP=: -DCMAKE_INSTALL_PREFIX=/usr -DDL_LIBRARY=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl -DCMAKE_PREFIX_PATH=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl -DCMAKE_SKIP_RPATH=TRUE -DCMAKE_EXPORT_PACKAGE_REGISTRY=FALSE -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=TRUE -DCMAKE_GENERATOR="Ninja" -DLIBNL_LIBS=-lnl-tiny -DDEBUG=1 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c ) mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.rpcd-2021-07-13-1fa35765.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "rpcd-2021-07-13-1fa35765.tar.xz" "be116e2616b3ae1b5fb9c4c338d6908f8cc9e5de239a2c83aa21b7a69b5c1c93" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf rpcd-2021-07-13-1fa35765 && [ \! -d rpcd-2021-07-13-1fa35765 ] && git clone https://git.openwrt.org/project/rpcd.git rpcd-2021-07-13-1fa35765 && (cd rpcd-2021-07-13-1fa35765 && git checkout 1fa35765ddf64976aa48950cac53d501fb71dda0 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd rpcd-2021-07-13-1fa35765 && git log -1 --format='\''@%ct'\''` && rm -rf rpcd-2021-07-13-1fa35765/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c rpcd-2021-07-13-1fa35765 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/rpcd-2021-07-13-1fa35765.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/rpcd-2021-07-13-1fa35765.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf rpcd-2021-07-13-1fa35765; ) ' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. yes checking for unistd.h... yes Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-ipt6 into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-ipt6_5.10.76-1_mips_4kec.ipk checking whether __UCLIBC__ is declared... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-core_5.10.75-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/rpcd-2021-07-13-1fa35765/.pkgdir/rpcd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' -- The C compiler identification is GNU 11.2.0 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.rpcd_installed no checking for crypt... echo "rpcd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/rpcd.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp -- Detecting C compiler ABI info SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/rpcd-2021-07-13-1fa35765/.pkgdir/rpcd-mod-file/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.rpcd-mod-file_installed echo "rpcd-mod-file" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/rpcd.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/rpcd-2021-07-13-1fa35765/.pkgdir/rpcd-mod-iwinfo/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.rpcd-mod-iwinfo_installed echo "rpcd-mod-iwinfo" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/rpcd.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/rpcd' time: package/system/rpcd/compile#0.23#0.06#0.42 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/opkg' yes checking for crypt in -lcrypt... -- Detecting C compiler ABI info - done -- Check for working C compiler: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_IMPLICIT_FALLTHROUGH yes configure: Disabling zlib configure: Disabling PAM configure: Using openpty if available checking for library containing openpty... OpenWrt-libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and OpenWrt-libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. OpenWrt-libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/urandom-seed/.pkgdir/urandom-seed/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.urandom-seed_installed echo "urandom-seed" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/urandom-seed.default.install none required make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/urandom-seed' configure: Enabling syslog time: package/system/urandom-seed/compile#0.19#0.04#0.37 checking shadow.h usability... make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/rpcd-mod-luci' -- Performing Test HAS_IMPLICIT_FALLTHROUGH - Success -- Configuring done -- Generating done yes checking shadow.h presence... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/nf_log_common.ko: relocatable CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER_LAUNCHER CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS_RELEASE CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_EXPORT_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY CMAKE_FIND_ROOT_PATH_MODE_LIBRARY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS DL_LIBRARY -- Build files have been written to: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.configured_68b329da9893e34099c7d8ad5cb9c940 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.built rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_mark.ko: relocatable yes checking for shadow.h... yes touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.built_check configure: Using shadow passwords if available MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c configure: Disabling fuzzing checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_comment.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/iptable_filter.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_tcpudp.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_TCPMSS.ko: relocatable yes rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_time.ko: relocatable checking netinet/in.h usability... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/nf_log_ipv4.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_mac.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_limit.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/ipt_REJECT.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_multiport.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/xt_LOG.ko: relocatable yes checking netinet/in.h presence... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core/lib/modules/5.10.76/iptable_mangle.ko: relocatable yes checking for netinet/in.h... yes checking netinet/tcp.h usability... [1/26] Building C object CMakeFiles/netifd.dir/main.c.o yes checking netinet/tcp.h presence... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '0' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libbpf.version || { echo '0' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libbpf.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/bpftools-lib/bpftools-5.11.16/.pkgdir/libbpf/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' yes checking for netinet/tcp.h... yes touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libbpf_installed checking crypt.h usability... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.opkg-2021-06-13-1bf042dd.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "opkg-2021-06-13-1bf042dd.tar.xz" "aeda4e0f11805bf95fc7be6d38391ce579acd965c8ba6a490b3e8669815b7264" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf opkg-2021-06-13-1bf042dd && [ \! -d opkg-2021-06-13-1bf042dd ] && git clone https://git.openwrt.org/project/opkg-lede.git opkg-2021-06-13-1bf042dd && (cd opkg-2021-06-13-1bf042dd && git checkout 1bf042dd06751b693a8544d2317e5b969d666b69 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd opkg-2021-06-13-1bf042dd && git log -1 --format='\''@%ct'\''` && rm -rf opkg-2021-06-13-1bf042dd/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c opkg-2021-06-13-1bf042dd | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/opkg-2021-06-13-1bf042dd.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/opkg-2021-06-13-1bf042dd.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf opkg-2021-06-13-1bf042dd; ) ' echo "libbpf" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/bpftools.lib.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/bpftools' time: package/network/utils/bpftools/lib/compile#0.89#0.39#1.24 yes checking crypt.h presence... make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/rpcd-mod-rrdns' [2/26] Building C object CMakeFiles/netifd.dir/utils.c.o yes checking for crypt.h... yes checking pty.h usability... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.prepared_6fbf311af910c4dab64b3eba8219f29e_6664517399ebbbc92a37c5bb081b5c53_check mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/opkg-2021-06-13-1bf042dd.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.. -xf - SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/rpcd-mod-luci-20210614/.pkgdir/rpcd-mod-luci/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.rpcd-mod-luci_installed [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd yes checking pty.h presence... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-core into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-core_5.10.76-1_mips_4kec.ipk touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.prepared_6fbf311af910c4dab64b3eba8219f29e_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.configured_* echo "rpcd-mod-luci" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/rpcd-mod-luci.default.install rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.opkg_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/rpcd-mod-luci' time: package/feeds/luci/rpcd-mod-luci/compile#0.16#0.05#0.31 [3/26] Building C object CMakeFiles/netifd.dir/system.c.o removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-conntrack_5.10.75-1_mips_4kec.ipk' yes checking for pty.h... yes mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd checking libutil.h usability... (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd; CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd=opkg-2021-06-13-1bf042dd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -ffunction-sections -fdata-sections -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include" CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd=opkg-2021-06-13-1bf042dd -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -ffunction-sections -fdata-sections -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include" LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1 -DCMAKE_SYSTEM_PROCESSOR=mips -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_C_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-g++" -DCMAKE_ASM_COMPILER_LAUNCHER="" -DCMAKE_ASM_COMPILER="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc" -DCMAKE_EXE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro" -DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,-Bsymbolic-functions" -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,-Bsymbolic-functions" -DCMAKE_AR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-ar" -DCMAKE_NM="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-nm" -DCMAKE_RANLIB="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc-ranlib" -DCMAKE_FIND_ROOT_PATH="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr;/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=BOTH -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_STRIP=: -DCMAKE_INSTALL_PREFIX=/usr -DDL_LIBRARY=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl -DCMAKE_PREFIX_PATH=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl -DCMAKE_SKIP_RPATH=TRUE -DCMAKE_EXPORT_PACKAGE_REGISTRY=FALSE -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=TRUE -DCMAKE_GENERATOR="Ninja" -DBUILD_TESTS=OFF -DHOST_CPU=mips_4kec -DPATH_SPEC="/usr/sbin:/usr/bin:/sbin:/bin" -DVERSION="1bf042dd06751b693a8544d2317e5b969d666b69 (2021-06-13)" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_common.o kernel_to_common.c no checking libutil.h presence... [4/26] Building C object CMakeFiles/netifd.dir/tunnel.c.o no checking for libutil.h... no -- The C compiler identification is GNU 11.2.0 checking libgen.h usability... -- Detecting C compiler ABI info [5/26] Building C object CMakeFiles/netifd.dir/handler.c.o yes checking libgen.h presence... yes checking for libgen.h... yes checking for inttypes.h... (cached) yes rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-conntrack/lib/modules/5.10.76/nf_defrag_ipv4.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-conntrack/lib/modules/5.10.76/nf_defrag_ipv6.ko: relocatable -- Detecting C compiler ABI info - done checking stropts.h usability... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-conntrack/lib/modules/5.10.76/nf_conntrack.ko: relocatable -- Check for working C compiler: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/bin/mips-openwrt-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Deprecation Warning at libbb/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at libopkg/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at src/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Looking for pthread_create in pthread yes checking stropts.h presence... yes checking for stropts.h... yes checking utmp.h usability... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/rpcd-mod-rrdns-20170710/.pkgdir/rpcd-mod-rrdns/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.rpcd-mod-rrdns_installed -- Looking for pthread_create in pthread - found -- Configuring done yes echo "rpcd-mod-rrdns" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/rpcd-mod-rrdns.default.install checking utmp.h presence... make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/libs/rpcd-mod-rrdns' time: package/feeds/luci/rpcd-mod-rrdns/compile#0.16#0.06#0.33 -- Generating done yes checking for utmp.h... yes CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER_LAUNCHER CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS_RELEASE CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_EXPORT_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS DL_LIBRARY -- Build files have been written to: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.configured_1abc92b0cccc72dc88c98993cc0dd6a5 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.built_check MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base' checking utmpx.h usability... ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd' [6/26] Building C object CMakeFiles/netifd.dir/interface.c.o yes checking utmpx.h presence... yes checking for utmpx.h... yes mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_conf.o kernel_to_conf.c checking lastlog.h usability... [1/56] Building C object libbb/CMakeFiles/bb.dir/all_read.c.o [7/26] Building C object CMakeFiles/netifd.dir/interface-ip.c.o Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-conntrack into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-conntrack_5.10.76-1_mips_4kec.ipk [8/26] Building C object CMakeFiles/netifd.dir/interface-event.c.o yes checking lastlog.h presence... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-conntrack6_5.10.75-1_mips_4kec.ipk' yes checking for lastlog.h... yes checking paths.h usability... [2/56] Building C object libbb/CMakeFiles/bb.dir/concat_path_file.c.o yes checking paths.h presence... yes checking for paths.h... yes [9/26] Building C object CMakeFiles/netifd.dir/iprule.c.o checking util.h usability... no checking util.h presence... [10/26] Building C object CMakeFiles/netifd.dir/proto.c.o no checking for util.h... no checking netdb.h usability... [11/26] Building C object CMakeFiles/netifd.dir/proto-static.c.o yes checking netdb.h presence... [3/56] Building C object libbb/CMakeFiles/bb.dir/copy_file.c.o yes checking for netdb.h... yes checking security/pam_appl.h usability... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-conntrack6 into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-conntrack6_5.10.76-1_mips_4kec.ipk [4/56] Building C object libbb/CMakeFiles/bb.dir/copy_file_chunk.c.o no checking security/pam_appl.h presence... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-nat_5.10.75-1_mips_4kec.ipk' no checking for security/pam_appl.h... no checking pam/pam_appl.h usability... [12/26] Building C object CMakeFiles/netifd.dir/proto-shell.c.o [13/26] Building C object CMakeFiles/netifd.dir/config.c.o no checking pam/pam_appl.h presence... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-nat/lib/modules/5.10.76/nf_nat.ko: relocatable no checking for pam/pam_appl.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... [5/56] Building C object libbb/CMakeFiles/bb.dir/gzip.c.o yes checking for netinet/in_systm.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes [14/26] Building C object CMakeFiles/netifd.dir/device.c.o checking linux/pkt_sched.h usability... [15/26] Building C object CMakeFiles/netifd.dir/bridge.c.o [6/56] Building C object libbb/CMakeFiles/bb.dir/gz_open.c.o Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-nf-nat into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-nf-nat_5.10.76-1_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-conntrack_5.10.75-1_mips_4kec.ipk' yes checking linux/pkt_sched.h presence... [7/56] Building C object libbb/CMakeFiles/bb.dir/last_char_is.c.o yes checking for linux/pkt_sched.h... yes checking sys/random.h usability... [16/26] Building C object CMakeFiles/netifd.dir/veth.c.o [17/26] Building C object CMakeFiles/netifd.dir/vlan.c.o yes checking sys/random.h presence... yes checking for sys/random.h... yes [8/56] Building C object libbb/CMakeFiles/bb.dir/make_directory.c.o checking for an ANSI C-conforming const... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-conntrack/lib/modules/5.10.76/xt_state.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-conntrack/lib/modules/5.10.76/xt_conntrack.ko: relocatable yes checking for uid_t in sys/types.h... [18/26] Building C object CMakeFiles/netifd.dir/alias.c.o yes checking for mode_t... [9/56] Building C object libbb/CMakeFiles/bb.dir/mode_string.c.o [19/26] Building C object CMakeFiles/netifd.dir/macvlan.c.o [10/56] Building C object libbb/CMakeFiles/bb.dir/parse_mode.c.o yes checking for pid_t... [11/56] Building C object libbb/CMakeFiles/bb.dir/safe_strncpy.c.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.prepared_75abd1bea86c7334c7d059a7dc533b6c_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc htdocs root src; do if [ -d ./$d ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/$d; cp -fpR ./$d/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/$d/; fi; done Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-conntrack into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-conntrack_5.10.76-1_mips_4kec.ipk yes checking for size_t... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-nat_5.10.75-1_mips_4kec.ipk' [20/26] Building C object CMakeFiles/netifd.dir/vlandev.c.o [12/56] Building C object libbb/CMakeFiles/bb.dir/time_string.c.o [21/26] Building C object CMakeFiles/netifd.dir/ubus.c.o true [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.prepared_75abd1bea86c7334c7d059a7dc533b6c_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.luci-base_installed touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.configured_811dc2f0ccfbe4b68a068320f8578dbe yes checking whether time.h and sys/time.h may both be included... rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -j1 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" clean compile; yes checking for uint8_t... make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' rm -f contrib/lemon po2lmo parser.so version.lua plural_formula.c plural_formula.h *.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -DPIC -fpic -DNDEBUG -c -o template_parser.o template_parser.c rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-nat/lib/modules/5.10.76/xt_nat.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-nat/lib/modules/5.10.76/xt_MASQUERADE.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-nat/lib/modules/5.10.76/xt_REDIRECT.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-nat/lib/modules/5.10.76/iptable_nat.ko: relocatable yes checking for u_int8_t... [22/26] Building C object CMakeFiles/netifd.dir/extdev.c.o yes checking for uint16_t... mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o link.o link.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -DPIC -fpic -DNDEBUG -c -o template_utils.o template_utils.c [23/26] Building C object CMakeFiles/netifd.dir/wireless.c.o [13/56] Building C object libbb/CMakeFiles/bb.dir/unarchive.c.o Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ipt-nat into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ipt-nat_5.10.76-1_mips_4kec.ipk yes checking for u_int16_t... [24/26] Building C object CMakeFiles/netifd.dir/bonding.c.o removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ip6tables_5.10.75-1_mips_4kec.ipk' yes checking for uint32_t... cc -o contrib/lemon contrib/lemon.c rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ip6tables/lib/modules/5.10.76/nf_log_ipv6.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ip6tables/lib/modules/5.10.76/ip6t_REJECT.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ip6tables/lib/modules/5.10.76/ip6table_filter.ko: relocatable rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ip6tables/lib/modules/5.10.76/ip6table_mangle.ko: relocatable yes checking for u_int32_t... yes checking for struct sockaddr_storage... no checking for socklen_t... yes checking for struct sockaddr_storage... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/ipkg-mips_4kec/kmod-ip6tables into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/kmod-ip6tables_5.10.76-1_mips_4kec.ipk echo "kernel" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install yes checking for struct sockaddr_in6... rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/i2c-core.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/i2c-dev.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core/etc/modules.d; ( echo "i2c-core"; echo "i2c-dev"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core/etc/modules.d/51-i2c-core; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core.installed NOTICE: module '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/i2c-core.ko' is built-in. rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/i2c-mux.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux/etc/modules.d; ( echo "i2c-mux"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux/etc/modules.d/51-i2c-mux; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux.installed yes checking for struct in6_addr... rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/drivers/i2c/muxes/i2c-mux-pca954x.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x/etc/modules.d; ( echo "i2c-mux-pca954x"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x/etc/modules.d/51-i2c-mux-pca954x; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x.installed [14/56] Building C object libbb/CMakeFiles/bb.dir/unzip.c.o yes checking for struct addrinfo... rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/nf_reject_ipv4.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject/etc/modules.d; ( echo "nf_reject_ipv4"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject/etc/modules.d/nf-reject; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6 for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/nf_reject_ipv6.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6/etc/modules.d; ( echo "nf_reject_ipv6"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6/etc/modules.d/nf-reject6; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6.installed yes checking for gai_strerror... [25/26] Building C object CMakeFiles/netifd.dir/system-linux.c.o [15/56] Building C object libbb/CMakeFiles/bb.dir/wfopen.c.o rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/ip_tables.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/x_tables.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt/etc/modules.d; ( echo "ip_tables"; echo "x_tables"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt/etc/modules.d/nf-ipt; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6 for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/ip6_tables.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6/etc/modules.d; ( echo "ip6_tables"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6/etc/modules.d/nf-ipt6; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_tcpudp.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/iptable_filter.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/iptable_mangle.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_limit.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_mac.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_multiport.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_comment.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_LOG.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/nf_log_common.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/nf_log_ipv4.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_TCPMSS.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/ipt_REJECT.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_time.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_mark.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core/etc/modules.d; ( echo "ipt_REJECT"; echo "iptable_filter"; echo "iptable_mangle"; echo "nf_log_common"; echo "nf_log_ipv4"; echo "xt_LOG"; echo "xt_TCPMSS"; echo "xt_comment"; echo "xt_limit"; echo "xt_mac"; echo "xt_mark"; echo "xt_multiport"; echo "xt_tcpudp"; echo "xt_time"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core/etc/modules.d/ipt-core; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core.installed [16/56] Building C object libbb/CMakeFiles/bb.dir/xreadlink.c.o yes [17/56] Building C object libbb/CMakeFiles/bb.dir/xfuncs.c.o checking for struct utmp.ut_host... yes checking for struct utmp.ut_pid... [18/56] Linking C static library libbb/libbb.a yes checking for struct utmp.ut_type... ./contrib/lemon -q plural_formula.y rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/nf_conntrack.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/nf_defrag_ipv4.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/nf_defrag_ipv6.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/etc/modules.d; ( echo "nf_conntrack"; echo "nf_defrag_ipv4"; echo "nf_defrag_ipv6"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/etc/modules.d/nf-conntrack; install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/etc/sysctl.d install -m0644 ./files/sysctl-nf-conntrack.conf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/etc/sysctl.d/11-nf-conntrack.conf touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack.installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -DPIC -fpic -DNDEBUG -c -o template_lmo.o template_lmo.c yes checking for struct utmp.ut_tv... [19/56] Building C object libopkg/CMakeFiles/opkg.dir/active_list.c.o [20/56] Building C object libopkg/CMakeFiles/opkg.dir/conffile.c.o [21/56] Building C object libopkg/CMakeFiles/opkg.dir/conffile_list.c.o rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6 for mod in ; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/nf_nat.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat/etc/modules.d; ( echo "nf_nat"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat/etc/modules.d/nf-nat; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat.installed yes checking for struct utmp.ut_id... rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_state.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_conntrack.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack/etc/modules.d; ( echo "xt_conntrack"; echo "xt_state"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack/etc/modules.d/ipt-conntrack; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_nat.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv4/netfilter/iptable_nat.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_MASQUERADE.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/netfilter/xt_REDIRECT.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat/etc/modules.d; ( echo "iptable_nat"; echo "xt_MASQUERADE"; echo "xt_REDIRECT"; echo "xt_nat"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat/etc/modules.d/ipt-nat; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat.installed yes checking for struct utmp.ut_addr... yes checking for struct utmp.ut_addr_v6... rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables for mod in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/ip6table_filter.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/ip6table_mangle.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/nf_log_ipv6.ko /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/net/ipv6/netfilter/ip6t_REJECT.ko; do if grep -q "${mod##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/}" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/modules.builtin"; then echo "NOTICE: module '$mod' is built-in."; elif [ -e $mod ]; then mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables/lib/modules/5.10.76 ; cp -fpR -L $mod /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables/lib/modules/5.10.76/ ; else echo "ERROR: module '$mod' is missing." >&2; exit 1; fi; done; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables/etc/modules.d; ( echo "ip6t_REJECT"; echo "ip6table_filter"; echo "ip6table_mangle"; echo "nf_log_ipv6"; ) > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables/etc/modules.d/42-ip6tables; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables.installed yes checking for struct utmp.ut_exit... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-core/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-i2c-core_installed echo "kmod-i2c-core" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-i2c-mux_installed [22/56] Building C object libopkg/CMakeFiles/opkg.dir/hash_table.c.o echo "kmod-i2c-mux" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-i2c-mux-pca954x/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-i2c-mux-pca954x_installed yes checking for struct utmp.ut_time... echo "kmod-i2c-mux-pca954x" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-reject_installed echo "kmod-nf-reject" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-reject6/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-reject6_installed yes echo "kmod-nf-reject6" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install checking for struct utmpx.ut_host... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-ipt_installed echo "kmod-nf-ipt" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install [23/56] Building C object libopkg/CMakeFiles/opkg.dir/nv_pair.c.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -DPIC -fpic -DNDEBUG -c -o template_lualib.o template_lualib.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-ipt6/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-ipt6_installed yes checking for struct utmpx.ut_syslen... echo "kmod-nf-ipt6" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install [24/56] Building C object libopkg/CMakeFiles/opkg.dir/file_util.c.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-core/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-ipt-core_installed echo "kmod-ipt-core" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-conntrack_installed echo "kmod-nf-conntrack" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-conntrack6/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-conntrack6_installed echo "kmod-nf-conntrack6" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-nf-nat/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-nf-nat_installed no [25/56] Building C object libopkg/CMakeFiles/opkg.dir/nv_pair_list.c.o checking for struct utmpx.ut_type... echo "kmod-nf-nat" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-conntrack/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-ipt-conntrack_installed echo "kmod-ipt-conntrack" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ipt-nat/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-ipt-nat_installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -DPIC -fpic -DNDEBUG -c -o plural_formula.o plural_formula.c yes checking for struct utmpx.ut_id... echo "kmod-ipt-nat" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/packages/.pkgdir/kmod-ip6tables/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.kmod-ip6tables_installed echo "kmod-ip6tables" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/linux.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/kernel/linux' time: package/kernel/linux/compile#4.77#0.71#8.20 yes checking for struct utmpx.ut_addr... mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -shared -o parser.so template_parser.o template_utils.o template_lmo.o template_lualib.o plural_formula.o ./mkversion.sh version.lua git-21.301.66258-0740023 "LuCI Master" make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install" install; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template cp parser.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template/parser.so cp version.lua /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/version.lua make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base no mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base checking for struct utmpx.ut_addr_v6... if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o mls.o mls.c yes checking for struct utmpx.ut_time... if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi no checking for struct utmpx.ut_tv... if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/; else true; fi yes [26/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg.c.o checking for struct sockaddr_storage.ss_family... if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/; else true; fi make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template cp parser.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template/parser.so cp version.lua /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/version.lua make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp yes SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-base/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' checking for endutent... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-base_installed removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-base_git-21.301.66258-0740023_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/luasrc ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/usr/lib/lua/luci; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/luasrc/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/usr/lib/lua/luci/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/usr/lib/lua/luci/ -type f -name '*.luadoc' | xargs -r rm; true; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/usr/lib/lua/luci/ -type f -name '*.htm' | while read src; do /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's/<%# *\([^ ]*\)PKG_VERSION *%>/\1git-21.301.66258-0740023/g' -e 's/"\(<%= *\(media\|resource\) *%>[^"]*\.\(js\|css\)\)"/"\1?v=git-21.301.66258-0740023"/g' "$src"; done; else true; fi yes if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/htdocs ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/www; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/htdocs/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/www/; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/www/ -type f -name '*.js' | while read src; do if jsmin < "$src" > "$src.o"; then mv "$src.o" "$src"; fi; done; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/www/ -type f -name '*.css' | while read src; do if csstidy "$src" --template=highest --remove_last_semicolon=true "$src.o"; then mv "$src.o" "$src"; fi; done; else true; fi checking for getutent... yes checking for getutid... if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/root ]; then install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/; cp -pR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/root/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/; else true; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src ]; then CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " FPIC="-DPIC -fpic" LUCI_VERSION="git-21.301.66258-0740023" LUCI_GITBRANCH="LuCI Master" make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src/ AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base=luci-base -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install" install; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/; else true; fi make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template cp parser.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/template/parser.so cp version.lua /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-install/usr/lib/lua/luci/version.lua make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/src' find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o module.o module.c yes checking for getutline... yes checking for pututline... [27/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_conf.c.o [28/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_cmd.c.o yes [29/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_configure.c.o checking for setutent... yes checking for utmpname... [30/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_download.c.o yes checking for endutxent... yes [31/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_message.c.o checking for getutxent... mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o module_to_cil.o module_to_cil.c export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base yes checking for getutxid... yes checking for getutxline... [32/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_remove.c.o yes checking for pututxline... yes [33/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_upgrade.c.o checking for setutxent... [34/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_utils.c.o yes [35/56] Building C object libopkg/CMakeFiles/opkg.dir/opkg_install.c.o checking for utmpxname... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/usr/lib/lua/luci/template/parser.so: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_luci_base_conffiles" > conffiles; echo "$V_Package_luci_base_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) yes install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci checking for logout... autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal --force [36/56] Building C object libopkg/CMakeFiles/opkg.dir/parse_util.c.o no checking for updwtmp... [37/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_alternatives.c.o yes checking for logwtmp... Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-mips_4kec/luci-base into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-base_git-21.301.66258-0740023_mips_4kec.ipk no checking for clock_gettime... removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-i18n-base-ja_git-21.301.66258-0740023_all.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/etc/uci-defaults echo "uci set luci.languages.ja='日本語 (Japanese)'; uci commit luci" > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/etc/uci-defaults/luci-i18n-base-ja install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/usr/lib/lua/luci/i18n po2lmo /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base/po/ja/base.po /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/usr/lib/lua/luci/i18n/base.ja.lmo; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf yes checking mach/mach_time.h usability... export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja no checking mach/mach_time.h presence... (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_luci_i18n_base_ja_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci no checking for mach/mach_time.h... no checking for mach_absolute_time... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci no checking for explicit_bzero... yes Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/ipkg-all/luci-i18n-base-ja into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/luci-i18n-base-ja_git-21.303.61742-b5270be_all.ipk checking for memset_s... echo "luci-base" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-base.default.install rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja/etc/uci-defaults echo "uci set luci.languages.ja='日本語 (Japanese)'; uci commit luci" > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja/etc/uci-defaults/luci-i18n-base-ja install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja/usr/lib/lua/luci/i18n po2lmo /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base/po/ja/base.po /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja/usr/lib/lua/luci/i18n/base.ja.lmo; touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-base/.pkgdir/luci-i18n-base-ja/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' [38/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_depends.c.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-i18n-base-ja_installed no echo "luci-i18n-base-ja" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-base.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-base' time: package/feeds/luci/luci-base/compile#2.62#0.77#4.30 checking for getrandom... make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fstools' [39/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg.c.o [40/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_dest.c.o autoreconf: configure.ac: not using Autoheader autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/automake --add-missing --force-missing yes configure: Forcing bundled libtom* [41/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_dest_list.c.o configure: Not using login() etc checking if your system defines LASTLOG_FILE... [42/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_extract.c.o no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o node_record.o node_record.c yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... no checking if your system defines WTMPX_FILE... no checking whether mips-openwrt-linux-musl-gcc needs -traditional... no checking for working memcmp... (cached) yes checking sys/select.h usability... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.fstools-2021-08-25-e1b68111.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "fstools-2021-08-25-e1b68111.tar.xz" "c3b711047324b5eb149164b9d82f3ffb155ed579c9b00d7054a35b572201c2b6" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf fstools-2021-08-25-e1b68111 && [ \! -d fstools-2021-08-25-e1b68111 ] && git clone https://git.openwrt.org/project/fstools.git fstools-2021-08-25-e1b68111 && (cd fstools-2021-08-25-e1b68111 && git checkout e1b68111e1661c92a773cc5131b55f98d943888f && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd fstools-2021-08-25-e1b68111 && git log -1 --format='\''@%ct'\''` && rm -rf fstools-2021-08-25-e1b68111/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c fstools-2021-08-25-e1b68111 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fstools-2021-08-25-e1b68111.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/fstools-2021-08-25-e1b68111.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf fstools-2021-08-25-e1b68111; ) ' yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... [43/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_parse.c.o yes checking for sys/socket.h... yes checking types of arguments for select... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/fstools-2021-08-25-e1b68111/.pkgdir/fstools/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' int,fd_set *,struct timeval * touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.fstools_installed [44/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_src.c.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o nodes.o nodes.c checking for getpass... echo "fstools" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/fstools.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/fstools' time: package/system/fstools/compile#0.26#0.07#0.48 [45/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_hash.c.o make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iptables' [46/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_src_list.c.o yes checking for getspnam... [47/56] Building C object libopkg/CMakeFiles/opkg.dir/sprintf_alloc.c.o yes checking for getusershell... [48/56] Building C object libopkg/CMakeFiles/opkg.dir/pkg_vec.c.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o optimize.o optimize.c [49/56] Building C object libopkg/CMakeFiles/opkg.dir/str_list.c.o yes checking for putenv... [50/56] Building C object libopkg/CMakeFiles/opkg.dir/xregex.c.o [51/56] Building C object libopkg/CMakeFiles/opkg.dir/void_list.c.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.iptables-1.8.7.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "iptables-1.8.7.tar.bz2" "c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0" "" "https://netfilter.org/projects/iptables/files" ' yes checking for clearenv... [52/56] Building C object libopkg/CMakeFiles/opkg.dir/xsystem.c.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.prepared_9b65215d2163c4bee6a943f065913e00_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; bzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/iptables-1.8.7.tar.bz2 | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.. -xf - mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o polcaps.o polcaps.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb.o policydb.c yes checking for strlcpy... autoreconf: Leaving directory `.' (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY " LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --disable-debug --disable-static-shell --enable-shared --enable-static --enable-threadsafe --disable-dynamic-extensions --disable-fts3 --disable-fts4 --disable-fts5 --disable-json1 --disable-rtree --disable-session --disable-editline --disable-readline ; fi; ) [53/56] Building C object src/CMakeFiles/opkg-cl.dir/opkg-cl.c.o yes make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-network' checking for strlcat... yes checking for daemon... [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7 yes Applying ./patches/010-add-set-dscpmark-support.patch using plaintext: patching file extensions/libxt_CONNMARK.c patching file include/linux/netfilter/xt_connmark.h Applying ./patches/101-remove-check-already.patch using plaintext: patching file libxtables/xtables.c Applying ./patches/102-iptables-disable-modprobe.patch using plaintext: patching file libxtables/xtables.c Applying ./patches/103-optional-xml.patch using plaintext: patching file iptables/xtables-legacy-multi.c Applying ./patches/200-configurable_builtin.patch using plaintext: checking for basename... patching file extensions/GNUmakefile.in Applying ./patches/600-shared-libext.patch using plaintext: patching file extensions/GNUmakefile.in patching file iptables/Makefile.am Applying ./patches/700-disable-legacy-revisions.patch using plaintext: patching file extensions/libxt_conntrack.c patching file extensions/libxt_CT.c patching file extensions/libxt_multiport.c Applying ./patches/800-flowoffload_target.patch using plaintext: [54/56] Building C object libopkg/CMakeFiles/opkg.dir/sha256.c.o patching file extensions/libxt_FLOWOFFLOAD.c patching file include/linux/netfilter/xt_FLOWOFFLOAD.h make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-status' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.prepared_9b65215d2163c4bee6a943f065913e00_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.iptables_installed yes [55/56] Linking C static library libopkg/libopkg.a checking for _getpty... configure: WARNING: unrecognized options: --disable-nls (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autom4te AUTOCONF=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf AUTOMAKE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/automake ACLOCAL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal AUTOHEADER=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoheader LIBTOOLIZE=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize LIBTOOL=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtool M4=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/m4 AUTOPOINT=true LIBTOOLIZE='/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize --install' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoreconf -v -f -i -s -B /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . . || true; fi; ); mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-mod-network/.pkgdir/luci-mod-network/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' no checking for getaddrinfo... (cached) yes touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-mod-network_installed checking for freeaddrinfo... echo "luci-mod-network" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-mod-network.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-network' time: package/feeds/luci/luci-mod-network/compile#0.20#0.05#0.34 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-system' [56/56] Linking C executable src/opkg-cl DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-install" MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd install ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd' [0/1] Install the project... -- Install configuration: "Release" -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-install/usr/bin/opkg-cl touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.built configure: loading site script /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/site/mips rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg checking for a BSD-compatible install... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c checking whether build environment is sane... install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/usr/lib/opkg install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/bin install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/opkg yes install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/uci-defaults install -m0644 ./files/customfeeds.conf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/opkg/customfeeds.conf yes install -m0644 ./files/opkg.conf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/opkg.conf checking for getnameinfo... install -m0755 ./files/20_migrate-feeds /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/uci-defaults/ install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-install/usr/bin/opkg-cl /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/bin/opkg checking for mips-openwrt-linux-strip... mips-openwrt-linux-musl-strip checking for a thread-safe mkdir -p... echo "option check_signature" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/etc/opkg.conf /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/usr/sbin install -m0755 ./files/opkg-key /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/usr/sbin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp yes SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/.pkgdir/opkg/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' checking whether make supports nested variables... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.opkg_installed yes removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/opkg_2021-06-13-1bf042dd-3_mips_4kec.ipk' checking for style of include used by make... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo GNU install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/usr/lib/opkg checking for mips-openwrt-linux-gcc... mips-openwrt-linux-musl-gcc install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/bin yes install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/opkg install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/uci-defaults checking for fork... install -m0644 ./files/customfeeds.conf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/opkg/customfeeds.conf install -m0644 ./files/opkg.conf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/opkg.conf install -m0755 ./files/20_migrate-feeds /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/uci-defaults/ install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-install/usr/bin/opkg-cl /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/bin/opkg echo "option check_signature" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/opkg.conf checking whether the C compiler works... install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/usr/sbin install -m0755 ./files/opkg-key /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/usr/sbin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for writev... checking whether we are cross compiling... yes checking for suffix of object files... autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg o checking whether we are using the GNU C compiler... yes checking whether mips-openwrt-linux-musl-gcc accepts -g... rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/bin/opkg: executable yes checking for getgrouplist... (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_opkg_conffiles" > conffiles; ) mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-mod-status/.pkgdir/luci-mod-status/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-mod-status_installed SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-mod-system/.pkgdir/luci-mod-system/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-mod-system_installed echo "luci-mod-status" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-mod-status.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-status' time: package/feeds/luci/luci-mod-status/compile#0.24#0.07#0.48 yes echo "luci-mod-system" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-mod-system.default.install make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/boot/uboot-envtools' checking for library containing basename... make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-system' time: package/feeds/luci/luci-mod-system/compile#0.20#0.04#0.35 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-admin-full' yes checking for mips-openwrt-linux-musl-gcc option to accept ISO C89... none needed checking whether mips-openwrt-linux-musl-gcc understands -c and -o together... none required /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg/etc/opkg/keys/': No such file or directory yes checking dependency style of mips-openwrt-linux-musl-gcc... configure: creating ./config.status Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/opkg-2021-06-13-1bf042dd/ipkg-mips_4kec/opkg into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/opkg_2021-06-13-1bf042dd-3_mips_4kec.ipk gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... echo "opkg" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/opkg.default.install rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/opkg.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/opkg.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi no checking for mips-openwrt-linux-gcc... (cached) mips-openwrt-linux-musl-gcc if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/opkg.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-opkg touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.opkg_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/opkg' time: package/system/opkg/compile#9.36#1.11#6.88 checking whether we are using the GNU C compiler... (cached) yes checking whether mips-openwrt-linux-musl-gcc accepts -g... (cached) yes checking for mips-openwrt-linux-musl-gcc option to accept ISO C89... (cached) none needed checking whether mips-openwrt-linux-musl-gcc understands -c and -o together... (cached) yes checking dependency style of mips-openwrt-linux-musl-gcc... (cached) gcc3 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/applications/luci-app-opkg' checking build system type... x86_64-pc-linux-gnu checking host system type... mips-openwrt-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... config.status: creating Makefile /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed checking for grep that handles long lines and -e... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep checking for egrep... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep -E checking for fgrep... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep -F checking for ld used by mips-openwrt-linux-musl-gcc... config.status: creating libtomcrypt/Makefile mips-openwrt-linux-musl-ld mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl checking if the linker (mips-openwrt-linux-musl-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... mips-openwrt-linux-musl-gcc-nm checking the name lister (mips-openwrt-linux-musl-gcc-nm) interface... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp config.status: creating libtommath/Makefile SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-mod-admin-full/.pkgdir/luci-mod-admin-full/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.u-boot-2021.01.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "u-boot-2021.01.tar.bz2" "b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454" "" "https://ftp.denx.de/pub/u-boot" "https://mirror.cyberbits.eu/u-boot" "ftp://ftp.denx.de/pub/u-boot" ' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-mod-admin-full_installed BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... echo "luci-mod-admin-full" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-mod-admin-full.default.install config.status: creating config.h make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/modules/luci-mod-admin-full' time: package/feeds/luci/luci-mod-admin-full/compile#0.18#0.03#0.30 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to mips-openwrt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for mips-openwrt-linux-musl-ld option to reload object files... -r checking for mips-openwrt-linux-objdump... mips-openwrt-linux-musl-objdump checking how to recognize dependent libraries... pass_all checking for mips-openwrt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-openwrt-linux-ar... mips-openwrt-linux-musl-gcc-ar configure: WARNING: unrecognized options: --disable-nls checking for archiver @FILE support... configure: configure: Using bundled libtomcrypt and libtommath configure: configure: Now edit localoptions.h to choose features. echo '#define DEFAULT_PATH "/usr/sbin:/usr/bin:/sbin:/bin"' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -E -i -e 's,^(#define LOCAL_IDENT) .*$,\1 "SSH-2.0-dropbear",g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/sysoptions.h ; echo '#define DROPBEAR_CLI_NETCAT 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_DSS 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DO_MOTD 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; @ checking for mips-openwrt-linux-strip... (cached) mips-openwrt-linux-musl-strip checking for mips-openwrt-linux-ranlib... mips-openwrt-linux-musl-gcc-ranlib checking command to parse mips-openwrt-linux-musl-gcc-nm output from mips-openwrt-linux-musl-gcc object... echo '#define DROPBEAR_CURVE25519 1' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_ED25519 1' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_CHACHA20POLY1305 1' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_ECDSA 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_ECDH 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -E -i -e 's,^(#define DROPBEAR_ECC_384) .*$,\1 0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/sysoptions.h ; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -E -i -e 's,^(#define DROPBEAR_ECC_521) .*$,\1 0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/sysoptions.h ; echo '#define DROPBEAR_CLI_ASKPASS_HELPER 0' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_CLI_AGENTFWD 1' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; echo '#define DROPBEAR_SVR_AGENTFWD 1' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/localoptions.h ; # Enforce rebuild of svr-chansession.c rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/svr-chansession.o [26/26] Linking C executable netifd DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-install" MAKEFLAGS="--jobserver-auth=3,4" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ninja -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c install # Rebuild them on config change ninja: Entering directory `/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c' make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtomcrypt clean [0/1] Install the project... make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtomcrypt' -- Install configuration: "Release" -- Installing: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-install/usr/sbin/netifd touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtomcrypt' make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtommath clean mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/sbin make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtommath' install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/netifd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/sbin/ rm -f *.gcda *.gcno *.gcov *.bat *.o *.a *.obj *.lib *.exe *.dll etclib/*.o \ demo/*.o test timing mtest_opponent mtest/mtest mtest/mtest.exe tuning_list \ *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la cp -fpR ./files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/ rm -rf .libs/ demo/.libs make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtommath' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.configured_6ce05d7f7fdaa0ad8fbac2699ce44151_8e081b74cf069e1e6800a5bbcbb282f0 install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/etc/udhcpc.user.d/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/scripts/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/lib/netifd/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/.pkgdir/netifd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' ok touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.netifd_installed checking for sysroot... no checking for mips-openwrt-linux-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.built no touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.built_check checking how to run the C preprocessor... make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81 AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size PROGRAMS="dropbear dbclient dropbearkey scp" MULTI=1 SCPPROGRESS=1 removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/netifd_2021-10-21-f78bdec2-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/netifd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/sbin/ make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81' Creating default_options_guard.h cp -fpR ./files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/etc/udhcpc.user.d/ mips-openwrt-linux-musl-gcc -E cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/scripts/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/lib/netifd/ mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dbmulti.c -o dbmulti.o find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include atomicio.c -o atomicio.o checking for ANSI C header files... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include bignum.c -o bignum.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include buffer.c -o buffer.o yes checking for sys/types.h... yes mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include chachapoly.c -o chachapoly.o checking for sys/stat.h... export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include circbuffer.c -o circbuffer.o yes checking for stdlib.h... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-agentfwd.c -o cli-agentfwd.o yes checking for string.h... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-auth.c -o cli-auth.o yes rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/sbin/netifd: executable checking for memory.h... (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_netifd_conffiles" > conffiles; ) yes install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-authinteract.c -o cli-authinteract.o checking for strings.h... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-authpasswd.c -o cli-authpasswd.o yes checking for inttypes.h... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-authpubkey.c -o cli-authpubkey.o yes mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-channel.c -o cli-channel.o checking for stdint.h... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-app-opkg/.pkgdir/luci-app-opkg/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-app-opkg_installed yes checking for unistd.h... echo "luci-app-opkg" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-app-opkg.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-chansession.c -o cli-chansession.o SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-app-opkg/.pkgdir/luci-i18n-opkg-ja/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-kex.c -o cli-kex.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-i18n-opkg-ja_installed echo "luci-i18n-opkg-ja" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-app-opkg.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/applications/luci-app-opkg' time: package/feeds/luci/luci-app-opkg/compile#0.39#0.11#0.70 mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-main.c -o cli-main.o yes checking for dlfcn.h... autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal -I /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal -I m4 -I . --force -I m4 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_convert.o policydb_convert.c mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-runopts.c -o cli-runopts.o yes checking for objdir... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-session.c -o cli-session.o .libs mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include cli-tcpfwd.c -o cli-tcpfwd.o Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/netifd-2021-10-30-8f82742c/ipkg-mips_4kec/netifd into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/netifd_2021-10-30-8f82742c-1_mips_4kec.ipk echo "netifd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/netifd.default.install rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_public.o policydb_public.c mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/netifd.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/netifd.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/netifd.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-netifd mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-algo.c -o common-algo.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-channel.c -o common-channel.o checking if mips-openwrt-linux-musl-gcc supports -fno-rtti -fno-exceptions... touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.netifd_installed mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-chansession.c -o common-chansession.o make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/config/netifd' time: package/network/config/netifd/compile#11.10#1.02#8.59 mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-kex.c -o common-kex.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_validate.o policydb_validate.c no checking for mips-openwrt-linux-musl-gcc option to produce PIC... -fPIC -DPIC checking if mips-openwrt-linux-musl-gcc PIC flag -fPIC -DPIC works... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-runopts.c -o common-runopts.o yes checking if mips-openwrt-linux-musl-gcc static flag -static works... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include common-session.c -o common-session.o yes checking if mips-openwrt-linux-musl-gcc supports -c -o file.o... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include compat.c -o compat.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include crypto_desc.c -o crypto_desc.o make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/base-files' yes checking if mips-openwrt-linux-musl-gcc supports -c -o file.o... (cached) yes checking whether the mips-openwrt-linux-musl-gcc linker (mips-openwrt-linux-musl-ld) supports shared libraries... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include curve25519.c -o curve25519.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dbhelpers.c -o dbhelpers.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dbmalloc.c -o dbmalloc.o yes checking whether -lc should be explicitly linked in... mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/u-boot-2021.01/.pkgdir/uboot-envtools/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.uboot-envtools_installed no checking dynamic linker characteristics... echo "uboot-envtools" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/uboot-envtools.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/boot/uboot-envtools' time: package/boot/uboot-envtools/compile#0.50#0.36#1.28 mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dbrandom.c -o dbrandom.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dbutil.c -o dbutil.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dh_groups.c -o dh_groups.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dropbearkey.c -o dropbearkey.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dss.c -o dss.o GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include ecc.c -o ecc.o yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for fdatasync... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include ecdsa.c -o ecdsa.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include ed25519.c -o ed25519.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include fake-rfc2553.c -o fake-rfc2553.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include gcm.c -o gcm.o yes mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o port_record.o port_record.c checking for usleep... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include gendss.c -o gendss.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include gened25519.c -o gened25519.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include genrsa.c -o genrsa.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include gensignkey.c -o gensignkey.o yes checking for fullfsync... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include list.c -o list.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include listener.c -o listener.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ports.o ports.c mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include loginrec.c -o loginrec.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include ltc_prng.c -o ltc_prng.o no checking for localtime_r... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include netio.c -o netio.o yes mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include packet.c -o packet.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include process-packet.c -o process-packet.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include progressmeter.c -o progressmeter.o checking for gmtime_r... yes mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include queue.c -o queue.o checking whether strerror_r is declared... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include rsa.c -o rsa.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o services.o services.c mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include scp.c -o scp.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include scpmisc.c -o scpmisc.o yes checking for strerror_r... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include signkey.c -o signkey.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include sshpty.c -o sshpty.o yes checking whether strerror_r returns char *... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-agentfwd.c -o svr-agentfwd.o no checking for library containing pthread_create... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-auth.c -o svr-auth.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-authpam.c -o svr-authpam.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-authpasswd.c -o svr-authpasswd.o none required checking for library containing pthread_mutexattr_init... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-authpubkey.c -o svr-authpubkey.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-authpubkeyoptions.c -o svr-authpubkeyoptions.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-chansession.c -o svr-chansession.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-kex.c -o svr-kex.o none required checking for whether to support dynamic extensions... no checking for posix_fallocate... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-main.c -o svr-main.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-runopts.c -o svr-runopts.o yes checking zlib.h usability... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-service.c -o svr-service.o yes checking zlib.h presence... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-session.c -o svr-session.o yes checking for zlib.h... yes checking for library containing deflate... mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-tcpfwd.c -o svr-tcpfwd.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include svr-x11fwd.c -o svr-x11fwd.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include tcp-accept.c -o tcp-accept.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include termcodes.c -o termcodes.o make -C libtomcrypt make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtomcrypt' mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes.o make -C libtommath make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtommath' -lz checking for library containing system... mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_cutoffs.c -o bn_cutoffs.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -DENCRYPT_ONLY -c ./src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/anubis.c -o src/ciphers/anubis.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_deprecated.c -o bn_deprecated.o none required mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/blowfish.c -o src/ciphers/blowfish.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/camellia.c -o src/ciphers/camellia.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/cast5.c -o src/ciphers/cast5.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_2expt.c -o bn_mp_2expt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/des.c -o src/ciphers/des.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_abs.c -o bn_mp_abs.o checking that generated files are newer than configure... done configure: creating ./config.status mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/kasumi.c -o src/ciphers/kasumi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_add.c -o bn_mp_add.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/khazad.c -o src/ciphers/khazad.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_add_d.c -o bn_mp_add_d.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_addmod.c -o bn_mp_addmod.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_and.c -o bn_mp_and.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/kseed.c -o src/ciphers/kseed.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/multi2.c -o src/ciphers/multi2.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/noekeon.c -o src/ciphers/noekeon.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_clamp.c -o bn_mp_clamp.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/rc2.c -o src/ciphers/rc2.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/rc5.c -o src/ciphers/rc5.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/rc6.c -o src/ciphers/rc6.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_clear.c -o bn_mp_clear.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/safer/safer.c -o src/ciphers/safer/safer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/safer/saferp.c -o src/ciphers/safer/saferp.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_clear_multi.c -o bn_mp_clear_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/skipjack.c -o src/ciphers/skipjack.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/twofish/twofish.c -o src/ciphers/twofish/twofish.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/ciphers/xtea.c -o src/ciphers/xtea.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_cmp.c -o bn_mp_cmp.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_add_aad.c -o src/encauth/ccm/ccm_add_aad.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_add_nonce.c -o src/encauth/ccm/ccm_add_nonce.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_cmp_d.c -o bn_mp_cmp_d.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_cmp_mag.c -o bn_mp_cmp_mag.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_done.c -o src/encauth/ccm/ccm_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_init.c -o src/encauth/ccm/ccm_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_cnt_lsb.c -o bn_mp_cnt_lsb.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_memory.c -o src/encauth/ccm/ccm_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_process.c -o src/encauth/ccm/ccm_process.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_complement.c -o bn_mp_complement.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_reset.c -o src/encauth/ccm/ccm_reset.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_copy.c -o bn_mp_copy.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_count_bits.c -o bn_mp_count_bits.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ccm/ccm_test.c -o src/encauth/ccm/ccm_test.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_decr.c -o bn_mp_decr.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_div.c -o bn_mp_div.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_add_aad.c -o src/encauth/chachapoly/chacha20poly1305_add_aad.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_div_2.c -o bn_mp_div_2.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_div_2d.c -o bn_mp_div_2d.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_div_3.c -o bn_mp_div_3.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_decrypt.c -o src/encauth/chachapoly/chacha20poly1305_decrypt.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_div_d.c -o bn_mp_div_d.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_done.c -o src/encauth/chachapoly/chacha20poly1305_done.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_dr_is_modulus.c -o bn_mp_dr_is_modulus.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_dr_reduce.c -o bn_mp_dr_reduce.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_dr_setup.c -o bn_mp_dr_setup.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_encrypt.c -o src/encauth/chachapoly/chacha20poly1305_encrypt.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o sidtab.o sidtab.c mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_error_to_string.c -o bn_mp_error_to_string.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_exch.c -o bn_mp_exch.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_expt_u32.c -o bn_mp_expt_u32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_init.c -o src/encauth/chachapoly/chacha20poly1305_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_exptmod.c -o bn_mp_exptmod.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_exteuclid.c -o bn_mp_exteuclid.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_fread.c -o bn_mp_fread.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_memory.c -o src/encauth/chachapoly/chacha20poly1305_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_from_sbin.c -o bn_mp_from_sbin.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_from_ubin.c -o bn_mp_from_ubin.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_fwrite.c -o bn_mp_fwrite.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_setiv.c -o src/encauth/chachapoly/chacha20poly1305_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c -o src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_gcd.c -o bn_mp_gcd.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_i32.c -o bn_mp_get_i32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/chachapoly/chacha20poly1305_test.c -o src/encauth/chachapoly/chacha20poly1305_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_addheader.c -o src/encauth/eax/eax_addheader.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_i64.c -o bn_mp_get_i64.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_decrypt.c -o src/encauth/eax/eax_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_decrypt_verify_memory.c -o src/encauth/eax/eax_decrypt_verify_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_done.c -o src/encauth/eax/eax_done.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o symtab.o symtab.c mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_l.c -o bn_mp_get_l.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_encrypt.c -o src/encauth/eax/eax_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_encrypt_authenticate_memory.c -o src/encauth/eax/eax_encrypt_authenticate_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_init.c -o src/encauth/eax/eax_init.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o user_record.o user_record.c mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_ll.c -o bn_mp_get_ll.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_mag_u32.c -o bn_mp_get_mag_u32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/eax/eax_test.c -o src/encauth/eax/eax_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_add_aad.c -o src/encauth/gcm/gcm_add_aad.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.prepared_0d0ff88c2954bb004afa5ace018364a5_6664517399ebbbc92a37c5bb081b5c53_check mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_mag_u64.c -o bn_mp_get_mag_u64.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.prepared_0d0ff88c2954bb004afa5ace018364a5_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.configured_* mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_mag_ul.c -o bn_mp_get_mag_ul.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.base-files_installed mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_add_iv.c -o src/encauth/gcm/gcm_add_iv.o [ -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build -a -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub ] || /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/usign -G -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub -c "Local build key" [ -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.ucert ] || /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/ucert -I -c /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.ucert -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_done.c -o src/encauth/gcm/gcm_done.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.configured_4bceac9942a094511cc6bb634860da70_8e081b74cf069e1e6800a5bbcbb282f0 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.built mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_get_mag_ull.c -o bn_mp_get_mag_ull.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.built_check touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_grow.c -o bn_mp_grow.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_gf_mult.c -o src/encauth/gcm/gcm_gf_mult.o cp -fpR ./files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/ mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_init.c -o src/encauth/gcm/gcm_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_incr.c -o bn_mp_incr.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_memory.c -o src/encauth/gcm/gcm_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init.c -o bn_mp_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_copy.c -o bn_mp_init_copy.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/opkg/keys mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_i32.c -o bn_mp_init_i32.o cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/opkg/keys/`/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/usign -F -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub` rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/upgrade/nand.sh rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/upgrade/legacy-sdcard.sh if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/; fi mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_i64.c -o bn_mp_init_i64.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_mult_h.c -o src/encauth/gcm/gcm_mult_h.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_l.c -o bn_mp_init_l.o if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/generic/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/generic/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/; fi; mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_process.c -o src/encauth/gcm/gcm_process.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,%U,https://downloads.openwrt.org/snapshots,g' -e 's,%V,SNAPSHOT,g' -e 's,%v,\LSNAPSHOT,g' -e 's,%C,r0+17920-b60e392e58,g' -e 's,%c,\Lr0+17920-b60e392e58,g' -e 's,%D,OpenWrt,g' -e 's,%d,\LOpenWrt,g' -e 's,%R,r0+17920-b60e392e58,g' -e 's,%T,realtek,g' -e 's,%S,realtek/generic,g' -e 's,%A,mips_4kec,g' -e 's,%t,no-all busybox,g' -e 's,%M,OpenWrt,g' -e 's,%m,https://openwrt.org/,g' -e 's,%b,https://bugs.openwrt.org/,g' -e 's,%u,https://openwrt.org/,g' -e 's,%s,https://forum.openwrt.org/,g' -e 's,%P,Generic,g' -e 's,%h,v0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/banner /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/device_info /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/openwrt_release /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/openwrt_version /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/usr/lib/os-release /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e "s#%PATH%#/usr/sbin:/usr/bin:/sbin:/bin#g" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/sbin/hotplug-call /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/preinit /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/profile mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/dev /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/config /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/crontabs /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/rc.d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/overlay /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/firmware /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/mnt /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/proc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/usr/lib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/usr/bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/sys /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/www /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/root mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_ll.c -o bn_mp_init_ll.o ln -sf /proc/mounts /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/mtab mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_multi.c -o bn_mp_init_multi.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/var ln -sf tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/var mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_reset.c -o src/encauth/gcm/gcm_reset.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_set.c -o bn_mp_init_set.o ln -sf /tmp/resolv.conf /tmp/TZ /tmp/localtime /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/ chmod 0600 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/shadow mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o users.o users.c chmod 1777 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/tmp mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_size.c -o bn_mp_init_size.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit echo 'pi_suppress_stderr="y"' >/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'fs_failsafe_wait_timeout=2' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_init_path="/usr/sbin:/usr/bin:/sbin:/bin"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_init_env=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_u32.c -o bn_mp_init_u32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/gcm/gcm_test.c -o src/encauth/gcm/gcm_test.o echo 'pi_init_cmd="/sbin/init"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_decrypt.c -o src/encauth/ocb/ocb_decrypt.o echo 'pi_init_suppress_stderr="y"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_ifname=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_u64.c -o bn_mp_init_u64.o echo 'pi_ip="192.168.1.1"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_netmask="255.255.255.0"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_broadcast="192.168.1.255"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf echo 'pi_preinit_net_messages=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_ul.c -o bn_mp_init_ul.o echo 'pi_preinit_no_failsafe_netmsg=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_decrypt_verify_memory.c -o src/encauth/ocb/ocb_decrypt_verify_memory.o echo 'pi_preinit_no_failsafe=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_done_decrypt.c -o src/encauth/ocb/ocb_done_decrypt.o for conffile in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/config/*; do if [ -f "$conffile" ]; then grep "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files}" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/CONTROL/conffiles || echo "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files}" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/CONTROL/conffiles; fi done mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/opkg; ( echo 'src/gz %d_core %U/targets/%S/packages'; echo 'src/gz %d_base %U/packages/%A/base'; echo 'src/gz %d_luci %U/packages/%A/luci'; echo 'src/gz %d_packages %U/packages/%A/packages'; echo 'src/gz %d_routing %U/packages/%A/routing'; echo 'src/gz %d_telephony %U/packages/%A/telephony'; ) >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/opkg/distfeeds.conf; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,%U,https://downloads.openwrt.org/snapshots,g' -e 's,%V,SNAPSHOT,g' -e 's,%v,\LSNAPSHOT,g' -e 's,%C,r0+17920-b60e392e58,g' -e 's,%c,\Lr0+17920-b60e392e58,g' -e 's,%D,OpenWrt,g' -e 's,%d,\LOpenWrt,g' -e 's,%R,r0+17920-b60e392e58,g' -e 's,%T,realtek,g' -e 's,%S,realtek/generic,g' -e 's,%A,mips_4kec,g' -e 's,%t,no-all busybox,g' -e 's,%M,OpenWrt,g' -e 's,%m,https://openwrt.org/,g' -e 's,%b,https://bugs.openwrt.org/,g' -e 's,%u,https://openwrt.org/,g' -e 's,%s,https://forum.openwrt.org/,g' -e 's,%P,Generic,g' -e 's,%h,v0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/etc/opkg/distfeeds.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_init_ull.c -o bn_mp_init_ull.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/sbin/pkg_check touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files.installed mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_invmod.c -o bn_mp_invmod.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/.pkgdir/base-files/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_done_encrypt.c -o src/encauth/ocb/ocb_done_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_encrypt.c -o src/encauth/ocb/ocb_encrypt.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_is_square.c -o bn_mp_is_square.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.base-files_installed mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_iseven.c -o bn_mp_iseven.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_encrypt_authenticate_memory.c -o src/encauth/ocb/ocb_encrypt_authenticate_memory.o removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/base-files_1455-r0+17889-fa514d8583_mips_4kec.ipk' mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_isodd.c -o bn_mp_isodd.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_init.c -o src/encauth/ocb/ocb_init.o cp -fpR ./files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/ mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_kronecker.c -o bn_mp_kronecker.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/opkg/keys cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/opkg/keys/`/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/usign -F -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.pub` mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_ntz.c -o src/encauth/ocb/ocb_ntz.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/upgrade/nand.sh mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_lcm.c -o bn_mp_lcm.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/upgrade/legacy-sdcard.sh mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_log_u32.c -o bn_mp_log_u32.o if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/; fi mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_lshd.c -o bn_mp_lshd.o if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/generic/base-files/. ]; then cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/generic/base-files/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/; fi; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,%U,https://downloads.openwrt.org/snapshots,g' -e 's,%V,SNAPSHOT,g' -e 's,%v,\LSNAPSHOT,g' -e 's,%C,r0+17920-b60e392e58,g' -e 's,%c,\Lr0+17920-b60e392e58,g' -e 's,%D,OpenWrt,g' -e 's,%d,\LOpenWrt,g' -e 's,%R,r0+17920-b60e392e58,g' -e 's,%T,realtek,g' -e 's,%S,realtek/generic,g' -e 's,%A,mips_4kec,g' -e 's,%t,no-all busybox,g' -e 's,%M,OpenWrt,g' -e 's,%m,https://openwrt.org/,g' -e 's,%b,https://bugs.openwrt.org/,g' -e 's,%u,https://openwrt.org/,g' -e 's,%s,https://forum.openwrt.org/,g' -e 's,%P,Generic,g' -e 's,%h,v0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/banner /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/device_info /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/openwrt_release /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/openwrt_version /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/usr/lib/os-release mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_shift_xor.c -o src/encauth/ocb/ocb_shift_xor.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mod.c -o bn_mp_mod.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e "s#%PATH%#/usr/sbin:/usr/bin:/sbin:/bin#g" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/sbin/hotplug-call /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/preinit /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/profile mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/dev /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/config /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/crontabs /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/rc.d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/overlay /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/firmware /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/mnt /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/proc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/usr/lib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/usr/bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/sys /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/www /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/root ln -sf /proc/mounts /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/mtab rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/var mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mod_2d.c -o bn_mp_mod_2d.o ln -sf tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/var mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mod_d.c -o bn_mp_mod_d.o ln -sf /tmp/resolv.conf /tmp/TZ /tmp/localtime /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/ mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/ocb_test.c -o src/encauth/ocb/ocb_test.o chmod 0600 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/shadow mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o util.o util.c chmod 1777 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/tmp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb/s_ocb_done.c -o src/encauth/ocb/s_ocb_done.o echo 'pi_suppress_stderr="y"' >/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'fs_failsafe_wait_timeout=2' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_montgomery_calc_normalization.c -o bn_mp_montgomery_calc_normalization.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_add_aad.c -o src/encauth/ocb3/ocb3_add_aad.o echo 'pi_init_path="/usr/sbin:/usr/bin:/sbin:/bin"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_init_env=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_decrypt.c -o src/encauth/ocb3/ocb3_decrypt.o echo 'pi_init_cmd="/sbin/init"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_init_suppress_stderr="y"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_ifname=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_ip="192.168.1.1"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_netmask="255.255.255.0"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf echo 'pi_broadcast="192.168.1.255"' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_decrypt_last.c -o src/encauth/ocb3/ocb3_decrypt_last.o echo 'pi_preinit_net_messages=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_montgomery_reduce.c -o bn_mp_montgomery_reduce.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_decrypt_verify_memory.c -o src/encauth/ocb3/ocb3_decrypt_verify_memory.o echo 'pi_preinit_no_failsafe_netmsg=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_done.c -o src/encauth/ocb3/ocb3_done.o echo 'pi_preinit_no_failsafe=""' >>/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/lib/preinit/00_preinit.conf for conffile in /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/config/*; do if [ -f "$conffile" ]; then grep "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files}" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/CONTROL/conffiles || echo "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files}" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/CONTROL/conffiles; fi done mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/opkg; ( echo 'src/gz %d_core %U/targets/%S/packages'; echo 'src/gz %d_base %U/packages/%A/base'; echo 'src/gz %d_luci %U/packages/%A/luci'; echo 'src/gz %d_packages %U/packages/%A/packages'; echo 'src/gz %d_routing %U/packages/%A/routing'; echo 'src/gz %d_telephony %U/packages/%A/telephony'; ) >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/opkg/distfeeds.conf; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,%U,https://downloads.openwrt.org/snapshots,g' -e 's,%V,SNAPSHOT,g' -e 's,%v,\LSNAPSHOT,g' -e 's,%C,r0+17920-b60e392e58,g' -e 's,%c,\Lr0+17920-b60e392e58,g' -e 's,%D,OpenWrt,g' -e 's,%d,\LOpenWrt,g' -e 's,%R,r0+17920-b60e392e58,g' -e 's,%T,realtek,g' -e 's,%S,realtek/generic,g' -e 's,%A,mips_4kec,g' -e 's,%t,no-all busybox,g' -e 's,%M,OpenWrt,g' -e 's,%m,https://openwrt.org/,g' -e 's,%b,https://bugs.openwrt.org/,g' -e 's,%u,https://openwrt.org/,g' -e 's,%s,https://forum.openwrt.org/,g' -e 's,%P,Generic,g' -e 's,%h,v0,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/opkg/distfeeds.conf rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/sbin/pkg_check find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_encrypt.c -o src/encauth/ocb3/ocb3_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c -o src/encauth/ocb3/ocb3_encrypt_authenticate_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_montgomery_setup.c -o bn_mp_montgomery_setup.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_encrypt_last.c -o src/encauth/ocb3/ocb3_encrypt_last.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mul.c -o bn_mp_mul.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_init.c -o src/encauth/ocb3/ocb3_init.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_int_ntz.c -o src/encauth/ocb3/ocb3_int_ntz.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mul_2.c -o bn_mp_mul_2.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_int_xor_blocks.c -o src/encauth/ocb3/ocb3_int_xor_blocks.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o write.o write.c mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/encauth/ocb3/ocb3_test.c -o src/encauth/ocb3/ocb3_test.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mul_2d.c -o bn_mp_mul_2d.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/blake2b.c -o src/hashes/blake2b.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mul_d.c -o bn_mp_mul_d.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_mulmod.c -o bn_mp_mulmod.o config.status: creating Makefile mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/blake2s.c -o src/hashes/blake2s.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_neg.c -o bn_mp_neg.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_or.c -o bn_mp_or.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/chc/chc.c -o src/hashes/chc/chc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/helper/hash_file.c -o src/hashes/helper/hash_file.o config.status: creating sqlite3.pc mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/helper/hash_filehandle.c -o src/hashes/helper/hash_filehandle.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_pack.c -o bn_mp_pack.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/helper/hash_memory.c -o src/hashes/helper/hash_memory.o config.status: executing depfiles commands mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/helper/hash_memory_multi.c -o src/hashes/helper/hash_memory_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/md2.c -o src/hashes/md2.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_pack_count.c -o bn_mp_pack_count.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/md4.c -o src/hashes/md4.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/md5.c -o src/hashes/md5.o config.status: executing libtool commands mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/rmd128.c -o src/hashes/rmd128.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_fermat.c -o bn_mp_prime_fermat.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/rmd160.c -o src/hashes/rmd160.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/rmd256.c -o src/hashes/rmd256.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/rmd320.c -o src/hashes/rmd320.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_frobenius_underwood.c -o bn_mp_prime_frobenius_underwood.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha1.c -o src/hashes/sha1.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha224.c -o src/hashes/sha2/sha224.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha256.c -o src/hashes/sha2/sha256.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_is_prime.c -o bn_mp_prime_is_prime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha384.c -o src/hashes/sha2/sha384.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha512.c -o src/hashes/sha2/sha512.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_miller_rabin.c -o bn_mp_prime_miller_rabin.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_next_prime.c -o bn_mp_prime_next_prime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha512_224.c -o src/hashes/sha2/sha512_224.o configure: WARNING: unrecognized options: --disable-nls mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha2/sha512_256.c -o src/hashes/sha2/sha512_256.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha3.c -o src/hashes/sha3.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/sha3_test.c -o src/hashes/sha3_test.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_rabin_miller_trials.c -o bn_mp_prime_rabin_miller_trials.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/tiger.c -o src/hashes/tiger.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/hashes/whirl/whirl.c -o src/hashes/whirl/whirl.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2bmac.c -o src/mac/blake2/blake2bmac.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_rand.c -o bn_mp_prime_rand.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.configured_0557c3b13f5d81e01f8d8f18f4b04643 mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2bmac_file.c -o src/mac/blake2/blake2bmac_file.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2bmac_memory.c -o src/mac/blake2/blake2bmac_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2bmac_memory_multi.c -o src/mac/blake2/blake2bmac_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_prime_strong_lucas_selfridge.c -o bn_mp_prime_strong_lucas_selfridge.o rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.built mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2bmac_test.c -o src/mac/blake2/blake2bmac_test.o touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY " LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" ; mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2smac.c -o src/mac/blake2/blake2smac.o make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' /bin/bash ./libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.33.0\" -DPACKAGE_STRING=\"sqlite\ 3.33.0\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.33.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_ZLIB_H=1 -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c -o sqlite3.lo sqlite3.c mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_radix_size.c -o bn_mp_radix_size.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2smac_file.c -o src/mac/blake2/blake2smac_file.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_radix_smap.c -o bn_mp_radix_smap.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2smac_memory.c -o src/mac/blake2/blake2smac_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2smac_memory_multi.c -o src/mac/blake2/blake2smac_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_rand.c -o bn_mp_rand.o mips-openwrt-linux-musl-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.33.0\" -DPACKAGE_STRING=\"sqlite\ 3.33.0\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.33.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_ZLIB_H=1 -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -MT sqlite3-shell.o -MD -MP -MF .deps/sqlite3-shell.Tpo -c -o sqlite3-shell.o `test -f 'shell.c' || echo './'`shell.c mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_read_radix.c -o bn_mp_read_radix.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/blake2/blake2smac_test.c -o src/mac/blake2/blake2smac_test.o OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.33.0\" "-DPACKAGE_STRING=\"sqlite 3.33.0\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.33.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_ZLIB_H=1 -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce.c -o bn_mp_reduce.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_2k.c -o bn_mp_reduce_2k.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_done.c -o src/mac/f9/f9_done.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_2k_l.c -o bn_mp_reduce_2k_l.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_2k_setup.c -o bn_mp_reduce_2k_setup.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_file.c -o src/mac/f9/f9_file.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_2k_setup_l.c -o bn_mp_reduce_2k_setup_l.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_is_2k.c -o bn_mp_reduce_is_2k.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_init.c -o src/mac/f9/f9_init.o export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_is_2k_l.c -o bn_mp_reduce_is_2k_l.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_reduce_setup.c -o bn_mp_reduce_setup.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_memory.c -o src/mac/f9/f9_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_root_u32.c -o bn_mp_root_u32.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_rshd.c -o bn_mp_rshd.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_memory_multi.c -o src/mac/f9/f9_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sbin_size.c -o bn_mp_sbin_size.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set.c -o bn_mp_set.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_process.c -o src/mac/f9/f9_process.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_i32.c -o bn_mp_set_i32.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_i64.c -o bn_mp_set_i64.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/f9/f9_test.c -o src/mac/f9/f9_test.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_l.c -o bn_mp_set_l.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_ll.c -o bn_mp_set_ll.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_done.c -o src/mac/hmac/hmac_done.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_u32.c -o bn_mp_set_u32.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_u64.c -o bn_mp_set_u64.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_ul.c -o bn_mp_set_ul.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_file.c -o src/mac/hmac/hmac_file.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_set_ull.c -o bn_mp_set_ull.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_shrink.c -o bn_mp_shrink.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_signed_rsh.c -o bn_mp_signed_rsh.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_init.c -o src/mac/hmac/hmac_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sqr.c -o bn_mp_sqr.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sqrmod.c -o bn_mp_sqrmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_memory.c -o src/mac/hmac/hmac_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sqrt.c -o bn_mp_sqrt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_memory_multi.c -o src/mac/hmac/hmac_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sqrtmod_prime.c -o bn_mp_sqrtmod_prime.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sub.c -o bn_mp_sub.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_process.c -o src/mac/hmac/hmac_process.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_sub_d.c -o bn_mp_sub_d.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_submod.c -o bn_mp_submod.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_to_radix.c -o bn_mp_to_radix.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/hmac/hmac_test.c -o src/mac/hmac/hmac_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_done.c -o src/mac/omac/omac_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_file.c -o src/mac/omac/omac_file.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_to_sbin.c -o bn_mp_to_sbin.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_init.c -o src/mac/omac/omac_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_to_ubin.c -o bn_mp_to_ubin.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_ubin_size.c -o bn_mp_ubin_size.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_memory.c -o src/mac/omac/omac_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_unpack.c -o bn_mp_unpack.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_xor.c -o bn_mp_xor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_memory_multi.c -o src/mac/omac/omac_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_mp_zero.c -o bn_mp_zero.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_prime_tab.c -o bn_prime_tab.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_process.c -o src/mac/omac/omac_process.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_add.c -o bn_s_mp_add.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_balance_mul.c -o bn_s_mp_balance_mul.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_exptmod.c -o bn_s_mp_exptmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/omac/omac_test.c -o src/mac/omac/omac_test.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_exptmod_fast.c -o bn_s_mp_exptmod_fast.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pelican/pelican.c -o src/mac/pelican/pelican.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_get_bit.c -o bn_s_mp_get_bit.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pelican/pelican_memory.c -o src/mac/pelican/pelican_memory.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_invmod_fast.c -o bn_s_mp_invmod_fast.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_invmod_slow.c -o bn_s_mp_invmod_slow.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil.o ../cil/src/cil.c mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pelican/pelican_test.c -o src/mac/pelican/pelican_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_done.c -o src/mac/pmac/pmac_done.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_karatsuba_mul.c -o bn_s_mp_karatsuba_mul.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_file.c -o src/mac/pmac/pmac_file.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_init.c -o src/mac/pmac/pmac_init.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_karatsuba_sqr.c -o bn_s_mp_karatsuba_sqr.o (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_base_files_conffiles" > conffiles; ) mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_montgomery_reduce_fast.c -o bn_s_mp_montgomery_reduce_fast.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_mul_digs.c -o bn_s_mp_mul_digs.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_memory.c -o src/mac/pmac/pmac_memory.o install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_mul_digs_fast.c -o bn_s_mp_mul_digs_fast.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_mul_high_digs.c -o bn_s_mp_mul_high_digs.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_memory_multi.c -o src/mac/pmac/pmac_memory_multi.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_mul_high_digs_fast.c -o bn_s_mp_mul_high_digs_fast.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_prime_is_divisible.c -o bn_s_mp_prime_is_divisible.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_ntz.c -o src/mac/pmac/pmac_ntz.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_rand_jenkins.c -o bn_s_mp_rand_jenkins.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_rand_platform.c -o bn_s_mp_rand_platform.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_reverse.c -o bn_s_mp_reverse.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_process.c -o src/mac/pmac/pmac_process.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_sqr.c -o bn_s_mp_sqr.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_shift_xor.c -o src/mac/pmac/pmac_shift_xor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/pmac/pmac_test.c -o src/mac/pmac/pmac_test.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/config/network': No such file or directory /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/config/system': No such file or directory /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/dropbear/': No such file or directory /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files/etc/profile.d': No such file or directory mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_sqr_fast.c -o bn_s_mp_sqr_fast.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/poly1305/poly1305.c -o src/mac/poly1305/poly1305.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_sub.c -o bn_s_mp_sub.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_toom_mul.c -o bn_s_mp_toom_mul.o mips-openwrt-linux-musl-gcc -c -I./ -Wall -Wsign-compare -Wextra -Wshadow -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wsystem-headers -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -I. -I../libtomcrypt/src/headers/ -I./../libtomcrypt/src/headers/ -I../ -I./../ -Wno-deprecated bn_s_mp_toom_sqr.c -o bn_s_mp_toom_sqr.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/poly1305/poly1305_file.c -o src/mac/poly1305/poly1305_file.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/poly1305/poly1305_memory.c -o src/mac/poly1305/poly1305_memory.o mips-openwrt-linux-musl-gcc-ar rv libtommath.a bn_cutoffs.o bn_deprecated.o bn_mp_2expt.o bn_mp_abs.o bn_mp_add.o bn_mp_add_d.o bn_mp_addmod.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_cnt_lsb.o bn_mp_complement.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_decr.o bn_mp_div.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_div_d.o bn_mp_dr_is_modulus.o bn_mp_dr_reduce.o bn_mp_dr_setup.o bn_mp_error_to_string.o bn_mp_exch.o bn_mp_expt_u32.o bn_mp_exptmod.o bn_mp_exteuclid.o bn_mp_fread.o bn_mp_from_sbin.o bn_mp_from_ubin.o bn_mp_fwrite.o bn_mp_gcd.o bn_mp_get_i32.o bn_mp_get_i64.o bn_mp_get_l.o bn_mp_get_ll.o bn_mp_get_mag_u32.o bn_mp_get_mag_u64.o bn_mp_get_mag_ul.o bn_mp_get_mag_ull.o bn_mp_grow.o bn_mp_incr.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_i32.o bn_mp_init_i64.o bn_mp_init_l.o bn_mp_init_ll.o bn_mp_init_multi.o bn_mp_init_set.o bn_mp_init_size.o bn_mp_init_u32.o bn_mp_init_u64.o bn_mp_init_ul.o bn_mp_init_ull.o bn_mp_invmod.o bn_mp_is_square.o bn_mp_iseven.o bn_mp_isodd.o bn_mp_kronecker.o bn_mp_lcm.o bn_mp_log_u32.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mod_d.o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_reduce.o bn_mp_montgomery_setup.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_mulmod.o bn_mp_neg.o bn_mp_or.o bn_mp_pack.o bn_mp_pack_count.o bn_mp_prime_fermat.o bn_mp_prime_frobenius_underwood.o bn_mp_prime_is_prime.o bn_mp_prime_miller_rabin.o bn_mp_prime_next_prime.o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rand.o bn_mp_prime_strong_lucas_selfridge.o bn_mp_radix_size.o bn_mp_radix_smap.o bn_mp_rand.o bn_mp_read_radix.o bn_mp_reduce.o bn_mp_reduce_2k.o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_setup.o bn_mp_root_u32.o bn_mp_rshd.o bn_mp_sbin_size.o bn_mp_set.o bn_mp_set_i32.o bn_mp_set_i64.o bn_mp_set_l.o bn_mp_set_ll.o bn_mp_set_u32.o bn_mp_set_u64.o bn_mp_set_ul.o bn_mp_set_ull.o bn_mp_shrink.o bn_mp_signed_rsh.o bn_mp_sqr.o bn_mp_sqrmod.o bn_mp_sqrt.o bn_mp_sqrtmod_prime.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_submod.o bn_mp_to_radix.o bn_mp_to_sbin.o bn_mp_to_ubin.o bn_mp_ubin_size.o bn_mp_unpack.o bn_mp_xor.o bn_mp_zero.o bn_prime_tab.o bn_s_mp_add.o bn_s_mp_balance_mul.o bn_s_mp_exptmod.o bn_s_mp_exptmod_fast.o bn_s_mp_get_bit.o bn_s_mp_invmod_fast.o bn_s_mp_invmod_slow.o bn_s_mp_karatsuba_mul.o bn_s_mp_karatsuba_sqr.o bn_s_mp_montgomery_reduce_fast.o bn_s_mp_mul_digs.o bn_s_mp_mul_digs_fast.o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs_fast.o bn_s_mp_prime_is_divisible.o bn_s_mp_rand_jenkins.o bn_s_mp_rand_platform.o bn_s_mp_reverse.o bn_s_mp_sqr.o bn_s_mp_sqr_fast.o bn_s_mp_sub.o bn_s_mp_toom_mul.o bn_s_mp_toom_sqr.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: creating libtommath.a mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/poly1305/poly1305_memory_multi.c -o src/mac/poly1305/poly1305_memory_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/poly1305/poly1305_test.c -o src/mac/poly1305/poly1305_test.o Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/base-files/ipkg-mips_4kec/base-files into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/base-files_1455-r0+17920-b60e392e58_mips_4kec.ipk a - bn_cutoffs.o a - bn_deprecated.o a - bn_mp_2expt.o a - bn_mp_abs.o a - bn_mp_add.o a - bn_mp_add_d.o a - bn_mp_addmod.o a - bn_mp_and.o a - bn_mp_clamp.o a - bn_mp_clear.o a - bn_mp_clear_multi.o a - bn_mp_cmp.o a - bn_mp_cmp_d.o a - bn_mp_cmp_mag.o a - bn_mp_cnt_lsb.o a - bn_mp_complement.o a - bn_mp_copy.o a - bn_mp_count_bits.o a - bn_mp_decr.o a - bn_mp_div.o a - bn_mp_div_2.o a - bn_mp_div_2d.o a - bn_mp_div_3.o a - bn_mp_div_d.o a - bn_mp_dr_is_modulus.o a - bn_mp_dr_reduce.o a - bn_mp_dr_setup.o a - bn_mp_error_to_string.o a - bn_mp_exch.o a - bn_mp_expt_u32.o a - bn_mp_exptmod.o a - bn_mp_exteuclid.o a - bn_mp_fread.o a - bn_mp_from_sbin.o a - bn_mp_from_ubin.o a - bn_mp_fwrite.o a - bn_mp_gcd.o a - bn_mp_get_i32.o a - bn_mp_get_i64.o a - bn_mp_get_l.o a - bn_mp_get_ll.o a - bn_mp_get_mag_u32.o a - bn_mp_get_mag_u64.o a - bn_mp_get_mag_ul.o a - bn_mp_get_mag_ull.o a - bn_mp_grow.o a - bn_mp_incr.o a - bn_mp_init.o a - bn_mp_init_copy.o a - bn_mp_init_i32.o a - bn_mp_init_i64.o a - bn_mp_init_l.o a - bn_mp_init_ll.o a - bn_mp_init_multi.o a - bn_mp_init_set.o a - bn_mp_init_size.o a - bn_mp_init_u32.o a - bn_mp_init_u64.o a - bn_mp_init_ul.o a - bn_mp_init_ull.o a - bn_mp_invmod.o a - bn_mp_is_square.o a - bn_mp_iseven.o a - bn_mp_isodd.o a - bn_mp_kronecker.o a - bn_mp_lcm.o a - bn_mp_log_u32.o a - bn_mp_lshd.o a - bn_mp_mod.o a - bn_mp_mod_2d.o a - bn_mp_mod_d.o a - bn_mp_montgomery_calc_normalization.o a - bn_mp_montgomery_reduce.o a - bn_mp_montgomery_setup.o a - bn_mp_mul.o a - bn_mp_mul_2.o a - bn_mp_mul_2d.o a - bn_mp_mul_d.o a - bn_mp_mulmod.o a - bn_mp_neg.o a - bn_mp_or.o a - bn_mp_pack.o a - bn_mp_pack_count.o a - bn_mp_prime_fermat.o a - bn_mp_prime_frobenius_underwood.o a - bn_mp_prime_is_prime.o a - bn_mp_prime_miller_rabin.o a - bn_mp_prime_next_prime.o a - bn_mp_prime_rabin_miller_trials.o a - bn_mp_prime_rand.o a - bn_mp_prime_strong_lucas_selfridge.o a - bn_mp_radix_size.o a - bn_mp_radix_smap.o a - bn_mp_rand.o a - bn_mp_read_radix.o a - bn_mp_reduce.o a - bn_mp_reduce_2k.o a - bn_mp_reduce_2k_l.o a - bn_mp_reduce_2k_setup.o a - bn_mp_reduce_2k_setup_l.o a - bn_mp_reduce_is_2k.o a - bn_mp_reduce_is_2k_l.o a - bn_mp_reduce_setup.o a - bn_mp_root_u32.o a - bn_mp_rshd.o a - bn_mp_sbin_size.o a - bn_mp_set.o a - bn_mp_set_i32.o a - bn_mp_set_i64.o a - bn_mp_set_l.o a - bn_mp_set_ll.o a - bn_mp_set_u32.o a - bn_mp_set_u64.o a - bn_mp_set_ul.o a - bn_mp_set_ull.o a - bn_mp_shrink.o a - bn_mp_signed_rsh.o a - bn_mp_sqr.o a - bn_mp_sqrmod.o a - bn_mp_sqrt.o a - bn_mp_sqrtmod_prime.o a - bn_mp_sub.o a - bn_mp_sub_d.o a - bn_mp_submod.o a - bn_mp_to_radix.o a - bn_mp_to_sbin.o a - bn_mp_to_ubin.o a - bn_mp_ubin_size.o a - bn_mp_unpack.o a - bn_mp_xor.o a - bn_mp_zero.o a - bn_prime_tab.o a - bn_s_mp_add.o a - bn_s_mp_balance_mul.o a - bn_s_mp_exptmod.o a - bn_s_mp_exptmod_fast.o a - bn_s_mp_get_bit.o a - bn_s_mp_invmod_fast.o a - bn_s_mp_invmod_slow.o a - bn_s_mp_karatsuba_mul.o a - bn_s_mp_karatsuba_sqr.o a - bn_s_mp_montgomery_reduce_fast.o a - bn_s_mp_mul_digs.o a - bn_s_mp_mul_digs_fast.o a - bn_s_mp_mul_high_digs.o a - bn_s_mp_mul_high_digs_fast.o a - bn_s_mp_prime_is_divisible.o a - bn_s_mp_rand_jenkins.o a - bn_s_mp_rand_platform.o a - bn_s_mp_reverse.o a - bn_s_mp_sqr.o a - bn_s_mp_sqr_fast.o a - bn_s_mp_sub.o a - bn_s_mp_toom_mul.o a - bn_s_mp_toom_sqr.o mips-openwrt-linux-musl-gcc-ranlib libtommath.a echo "base-files" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/base-files.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/base-files' time: package/base-files/compile#2.04#0.57#3.53 mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_done.c -o src/mac/xcbc/xcbc_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_file.c -o src/mac/xcbc/xcbc_file.o make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtommath' mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_init.c -o src/mac/xcbc/xcbc_init.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_memory.c -o src/mac/xcbc/xcbc_memory.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_memory_multi.c -o src/mac/xcbc/xcbc_memory_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_process.c -o src/mac/xcbc/xcbc_process.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/mac/xcbc/xcbc_test.c -o src/mac/xcbc/xcbc_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/fp/ltc_ecc_fp_mulmod.c -o src/math/fp/ltc_ecc_fp_mulmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/gmp_desc.c -o src/math/gmp_desc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/ltm_desc.c -o src/math/ltm_desc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/multi.c -o src/math/multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/radix_to_bin.c -o src/math/radix_to_bin.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/rand_bn.c -o src/math/rand_bn.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/rand_prime.c -o src/math/rand_prime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/math/tfm_desc.c -o src/math/tfm_desc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/adler32.c -o src/misc/adler32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/base64/base64_decode.c -o src/misc/base64/base64_decode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/base64/base64_encode.c -o src/misc/base64/base64_encode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/burn_stack.c -o src/misc/burn_stack.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/compare_testvector.c -o src/misc/compare_testvector.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crc32.c -o src/misc/crc32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt.c -o src/misc/crypt/crypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_argchk.c -o src/misc/crypt/crypt_argchk.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_cipher_descriptor.c -o src/misc/crypt/crypt_cipher_descriptor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_cipher_is_valid.c -o src/misc/crypt/crypt_cipher_is_valid.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_constants.c -o src/misc/crypt/crypt_constants.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_cipher.c -o src/misc/crypt/crypt_find_cipher.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_cipher_any.c -o src/misc/crypt/crypt_find_cipher_any.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_cipher_id.c -o src/misc/crypt/crypt_find_cipher_id.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_hash.c -o src/misc/crypt/crypt_find_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_hash_any.c -o src/misc/crypt/crypt_find_hash_any.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_hash_id.c -o src/misc/crypt/crypt_find_hash_id.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_hash_oid.c -o src/misc/crypt/crypt_find_hash_oid.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_find_prng.c -o src/misc/crypt/crypt_find_prng.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_fsa.c -o src/misc/crypt/crypt_fsa.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_hash_descriptor.c -o src/misc/crypt/crypt_hash_descriptor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_hash_is_valid.c -o src/misc/crypt/crypt_hash_is_valid.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_inits.c -o src/misc/crypt/crypt_inits.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_ltc_mp_descriptor.c -o src/misc/crypt/crypt_ltc_mp_descriptor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_prng_descriptor.c -o src/misc/crypt/crypt_prng_descriptor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_prng_is_valid.c -o src/misc/crypt/crypt_prng_is_valid.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_prng_rng_descriptor.c -o src/misc/crypt/crypt_prng_rng_descriptor.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_all_ciphers.c -o src/misc/crypt/crypt_register_all_ciphers.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_all_hashes.c -o src/misc/crypt/crypt_register_all_hashes.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_all_prngs.c -o src/misc/crypt/crypt_register_all_prngs.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_cipher.c -o src/misc/crypt/crypt_register_cipher.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_hash.c -o src/misc/crypt/crypt_register_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_register_prng.c -o src/misc/crypt/crypt_register_prng.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_sizes.c -o src/misc/crypt/crypt_sizes.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_unregister_cipher.c -o src/misc/crypt/crypt_unregister_cipher.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_unregister_hash.c -o src/misc/crypt/crypt_unregister_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/crypt/crypt_unregister_prng.c -o src/misc/crypt/crypt_unregister_prng.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/error_to_string.c -o src/misc/error_to_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/hkdf/hkdf.c -o src/misc/hkdf/hkdf.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/hkdf/hkdf_test.c -o src/misc/hkdf/hkdf_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/mem_neq.c -o src/misc/mem_neq.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/pk_get_oid.c -o src/misc/pk_get_oid.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/pkcs5/pkcs_5_1.c -o src/misc/pkcs5/pkcs_5_1.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/pkcs5/pkcs_5_2.c -o src/misc/pkcs5/pkcs_5_2.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/pkcs5/pkcs_5_test.c -o src/misc/pkcs5/pkcs_5_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/misc/zeromem.c -o src/misc/zeromem.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_decrypt.c -o src/modes/cbc/cbc_decrypt.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_binary.o ../cil/src/cil_binary.c mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_done.c -o src/modes/cbc/cbc_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_encrypt.c -o src/modes/cbc/cbc_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_getiv.c -o src/modes/cbc/cbc_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_setiv.c -o src/modes/cbc/cbc_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cbc/cbc_start.c -o src/modes/cbc/cbc_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_decrypt.c -o src/modes/cfb/cfb_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_done.c -o src/modes/cfb/cfb_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_encrypt.c -o src/modes/cfb/cfb_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_getiv.c -o src/modes/cfb/cfb_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_setiv.c -o src/modes/cfb/cfb_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/cfb/cfb_start.c -o src/modes/cfb/cfb_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_decrypt.c -o src/modes/ctr/ctr_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_done.c -o src/modes/ctr/ctr_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_encrypt.c -o src/modes/ctr/ctr_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_getiv.c -o src/modes/ctr/ctr_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_setiv.c -o src/modes/ctr/ctr_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_start.c -o src/modes/ctr/ctr_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ctr/ctr_test.c -o src/modes/ctr/ctr_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ecb/ecb_decrypt.c -o src/modes/ecb/ecb_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ecb/ecb_done.c -o src/modes/ecb/ecb_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ecb/ecb_encrypt.c -o src/modes/ecb/ecb_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ecb/ecb_start.c -o src/modes/ecb/ecb_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_decrypt.c -o src/modes/f8/f8_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_done.c -o src/modes/f8/f8_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_encrypt.c -o src/modes/f8/f8_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_getiv.c -o src/modes/f8/f8_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_setiv.c -o src/modes/f8/f8_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_start.c -o src/modes/f8/f8_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/f8/f8_test_mode.c -o src/modes/f8/f8_test_mode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_decrypt.c -o src/modes/lrw/lrw_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_done.c -o src/modes/lrw/lrw_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_encrypt.c -o src/modes/lrw/lrw_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_getiv.c -o src/modes/lrw/lrw_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_process.c -o src/modes/lrw/lrw_process.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_setiv.c -o src/modes/lrw/lrw_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_start.c -o src/modes/lrw/lrw_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/lrw/lrw_test.c -o src/modes/lrw/lrw_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_decrypt.c -o src/modes/ofb/ofb_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_done.c -o src/modes/ofb/ofb_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_encrypt.c -o src/modes/ofb/ofb_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_getiv.c -o src/modes/ofb/ofb_getiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_setiv.c -o src/modes/ofb/ofb_setiv.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/ofb/ofb_start.c -o src/modes/ofb/ofb_start.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_decrypt.c -o src/modes/xts/xts_decrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_done.c -o src/modes/xts/xts_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_encrypt.c -o src/modes/xts/xts_encrypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_init.c -o src/modes/xts/xts_init.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_mult_x.c -o src/modes/xts/xts_mult_x.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/modes/xts/xts_test.c -o src/modes/xts/xts_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/bit/der_decode_bit_string.c -o src/pk/asn1/der/bit/der_decode_bit_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/bit/der_decode_raw_bit_string.c -o src/pk/asn1/der/bit/der_decode_raw_bit_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/bit/der_encode_bit_string.c -o src/pk/asn1/der/bit/der_encode_bit_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/bit/der_encode_raw_bit_string.c -o src/pk/asn1/der/bit/der_encode_raw_bit_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/bit/der_length_bit_string.c -o src/pk/asn1/der/bit/der_length_bit_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/boolean/der_decode_boolean.c -o src/pk/asn1/der/boolean/der_decode_boolean.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/boolean/der_encode_boolean.c -o src/pk/asn1/der/boolean/der_encode_boolean.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/boolean/der_length_boolean.c -o src/pk/asn1/der/boolean/der_length_boolean.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/choice/der_decode_choice.c -o src/pk/asn1/der/choice/der_decode_choice.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.c -o src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.c -o src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/generalizedtime/der_length_generalizedtime.c -o src/pk/asn1/der/generalizedtime/der_length_generalizedtime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/ia5/der_decode_ia5_string.c -o src/pk/asn1/der/ia5/der_decode_ia5_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/ia5/der_encode_ia5_string.c -o src/pk/asn1/der/ia5/der_encode_ia5_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/ia5/der_length_ia5_string.c -o src/pk/asn1/der/ia5/der_length_ia5_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/integer/der_decode_integer.c -o src/pk/asn1/der/integer/der_decode_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/integer/der_encode_integer.c -o src/pk/asn1/der/integer/der_encode_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/integer/der_length_integer.c -o src/pk/asn1/der/integer/der_length_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/object_identifier/der_decode_object_identifier.c -o src/pk/asn1/der/object_identifier/der_decode_object_identifier.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/object_identifier/der_encode_object_identifier.c -o src/pk/asn1/der/object_identifier/der_encode_object_identifier.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/object_identifier/der_length_object_identifier.c -o src/pk/asn1/der/object_identifier/der_length_object_identifier.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/octet/der_decode_octet_string.c -o src/pk/asn1/der/octet/der_decode_octet_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/octet/der_encode_octet_string.c -o src/pk/asn1/der/octet/der_encode_octet_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/octet/der_length_octet_string.c -o src/pk/asn1/der/octet/der_length_octet_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/printable_string/der_decode_printable_string.c -o src/pk/asn1/der/printable_string/der_decode_printable_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/printable_string/der_encode_printable_string.c -o src/pk/asn1/der/printable_string/der_encode_printable_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/printable_string/der_length_printable_string.c -o src/pk/asn1/der/printable_string/der_length_printable_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_decode_sequence_ex.c -o src/pk/asn1/der/sequence/der_decode_sequence_ex.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_decode_sequence_flexi.c -o src/pk/asn1/der/sequence/der_decode_sequence_flexi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_decode_sequence_multi.c -o src/pk/asn1/der/sequence/der_decode_sequence_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c -o src/pk/asn1/der/sequence/der_decode_subject_public_key_info.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_encode_sequence_ex.c -o src/pk/asn1/der/sequence/der_encode_sequence_ex.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_encode_sequence_multi.c -o src/pk/asn1/der/sequence/der_encode_sequence_multi.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c -o src/pk/asn1/der/sequence/der_encode_subject_public_key_info.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_length_sequence.c -o src/pk/asn1/der/sequence/der_length_sequence.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_sequence_free.c -o src/pk/asn1/der/sequence/der_sequence_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/sequence/der_sequence_shrink.c -o src/pk/asn1/der/sequence/der_sequence_shrink.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/set/der_encode_set.c -o src/pk/asn1/der/set/der_encode_set.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/set/der_encode_setof.c -o src/pk/asn1/der/set/der_encode_setof.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/short_integer/der_decode_short_integer.c -o src/pk/asn1/der/short_integer/der_decode_short_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/short_integer/der_encode_short_integer.c -o src/pk/asn1/der/short_integer/der_encode_short_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/short_integer/der_length_short_integer.c -o src/pk/asn1/der/short_integer/der_length_short_integer.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/teletex_string/der_decode_teletex_string.c -o src/pk/asn1/der/teletex_string/der_decode_teletex_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/teletex_string/der_length_teletex_string.c -o src/pk/asn1/der/teletex_string/der_length_teletex_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utctime/der_decode_utctime.c -o src/pk/asn1/der/utctime/der_decode_utctime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utctime/der_encode_utctime.c -o src/pk/asn1/der/utctime/der_encode_utctime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utctime/der_length_utctime.c -o src/pk/asn1/der/utctime/der_length_utctime.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utf8/der_decode_utf8_string.c -o src/pk/asn1/der/utf8/der_decode_utf8_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utf8/der_encode_utf8_string.c -o src/pk/asn1/der/utf8/der_encode_utf8_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/asn1/der/utf8/der_length_utf8_string.c -o src/pk/asn1/der/utf8/der_length_utf8_string.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh.c -o src/pk/dh/dh.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_check_pubkey.c -o src/pk/dh/dh_check_pubkey.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_export.c -o src/pk/dh/dh_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_export_key.c -o src/pk/dh/dh_export_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_free.c -o src/pk/dh/dh_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_generate_key.c -o src/pk/dh/dh_generate_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_import.c -o src/pk/dh/dh_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_set.c -o src/pk/dh/dh_set.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_set_pg_dhparam.c -o src/pk/dh/dh_set_pg_dhparam.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dh/dh_shared_secret.c -o src/pk/dh/dh_shared_secret.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_decrypt_key.c -o src/pk/dsa/dsa_decrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_encrypt_key.c -o src/pk/dsa/dsa_encrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_export.c -o src/pk/dsa/dsa_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_free.c -o src/pk/dsa/dsa_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_generate_key.c -o src/pk/dsa/dsa_generate_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_generate_pqg.c -o src/pk/dsa/dsa_generate_pqg.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_import.c -o src/pk/dsa/dsa_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_make_key.c -o src/pk/dsa/dsa_make_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_set.c -o src/pk/dsa/dsa_set.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_set_pqg_dsaparam.c -o src/pk/dsa/dsa_set_pqg_dsaparam.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_shared_secret.c -o src/pk/dsa/dsa_shared_secret.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_sign_hash.c -o src/pk/dsa/dsa_sign_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_verify_hash.c -o src/pk/dsa/dsa_verify_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/dsa/dsa_verify_key.c -o src/pk/dsa/dsa_verify_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc.c -o src/pk/ecc/ecc.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_ansi_x963_export.c -o src/pk/ecc/ecc_ansi_x963_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_ansi_x963_import.c -o src/pk/ecc/ecc_ansi_x963_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_decrypt_key.c -o src/pk/ecc/ecc_decrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_encrypt_key.c -o src/pk/ecc/ecc_encrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_export.c -o src/pk/ecc/ecc_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_free.c -o src/pk/ecc/ecc_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_get_size.c -o src/pk/ecc/ecc_get_size.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_import.c -o src/pk/ecc/ecc_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_make_key.c -o src/pk/ecc/ecc_make_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_shared_secret.c -o src/pk/ecc/ecc_shared_secret.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_sign_hash.c -o src/pk/ecc/ecc_sign_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_sizes.c -o src/pk/ecc/ecc_sizes.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_test.c -o src/pk/ecc/ecc_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ecc_verify_hash.c -o src/pk/ecc/ecc_verify_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_is_valid_idx.c -o src/pk/ecc/ltc_ecc_is_valid_idx.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_map.c -o src/pk/ecc/ltc_ecc_map.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_mul2add.c -o src/pk/ecc/ltc_ecc_mul2add.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_mulmod.c -o src/pk/ecc/ltc_ecc_mulmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_mulmod_timing.c -o src/pk/ecc/ltc_ecc_mulmod_timing.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_points.c -o src/pk/ecc/ltc_ecc_points.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_projective_add_point.c -o src/pk/ecc/ltc_ecc_projective_add_point.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/ecc/ltc_ecc_projective_dbl_point.c -o src/pk/ecc/ltc_ecc_projective_dbl_point.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_decrypt_key.c -o src/pk/katja/katja_decrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_encrypt_key.c -o src/pk/katja/katja_encrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_export.c -o src/pk/katja/katja_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_exptmod.c -o src/pk/katja/katja_exptmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_free.c -o src/pk/katja/katja_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_import.c -o src/pk/katja/katja_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/katja/katja_make_key.c -o src/pk/katja/katja_make_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_i2osp.c -o src/pk/pkcs1/pkcs_1_i2osp.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_mgf1.c -o src/pk/pkcs1/pkcs_1_mgf1.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_oaep_decode.c -o src/pk/pkcs1/pkcs_1_oaep_decode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_oaep_encode.c -o src/pk/pkcs1/pkcs_1_oaep_encode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_os2ip.c -o src/pk/pkcs1/pkcs_1_os2ip.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_pss_decode.c -o src/pk/pkcs1/pkcs_1_pss_decode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_pss_encode.c -o src/pk/pkcs1/pkcs_1_pss_encode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_v1_5_decode.c -o src/pk/pkcs1/pkcs_1_v1_5_decode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/pkcs1/pkcs_1_v1_5_encode.c -o src/pk/pkcs1/pkcs_1_v1_5_encode.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_decrypt_key.c -o src/pk/rsa/rsa_decrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_encrypt_key.c -o src/pk/rsa/rsa_encrypt_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_export.c -o src/pk/rsa/rsa_export.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_exptmod.c -o src/pk/rsa/rsa_exptmod.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_free.c -o src/pk/rsa/rsa_free.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_get_size.c -o src/pk/rsa/rsa_get_size.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_import.c -o src/pk/rsa/rsa_import.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_import_pkcs8.c -o src/pk/rsa/rsa_import_pkcs8.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_import_x509.c -o src/pk/rsa/rsa_import_x509.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_make_key.c -o src/pk/rsa/rsa_make_key.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_set.c -o src/pk/rsa/rsa_set.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_sign_hash.c -o src/pk/rsa/rsa_sign_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_sign_saltlen_get.c -o src/pk/rsa/rsa_sign_saltlen_get.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/pk/rsa/rsa_verify_hash.c -o src/pk/rsa/rsa_verify_hash.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/chacha20.c -o src/prngs/chacha20.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/fortuna.c -o src/prngs/fortuna.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/rc4.c -o src/prngs/rc4.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/rng_get_bytes.c -o src/prngs/rng_get_bytes.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/rng_make_prng.c -o src/prngs/rng_make_prng.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/sober128.c -o src/prngs/sober128.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/sprng.c -o src/prngs/sprng.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/prngs/yarrow.c -o src/prngs/yarrow.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_crypt.c -o src/stream/chacha/chacha_crypt.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_done.c -o src/stream/chacha/chacha_done.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_ivctr32.c -o src/stream/chacha/chacha_ivctr32.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_ivctr64.c -o src/stream/chacha/chacha_ivctr64.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_keystream.c -o src/stream/chacha/chacha_keystream.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_setup.c -o src/stream/chacha/chacha_setup.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/chacha/chacha_test.c -o src/stream/chacha/chacha_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/rc4/rc4_stream.c -o src/stream/rc4/rc4_stream.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/rc4/rc4_test.c -o src/stream/rc4/rc4_test.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/sober128/sober128_stream.c -o src/stream/sober128/sober128_stream.o mips-openwrt-linux-musl-gcc -Isrc/headers/ -I./src/headers/ -I../ -I./../ -DLTC_SOURCE -I../libtommath/ -I./../libtommath/ -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -DPROGRESS_METER -DDBMULTI_dropbear -DDBMULTI_dbclient -DDBMULTI_dropbearkey -DDBMULTI_scp -DDROPBEAR_MULTI -c src/stream/sober128/sober128_test.c -o src/stream/sober128/sober128_test.o mips-openwrt-linux-musl-gcc-ar r libtomcrypt.a src/ciphers/aes/aes.o src/ciphers/aes/aes_enc.o src/ciphers/anubis.o src/ciphers/blowfish.o src/ciphers/camellia.o src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o src/ciphers/multi2.o src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o src/ciphers/safer/saferp.o src/ciphers/skipjack.o src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_add_aad.o src/encauth/ccm/ccm_add_nonce.o src/encauth/ccm/ccm_done.o src/encauth/ccm/ccm_init.o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_process.o src/encauth/ccm/ccm_reset.o src/encauth/ccm/ccm_test.o src/encauth/chachapoly/chacha20poly1305_add_aad.o src/encauth/chachapoly/chacha20poly1305_decrypt.o src/encauth/chachapoly/chacha20poly1305_done.o src/encauth/chachapoly/chacha20poly1305_encrypt.o src/encauth/chachapoly/chacha20poly1305_init.o src/encauth/chachapoly/chacha20poly1305_memory.o src/encauth/chachapoly/chacha20poly1305_setiv.o src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.o src/encauth/chachapoly/chacha20poly1305_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_done.o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o src/encauth/eax/eax_test.o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_process.o src/encauth/gcm/gcm_reset.o src/encauth/gcm/gcm_test.o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_test.o src/encauth/ocb/s_ocb_done.o src/encauth/ocb3/ocb3_add_aad.o src/encauth/ocb3/ocb3_decrypt.o src/encauth/ocb3/ocb3_decrypt_last.o src/encauth/ocb3/ocb3_decrypt_verify_memory.o src/encauth/ocb3/ocb3_done.o src/encauth/ocb3/ocb3_encrypt.o src/encauth/ocb3/ocb3_encrypt_authenticate_memory.o src/encauth/ocb3/ocb3_encrypt_last.o src/encauth/ocb3/ocb3_init.o src/encauth/ocb3/ocb3_int_ntz.o src/encauth/ocb3/ocb3_int_xor_blocks.o src/encauth/ocb3/ocb3_test.o src/hashes/blake2b.o src/hashes/blake2s.o src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o src/hashes/sha1.o src/hashes/sha2/sha224.o src/hashes/sha2/sha256.o src/hashes/sha2/sha384.o src/hashes/sha2/sha512.o src/hashes/sha2/sha512_224.o src/hashes/sha2/sha512_256.o src/hashes/sha3.o src/hashes/sha3_test.o src/hashes/tiger.o src/hashes/whirl/whirl.o src/mac/blake2/blake2bmac.o src/mac/blake2/blake2bmac_file.o src/mac/blake2/blake2bmac_memory.o src/mac/blake2/blake2bmac_memory_multi.o src/mac/blake2/blake2bmac_test.o src/mac/blake2/blake2smac.o src/mac/blake2/blake2smac_file.o src/mac/blake2/blake2smac_memory.o src/mac/blake2/blake2smac_memory_multi.o src/mac/blake2/blake2smac_test.o src/mac/f9/f9_done.o src/mac/f9/f9_file.o src/mac/f9/f9_init.o src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o src/mac/hmac/hmac_done.o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_test.o src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory.o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_process.o src/mac/omac/omac_test.o src/mac/pelican/pelican.o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_test.o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_test.o src/mac/poly1305/poly1305.o src/mac/poly1305/poly1305_file.o src/mac/poly1305/poly1305_memory.o src/mac/poly1305/poly1305_memory_multi.o src/mac/poly1305/poly1305_test.o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_test.o src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o src/math/radix_to_bin.o src/math/rand_bn.o src/math/rand_prime.o src/math/tfm_desc.o src/misc/adler32.o src/misc/base64/base64_decode.o src/misc/base64/base64_encode.o src/misc/burn_stack.o src/misc/compare_testvector.o src/misc/crc32.o src/misc/crypt/crypt.o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_constants.o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_inits.o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_prng_rng_descriptor.o src/misc/crypt/crypt_register_all_ciphers.o src/misc/crypt/crypt_register_all_hashes.o src/misc/crypt/crypt_register_all_prngs.o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_sizes.o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_prng.o src/misc/error_to_string.o src/misc/hkdf/hkdf.o src/misc/hkdf/hkdf_test.o src/misc/mem_neq.o src/misc/pk_get_oid.o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_2.o src/misc/pkcs5/pkcs_5_test.o src/misc/zeromem.o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_test.o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_start.o src/modes/f8/f8_decrypt.o src/modes/f8/f8_done.o src/modes/f8/f8_encrypt.o src/modes/f8/f8_getiv.o src/modes/f8/f8_setiv.o src/modes/f8/f8_start.o src/modes/f8/f8_test_mode.o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_getiv.o src/modes/lrw/lrw_process.o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_test.o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_start.o src/modes/xts/xts_decrypt.o src/modes/xts/xts_done.o src/modes/xts/xts_encrypt.o src/modes/xts/xts_init.o src/modes/xts/xts_mult_x.o src/modes/xts/xts_test.o src/pk/asn1/der/bit/der_decode_bit_string.o src/pk/asn1/der/bit/der_decode_raw_bit_string.o src/pk/asn1/der/bit/der_encode_bit_string.o src/pk/asn1/der/bit/der_encode_raw_bit_string.o src/pk/asn1/der/bit/der_length_bit_string.o src/pk/asn1/der/boolean/der_decode_boolean.o src/pk/asn1/der/boolean/der_encode_boolean.o src/pk/asn1/der/boolean/der_length_boolean.o src/pk/asn1/der/choice/der_decode_choice.o src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.o src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.o src/pk/asn1/der/generalizedtime/der_length_generalizedtime.o src/pk/asn1/der/ia5/der_decode_ia5_string.o src/pk/asn1/der/ia5/der_encode_ia5_string.o src/pk/asn1/der/ia5/der_length_ia5_string.o src/pk/asn1/der/integer/der_decode_integer.o src/pk/asn1/der/integer/der_encode_integer.o src/pk/asn1/der/integer/der_length_integer.o src/pk/asn1/der/object_identifier/der_decode_object_identifier.o src/pk/asn1/der/object_identifier/der_encode_object_identifier.o src/pk/asn1/der/object_identifier/der_length_object_identifier.o src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.o src/pk/asn1/der/octet/der_length_octet_string.o src/pk/asn1/der/printable_string/der_decode_printable_string.o src/pk/asn1/der/printable_string/der_encode_printable_string.o src/pk/asn1/der/printable_string/der_length_printable_string.o src/pk/asn1/der/sequence/der_decode_sequence_ex.o src/pk/asn1/der/sequence/der_decode_sequence_flexi.o src/pk/asn1/der/sequence/der_decode_sequence_multi.o src/pk/asn1/der/sequence/der_decode_subject_public_key_info.o src/pk/asn1/der/sequence/der_encode_sequence_ex.o src/pk/asn1/der/sequence/der_encode_sequence_multi.o src/pk/asn1/der/sequence/der_encode_subject_public_key_info.o src/pk/asn1/der/sequence/der_length_sequence.o src/pk/asn1/der/sequence/der_sequence_free.o src/pk/asn1/der/sequence/der_sequence_shrink.o src/pk/asn1/der/set/der_encode_set.o src/pk/asn1/der/set/der_encode_setof.o src/pk/asn1/der/short_integer/der_decode_short_integer.o src/pk/asn1/der/short_integer/der_encode_short_integer.o src/pk/asn1/der/short_integer/der_length_short_integer.o src/pk/asn1/der/teletex_string/der_decode_teletex_string.o src/pk/asn1/der/teletex_string/der_length_teletex_string.o src/pk/asn1/der/utctime/der_decode_utctime.o src/pk/asn1/der/utctime/der_encode_utctime.o src/pk/asn1/der/utctime/der_length_utctime.o src/pk/asn1/der/utf8/der_decode_utf8_string.o src/pk/asn1/der/utf8/der_encode_utf8_string.o src/pk/asn1/der/utf8/der_length_utf8_string.o src/pk/dh/dh.o src/pk/dh/dh_check_pubkey.o src/pk/dh/dh_export.o src/pk/dh/dh_export_key.o src/pk/dh/dh_free.o src/pk/dh/dh_generate_key.o src/pk/dh/dh_import.o src/pk/dh/dh_set.o src/pk/dh/dh_set_pg_dhparam.o src/pk/dh/dh_shared_secret.o src/pk/dsa/dsa_decrypt_key.o src/pk/dsa/dsa_encrypt_key.o src/pk/dsa/dsa_export.o src/pk/dsa/dsa_free.o src/pk/dsa/dsa_generate_key.o src/pk/dsa/dsa_generate_pqg.o src/pk/dsa/dsa_import.o src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_set.o src/pk/dsa/dsa_set_pqg_dsaparam.o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_sign_hash.o src/pk/dsa/dsa_verify_hash.o src/pk/dsa/dsa_verify_key.o src/pk/ecc/ecc.o src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/ecc_decrypt_key.o src/pk/ecc/ecc_encrypt_key.o src/pk/ecc/ecc_export.o src/pk/ecc/ecc_free.o src/pk/ecc/ecc_get_size.o src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_verify_hash.o src/pk/ecc/ltc_ecc_is_valid_idx.o src/pk/ecc/ltc_ecc_map.o src/pk/ecc/ltc_ecc_mul2add.o src/pk/ecc/ltc_ecc_mulmod.o src/pk/ecc/ltc_ecc_mulmod_timing.o src/pk/ecc/ltc_ecc_points.o src/pk/ecc/ltc_ecc_projective_add_point.o src/pk/ecc/ltc_ecc_projective_dbl_point.o src/pk/katja/katja_decrypt_key.o src/pk/katja/katja_encrypt_key.o src/pk/katja/katja_export.o src/pk/katja/katja_exptmod.o src/pk/katja/katja_free.o src/pk/katja/katja_import.o src/pk/katja/katja_make_key.o src/pk/pkcs1/pkcs_1_i2osp.o src/pk/pkcs1/pkcs_1_mgf1.o src/pk/pkcs1/pkcs_1_oaep_decode.o src/pk/pkcs1/pkcs_1_oaep_encode.o src/pk/pkcs1/pkcs_1_os2ip.o src/pk/pkcs1/pkcs_1_pss_decode.o src/pk/pkcs1/pkcs_1_pss_encode.o src/pk/pkcs1/pkcs_1_v1_5_decode.o src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_get_size.o src/pk/rsa/rsa_import.o src/pk/rsa/rsa_import_pkcs8.o src/pk/rsa/rsa_import_x509.o src/pk/rsa/rsa_make_key.o src/pk/rsa/rsa_set.o src/pk/rsa/rsa_sign_hash.o src/pk/rsa/rsa_sign_saltlen_get.o src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/rc4.o src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_test.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: creating libtomcrypt.a mips-openwrt-linux-musl-gcc-ranlib libtomcrypt.a mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_build_ast.o ../cil/src/cil_build_ast.c make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/libtomcrypt' mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -DPIC -fpic -specs=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/hardened-ld-pie.specs -znow -zrelro -Wl,--gc-sections -flto=jobserver -o dropbearmulti dbmulti.o atomicio.o bignum.o buffer.o chachapoly.o circbuffer.o cli-agentfwd.o cli-auth.o cli-authinteract.o cli-authpasswd.o cli-authpubkey.o cli-channel.o cli-chansession.o cli-kex.o cli-main.o cli-runopts.o cli-session.o cli-tcpfwd.o common-algo.o common-channel.o common-chansession.o common-kex.o common-runopts.o common-session.o compat.o crypto_desc.o curve25519.o dbhelpers.o dbmalloc.o dbrandom.o dbutil.o dh_groups.o dropbearkey.o dss.o ecc.o ecdsa.o ed25519.o fake-rfc2553.o gcm.o gendss.o gened25519.o genrsa.o gensignkey.o list.o listener.o loginrec.o ltc_prng.o netio.o packet.o process-packet.o progressmeter.o queue.o rsa.o scp.o scpmisc.o signkey.o sshpty.o svr-agentfwd.o svr-auth.o svr-authpam.o svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-chansession.o svr-kex.o svr-main.o svr-runopts.o svr-service.o svr-session.o svr-tcpfwd.o svr-x11fwd.o tcp-accept.o termcodes.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lcrypt mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_copy_ast.o ../cil/src/cil_copy_ast.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_find.o ../cil/src/cil_find.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_fqn.o ../cil/src/cil_fqn.c flex -o ../cil/src/cil_lexer.c ../cil/src/cil_lexer.l mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_lexer.o ../cil/src/cil_lexer.c make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81' make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81 AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size PROGRAMS="dropbearconvert" make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81' mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include dropbearconvert.c -o dropbearconvert.o mips-openwrt-linux-musl-gcc -c -I./libtomcrypt/src/headers/ -DLOCALOPTIONS_H_EXISTS -I. -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81=dropbear-2020.81 -Wformat -Werror=format-security -DPIC -fpic -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DARGTYPE=3 -ffunction-sections -fdata-sections -flto -Wno-pointer-sign -fno-strict-overflow -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include keyimport.c -o keyimport.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_list.o ../cil/src/cil_list.c mips-openwrt-linux-musl-gcc -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -DPIC -fpic -specs=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/hardened-ld-pie.specs -znow -zrelro -Wl,--gc-sections -flto=jobserver -o dropbearconvert dbutil.o buffer.o dbhelpers.o dss.o bignum.o signkey.o rsa.o dbrandom.o queue.o atomicio.o compat.o fake-rfc2553.o ltc_prng.o ecc.o ecdsa.o crypto_desc.o curve25519.o ed25519.o dbmalloc.o gensignkey.o gendss.o genrsa.o gened25519.o dropbearconvert.o keyimport.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_log.o ../cil/src/cil_log.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_mem.o ../cil/src/cil_mem.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_parser.o ../cil/src/cil_parser.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_policy.o ../cil/src/cil_policy.c mv -f .deps/sqlite3-shell.Tpo .deps/sqlite3-shell.Po mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_post.o ../cil/src/cil_post.c autoreconf: configure.ac: tracing mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_reset_ast.o ../cil/src/cil_reset_ast.c autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/libtoolize --install --force mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_resolve_ast.o ../cil/src/cil_resolve_ast.c make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/dropbearmulti /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/sbin/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/bin ln -sf ../sbin/dropbear /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/bin/dbclient ln -sf ../sbin/dropbear /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/bin/dropbearkey install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/config install -m0600 ./files/dropbear.config /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/config/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/init.d install -m0755 ./files/dropbear.init /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/init.d/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/usr/lib/opkg/info install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/lib/preinit install -m0644 ./files/dropbear.failsafe /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/lib/preinit/99_10_failsafe_dropbear OpenWrt-libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. OpenWrt-libtoolize: linking file `build-aux/config.guess' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/dropbear/dropbear_ed25519_host_key touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/etc/dropbear/dropbear_rsa_host_key touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/.pkgdir/dropbear/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.dropbear_installed OpenWrt-libtoolize: linking file `build-aux/config.sub' removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/dropbear_2020.81-2_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo OpenWrt-libtoolize: linking file `build-aux/install-sh' install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/dropbearmulti /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/sbin/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/bin ln -sf ../sbin/dropbear /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/bin/dbclient OpenWrt-libtoolize: linking file `build-aux/ltmain.sh' ln -sf ../sbin/dropbear /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/bin/dropbearkey install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/config install -m0600 ./files/dropbear.config /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/config/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/init.d install -m0755 ./files/dropbear.init /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/init.d/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/lib/opkg/info install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/dropbear install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/lib/preinit install -m0644 ./files/dropbear.failsafe /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/lib/preinit/99_10_failsafe_dropbear touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/dropbear/dropbear_ed25519_host_key touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/etc/dropbear/dropbear_rsa_host_key find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. OpenWrt-libtoolize: linking file `m4/libtool.m4' export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear OpenWrt-libtoolize: linking file `m4/ltoptions.m4' rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/usr/sbin/dropbear: shared object OpenWrt-libtoolize: linking file `m4/ltsugar.m4' (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_dropbear_conffiles" > conffiles; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages OpenWrt-libtoolize: linking file `m4/ltversion.m4' OpenWrt-libtoolize: linking file `m4/lt~obsolete.m4' Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/dropbear-2020.81/ipkg-mips_4kec/dropbear into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/dropbear_2020.81-2_mips_4kec.ipk echo "dropbear" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/dropbear.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/services/dropbear' time: package/network/services/dropbear/compile#34.75#7.43#24.10 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_stack.o ../cil/src/cil_stack.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_strpool.o ../cil/src/cil_strpool.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_symtab.o ../cil/src/cil_symtab.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_tree.o ../cil/src/cil_tree.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_verify.o ../cil/src/cil_verify.c mips-openwrt-linux-musl-gcc-ar rcs libsepol.a assertion.o avrule_block.o avtab.o boolean_record.o booleans.o conditional.o constraint.o context.o context_record.o debug.o ebitmap.o expand.o handle.o hashtab.o hierarchy.o ibendport_record.o ibendports.o ibpkey_record.o ibpkeys.o iface_record.o interfaces.o kernel_to_cil.o kernel_to_common.o kernel_to_conf.o link.o mls.o module.o module_to_cil.o node_record.o nodes.o optimize.o polcaps.o policydb.o policydb_convert.o policydb_public.o policydb_validate.o port_record.o ports.o services.o sidtab.o symtab.o user_record.o users.o util.o write.o ../cil/src/cil.o ../cil/src/cil_binary.o ../cil/src/cil_build_ast.o ../cil/src/cil_copy_ast.o ../cil/src/cil_find.o ../cil/src/cil_fqn.o ../cil/src/cil_lexer.o ../cil/src/cil_list.o ../cil/src/cil_log.o ../cil/src/cil_mem.o ../cil/src/cil_parser.o ../cil/src/cil_policy.o ../cil/src/cil_post.o ../cil/src/cil_reset_ast.o ../cil/src/cil_resolve_ast.o ../cil/src/cil_stack.o ../cil/src/cil_strpool.o ../cil/src/cil_symtab.o ../cil/src/cil_tree.o ../cil/src/cil_verify.o mips-openwrt-linux-musl-gcc-ranlib libsepol.a mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o assertion.lo assertion.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o avrule_block.lo avrule_block.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o avtab.lo avtab.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o boolean_record.lo boolean_record.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o booleans.lo booleans.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o conditional.lo conditional.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o constraint.lo constraint.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o context.lo context.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o context_record.lo context_record.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o debug.lo debug.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ebitmap.lo ebitmap.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o expand.lo expand.c autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoconf --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal --force autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/autoheader --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/host/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/hostpkg/share/aclocal --include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/share/aclocal --force mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o handle.lo handle.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o hashtab.lo hashtab.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o hierarchy.lo hierarchy.c autoreconf: running: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/automake --add-missing --force-missing mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibendport_record.lo ibendport_record.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibendports.lo ibendports.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibpkey_record.lo ibpkey_record.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibpkeys.lo ibpkeys.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o iface_record.lo iface_record.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o interfaces.lo interfaces.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_cil.lo kernel_to_cil.c autoreconf: Leaving directory `.' find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7 -name \*.o -or -name \*.\?o -or -name \*.a | xargs -r rm -f rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.config_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.configured_* touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.config_68b329da9893e34099c7d8ad5cb9c940_fcb9f2144804dc6190c57357b6c5b0ce (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/./; if [ -x ./configure ]; then find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ -name config.guess | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ -name config.guess | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.guess; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ -name config.sub | xargs -r chmod u+w; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ -name config.sub | xargs -r -n1 cp --remove-destination /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/config.sub; AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY " CPPFLAGS="-I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --enable-shared --enable-static --enable-devel --with-kernel="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers" --with-xtlibdir=/usr/lib/iptables --with-xt-lock-name=/var/run/xtables.lock --disable-connlabel --disable-nftables libxtables; fi; ) configure: WARNING: you should use --build, --host, --target configure: WARNING: unrecognized options: --disable-nls configure: loading site script /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/site/mips checking for a BSD-compatible install... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c checking whether build environment is sane... yes checking for mips-openwrt-linux-strip... mips-openwrt-linux-musl-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips-openwrt-linux-gcc... mips-openwrt-linux-musl-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether mips-openwrt-linux-musl-gcc accepts -g... yes checking for mips-openwrt-linux-musl-gcc option to accept ISO C89... none needed checking whether mips-openwrt-linux-musl-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of mips-openwrt-linux-musl-gcc... gcc3 checking for mips-openwrt-linux-ar... mips-openwrt-linux-musl-gcc-ar checking the archiver (mips-openwrt-linux-musl-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... mips-openwrt-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed checking for grep that handles long lines and -e... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep checking for egrep... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep -E checking for fgrep... /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/grep -F checking for ld used by mips-openwrt-linux-musl-gcc... mips-openwrt-linux-musl-ld checking if the linker (mips-openwrt-linux-musl-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... mips-openwrt-linux-musl-gcc-nm checking the name lister (mips-openwrt-linux-musl-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to mips-openwrt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for mips-openwrt-linux-musl-ld option to reload object files... -r checking for mips-openwrt-linux-objdump... mips-openwrt-linux-musl-objdump checking how to recognize dependent libraries... pass_all checking for mips-openwrt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-openwrt-linux-ar... (cached) mips-openwrt-linux-musl-gcc-ar checking for archiver @FILE support... @ checking for mips-openwrt-linux-strip... (cached) mips-openwrt-linux-musl-strip checking for mips-openwrt-linux-ranlib... mips-openwrt-linux-musl-gcc-ranlib checking command to parse mips-openwrt-linux-musl-gcc-nm output from mips-openwrt-linux-musl-gcc object... ok checking for sysroot... no checking for mips-openwrt-linux-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... mips-openwrt-linux-musl-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_common.lo kernel_to_common.c yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_conf.lo kernel_to_conf.c yes checking for objdir... .libs checking if mips-openwrt-linux-musl-gcc supports -fno-rtti -fno-exceptions... no checking for mips-openwrt-linux-musl-gcc option to produce PIC... -fPIC -DPIC checking if mips-openwrt-linux-musl-gcc PIC flag -fPIC -DPIC works... yes checking if mips-openwrt-linux-musl-gcc static flag -static works... yes checking if mips-openwrt-linux-musl-gcc supports -c -o file.o... yes checking if mips-openwrt-linux-musl-gcc supports -c -o file.o... (cached) yes checking whether the mips-openwrt-linux-musl-gcc linker (mips-openwrt-linux-musl-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether mips-openwrt-linux-musl-ld knows -Wl,--no-undefined... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking linux/ip_vs.h usability... yes checking linux/ip_vs.h presence... yes checking for linux/ip_vs.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/proc_fs.h usability... no checking linux/proc_fs.h presence... no checking for linux/proc_fs.h... no checking linux/bpf.h usability... yes checking linux/bpf.h presence... yes checking for linux/bpf.h... yes checking size of struct ip6_hdr... 40 checking pkg-config is at least version 0.9.0... yes checking for libnfnetlink... no checking that generated files are newer than configure... done configure: creating ./config.status mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o link.lo link.c config.status: creating Makefile config.status: creating extensions/GNUmakefile config.status: creating include/Makefile config.status: creating iptables/Makefile config.status: creating iptables/xtables.pc config.status: creating iptables/iptables.8 config.status: creating iptables/iptables-extensions.8.tmpl config.status: creating iptables/iptables-save.8 config.status: creating iptables/iptables-restore.8 config.status: creating iptables/iptables-apply.8 config.status: creating iptables/iptables-xml.1 config.status: creating libipq/Makefile config.status: creating libipq/libipq.pc config.status: creating libiptc/Makefile config.status: creating libiptc/libiptc.pc config.status: creating libiptc/libip4tc.pc config.status: creating libiptc/libip6tc.pc config.status: creating libxtables/Makefile config.status: creating utils/Makefile config.status: creating include/xtables-version.h config.status: creating iptables/xtables-monitor.8 config.status: creating utils/nfnl_osf.8 config.status: creating utils/nfbpf_compile.8 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-nls Iptables Configuration: IPv4 support: yes IPv6 support: yes Devel support: yes IPQ support: no Large file support: yes BPF utils support: no nfsynproxy util support: no nftables support: no connlabel support: no Build parameters: Put plugins into executable (static): yes Support plugins via dlopen (shared): yes Installation prefix (--prefix): /usr Xtables extension directory: /usr/lib/iptables Pkg-config directory: /usr/lib/pkgconfig Xtables lock file: /var/run/xtables.lock Kernel source directory: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers Kernel build directory: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers Host: mips-openwrt-linux-gnu GCC binary: mips-openwrt-linux-musl-gcc Iptables modules that will not be built: connlabel touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.configured_68b329da9893e34099c7d8ad5cb9c940_fcb9f2144804dc6190c57357b6c5b0ce rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections " make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size COPT_FLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY" KERNEL_DIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/" PREFIX=/usr KBUILD_OUTPUT="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76" BUILTIN_MODULES="standard icmp tcp udp comment set SET limit mac multiport comment LOG nf_log_common nf_log_ipv4 TCPMSS REJECT time mark MARK icmp6 REJECT state conntrack SNAT DNAT MASQUERADE REDIRECT" ; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make all-recursive make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' Making all in libiptc make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' /bin/bash ../libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip4tc.lo -MD -MP -MF .deps/libip4tc.Tpo -c -o libip4tc.lo libip4tc.c /bin/bash ../libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip6tc.lo -MD -MP -MF .deps/libip6tc.Tpo -c -o libip6tc.lo libip6tc.c OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip4tc.lo -MD -MP -MF .deps/libip4tc.Tpo -c libip4tc.c -fPIC -DPIC -o .libs/libip4tc.o OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip6tc.lo -MD -MP -MF .deps/libip6tc.Tpo -c libip6tc.c -fPIC -DPIC -o .libs/libip6tc.o mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o mls.lo mls.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o module.lo module.c OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip4tc.lo -MD -MP -MF .deps/libip4tc.Tpo -c libip4tc.c -o libip4tc.o >/dev/null 2>&1 OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libip6tc.lo -MD -MP -MF .deps/libip6tc.Tpo -c libip6tc.c -o libip6tc.o >/dev/null 2>&1 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o module_to_cil.lo module_to_cil.c mv -f .deps/libip6tc.Tpo .deps/libip6tc.Plo /bin/bash ../libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -version-info 2:0:0 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libip6tc.la -rpath /usr/lib libip6tc.lo mv -f .deps/libip4tc.Tpo .deps/libip4tc.Plo /bin/bash ../libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -version-info 2:0:0 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libip4tc.la -rpath /usr/lib libip4tc.lo OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -shared -fPIC -DPIC .libs/libip6tc.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -Os -mno-branch-likely -mips32r2 -mtune=4kec -msoft-float -fstack-protector -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-soname -Wl,libip6tc.so.2 -o .libs/libip6tc.so.2.0.0 OpenWrt-libtool: link: (cd ".libs" && rm -f "libip6tc.so.2" && ln -s "libip6tc.so.2.0.0" "libip6tc.so.2") OpenWrt-libtool: link: (cd ".libs" && rm -f "libip6tc.so" && ln -s "libip6tc.so.2.0.0" "libip6tc.so") OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ar cru .libs/libip6tc.a libip6tc.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: `u' modifier ignored since `D' is the default (see `U') OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ranlib .libs/libip6tc.a OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -shared -fPIC -DPIC .libs/libip4tc.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -Os -mno-branch-likely -mips32r2 -mtune=4kec -msoft-float -fstack-protector -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-soname -Wl,libip4tc.so.2 -o .libs/libip4tc.so.2.0.0 OpenWrt-libtool: link: ( cd ".libs" && rm -f "libip6tc.la" && ln -s "../libip6tc.la" "libip6tc.la" ) OpenWrt-libtool: link: (cd ".libs" && rm -f "libip4tc.so.2" && ln -s "libip4tc.so.2.0.0" "libip4tc.so.2") OpenWrt-libtool: link: (cd ".libs" && rm -f "libip4tc.so" && ln -s "libip4tc.so.2.0.0" "libip4tc.so") OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ar cru .libs/libip4tc.a libip4tc.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: `u' modifier ignored since `D' is the default (see `U') OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ranlib .libs/libip4tc.a OpenWrt-libtool: link: ( cd ".libs" && rm -f "libip4tc.la" && ln -s "../libip4tc.la" "libip4tc.la" ) make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' Making all in libxtables make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' /bin/bash ../libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtables.lo -MD -MP -MF .deps/libxtables_la-xtables.Tpo -c -o libxtables_la-xtables.lo `test -f 'xtables.c' || echo './'`xtables.c /bin/bash ../libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtoptions.lo -MD -MP -MF .deps/libxtables_la-xtoptions.Tpo -c -o libxtables_la-xtoptions.lo `test -f 'xtoptions.c' || echo './'`xtoptions.c /bin/bash ../libtool --tag=CC --mode=compile mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-getethertype.lo -MD -MP -MF .deps/libxtables_la-getethertype.Tpo -c -o libxtables_la-getethertype.lo `test -f 'getethertype.c' || echo './'`getethertype.c OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtoptions.lo -MD -MP -MF .deps/libxtables_la-xtoptions.Tpo -c xtoptions.c -fPIC -DPIC -o .libs/libxtables_la-xtoptions.o OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-getethertype.lo -MD -MP -MF .deps/libxtables_la-getethertype.Tpo -c getethertype.c -fPIC -DPIC -o .libs/libxtables_la-getethertype.o OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtables.lo -MD -MP -MF .deps/libxtables_la-xtables.Tpo -c xtables.c -fPIC -DPIC -o .libs/libxtables_la-xtables.o xtables.c:371:14: warning: 'get_modprobe' defined but not used [-Wunused-function] 371 | static char *get_modprobe(void) | ^~~~~~~~~~~~ OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-getethertype.lo -MD -MP -MF .deps/libxtables_la-getethertype.Tpo -c getethertype.c -o libxtables_la-getethertype.o >/dev/null 2>&1 mv -f .deps/libxtables_la-getethertype.Tpo .deps/libxtables_la-getethertype.Plo OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtoptions.lo -MD -MP -MF .deps/libxtables_la-xtoptions.Tpo -c xtoptions.c -o libxtables_la-xtoptions.o >/dev/null 2>&1 OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT libxtables_la-xtables.lo -MD -MP -MF .deps/libxtables_la-xtables.Tpo -c xtables.c -o libxtables_la-xtables.o >/dev/null 2>&1 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o node_record.lo node_record.c mv -f .deps/libxtables_la-xtoptions.Tpo .deps/libxtables_la-xtoptions.Plo mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o nodes.lo nodes.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o optimize.lo optimize.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o polcaps.lo polcaps.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb.lo policydb.c mv -f .deps/libxtables_la-xtables.Tpo .deps/libxtables_la-xtables.Plo /bin/bash ../libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -version-info 16:0:4 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libxtables.la -rpath /usr/lib libxtables_la-xtables.lo libxtables_la-xtoptions.lo libxtables_la-getethertype.lo -lm -ldl OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -shared -fPIC -DPIC .libs/libxtables_la-xtables.o .libs/libxtables_la-xtoptions.o .libs/libxtables_la-getethertype.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -lm -ldl -Os -mno-branch-likely -mips32r2 -mtune=4kec -msoft-float -fstack-protector -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-soname -Wl,libxtables.so.12 -o .libs/libxtables.so.12.4.0 OpenWrt-libtool: link: (cd ".libs" && rm -f "libxtables.so.12" && ln -s "libxtables.so.12.4.0" "libxtables.so.12") OpenWrt-libtool: link: (cd ".libs" && rm -f "libxtables.so" && ln -s "libxtables.so.12.4.0" "libxtables.so") OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ar cru .libs/libxtables.a libxtables_la-xtables.o libxtables_la-xtoptions.o libxtables_la-getethertype.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: `u' modifier ignored since `D' is the default (see `U') OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ranlib .libs/libxtables.a OpenWrt-libtool: link: ( cd ".libs" && rm -f "libxtables.la" && ln -s "../libxtables.la" "libxtables.la" ) make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' Making all in include make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' Making all in utils make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' Making all in extensions make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions' mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_MARK.o.d,-MT,libxt_MARK.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_MARK_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_MARK.o -c libxt_MARK.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_SET.o.d,-MT,libxt_SET.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_SET_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_SET.o -c libxt_SET.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TCPMSS.o.d,-MT,libxt_TCPMSS.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_TCPMSS_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TCPMSS.o -c libxt_TCPMSS.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_comment.o.d,-MT,libxt_comment.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_comment_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_comment.o -c libxt_comment.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_conntrack.o.d,-MT,libxt_conntrack.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_conntrack_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_conntrack.o -c libxt_conntrack.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_limit.o.d,-MT,libxt_limit.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_limit_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_limit.o -c libxt_limit.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_mac.o.d,-MT,libxt_mac.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_mac_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_mac.o -c libxt_mac.c; libxt_conntrack.c:1177:12: warning: 'state_xlate' defined but not used [-Wunused-function] 1177 | static int state_xlate(struct xt_xlate *xl, | ^~~~~~~~~~~ libxt_conntrack.c:1143:13: warning: 'state_save' defined but not used [-Wunused-function] 1143 | static void state_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~ libxt_conntrack.c:1133:1: warning: 'state_print' defined but not used [-Wunused-function] 1133 | state_print(const void *ip, | ^~~~~~~~~~~ libxt_conntrack.c:1095:13: warning: 'state_ct23_parse' defined but not used [-Wunused-function] 1095 | static void state_ct23_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~ libxt_conntrack.c:1084:13: warning: 'state_ct1_parse' defined but not used [-Wunused-function] 1084 | static void state_ct1_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~ libxt_conntrack.c:1074:13: warning: 'state_parse' defined but not used [-Wunused-function] 1074 | static void state_parse(struct xt_option_call *cb) | ^~~~~~~~~~~ libxt_conntrack.c:1022:37: warning: 'state_opts' defined but not used [-Wunused-const-variable=] 1022 | static const struct xt_option_entry state_opts[] = { | ^~~~~~~~~~ libxt_conntrack.c:1014:1: warning: 'state_help' defined but not used [-Wunused-function] 1014 | state_help(void) | ^~~~~~~~~~ libxt_conntrack.c:1004:1: warning: 'conntrack1_mt6_save' defined but not used [-Wunused-function] 1004 | conntrack1_mt6_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:994:1: warning: 'conntrack1_mt4_save' defined but not used [-Wunused-function] 994 | conntrack1_mt4_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:987:13: warning: 'conntrack2_mt6_save' defined but not used [-Wunused-function] 987 | static void conntrack2_mt6_save(const void *ip, | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:981:13: warning: 'conntrack2_mt_save' defined but not used [-Wunused-function] 981 | static void conntrack2_mt_save(const void *ip, | ^~~~~~~~~~~~~~~~~~ libxt_conntrack.c:964:13: warning: 'conntrack_save' defined but not used [-Wunused-function] 964 | static void conntrack_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~ libxt_conntrack.c:944:1: warning: 'conntrack2_mt6_print' defined but not used [-Wunused-function] 944 | conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:937:1: warning: 'conntrack2_mt_print' defined but not used [-Wunused-function] 937 | conntrack2_mt_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:926:1: warning: 'conntrack1_mt6_print' defined but not used [-Wunused-function] 926 | conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:915:1: warning: 'conntrack1_mt4_print' defined but not used [-Wunused-function] 915 | conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:908:13: warning: 'conntrack_print' defined but not used [-Wunused-function] 908 | static void conntrack_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~ libxt_conntrack.c:538:13: warning: 'conntrack2_mt_parse' defined but not used [-Wunused-function] 538 | static void conntrack2_mt_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~~~~ mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_mark.o.d,-MT,libxt_mark.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_mark_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_mark.o -c libxt_mark.c; libxt_conntrack.c:515:13: warning: 'conntrack1_mt_parse' defined but not used [-Wunused-function] 515 | static void conntrack1_mt_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:337:13: warning: 'conntrack_parse' defined but not used [-Wunused-function] 337 | static void conntrack_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~ libxt_conntrack.c:119:37: warning: 'conntrack2_mt_opts' defined but not used [-Wunused-const-variable=] 119 | static const struct xt_option_entry conntrack2_mt_opts[] = { | ^~~~~~~~~~~~~~~~~~ libxt_conntrack.c:96:37: warning: 'conntrack_mt_opts_v0' defined but not used [-Wunused-const-variable=] 96 | static const struct xt_option_entry conntrack_mt_opts_v0[] = { | ^~~~~~~~~~~~~~~~~~~~ mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_multiport.o.d,-MT,libxt_multiport.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_multiport_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_multiport.o -c libxt_multiport.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_set.o.d,-MT,libxt_set.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_set_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_set.o -c libxt_set.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_standard.o.d,-MT,libxt_standard.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_standard_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_standard.o -c libxt_standard.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_tcp.o.d,-MT,libxt_tcp.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_tcp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_tcp.o -c libxt_tcp.c; libxt_multiport.c:508:12: warning: 'multiport_xlate6' defined but not used [-Wunused-function] 508 | static int multiport_xlate6(struct xt_xlate *xl, | ^~~~~~~~~~~~~~~~ libxt_multiport.c:499:12: warning: 'multiport_xlate' defined but not used [-Wunused-function] 499 | static int multiport_xlate(struct xt_xlate *xl, | ^~~~~~~~~~~~~~~ libxt_multiport.c:414:13: warning: 'multiport_save6' defined but not used [-Wunused-function] 414 | static void multiport_save6(const void *ip_void, | ^~~~~~~~~~~~~~~ libxt_multiport.c:407:13: warning: 'multiport_save' defined but not used [-Wunused-function] 407 | static void multiport_save(const void *ip_void, | ^~~~~~~~~~~~~~ libxt_multiport.c:319:13: warning: 'multiport_print6' defined but not used [-Wunused-function] 319 | static void multiport_print6(const void *ip_void, | ^~~~~~~~~~~~~~~~ libxt_multiport.c:312:13: warning: 'multiport_print' defined but not used [-Wunused-function] 312 | static void multiport_print(const void *ip_void, | ^~~~~~~~~~~~~~~ libxt_multiport.c:201:13: warning: 'multiport_parse6' defined but not used [-Wunused-function] 201 | static void multiport_parse6(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~ libxt_multiport.c:194:13: warning: 'multiport_parse' defined but not used [-Wunused-function] 194 | static void multiport_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~ libxt_multiport.c:22:13: warning: 'multiport_help' defined but not used [-Wunused-function] 22 | static void multiport_help(void) | ^~~~~~~~~~~~~~ mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_time.o.d,-MT,libxt_time.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_time_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_time.o -c libxt_time.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_udp.o.d,-MT,libxt_udp.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libxt_udp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_udp.o -c libxt_udp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_DNAT.o.d,-MT,libipt_DNAT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_DNAT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_DNAT.o -c libipt_DNAT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_LOG.o.d,-MT,libipt_LOG.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_LOG_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_LOG.o -c libipt_LOG.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_MASQUERADE.o.d,-MT,libipt_MASQUERADE.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_MASQUERADE_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_MASQUERADE.o -c libipt_MASQUERADE.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_REDIRECT.o.d,-MT,libipt_REDIRECT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_REDIRECT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_REDIRECT.o -c libipt_REDIRECT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_REJECT.o.d,-MT,libipt_REJECT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_REJECT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_REJECT.o -c libipt_REJECT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_SNAT.o.d,-MT,libipt_SNAT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_SNAT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_SNAT.o -c libipt_SNAT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_icmp.o.d,-MT,libipt_icmp.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libipt_icmp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_icmp.o -c libipt_icmp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_DNAT.o.d,-MT,libip6t_DNAT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_DNAT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_DNAT.o -c libip6t_DNAT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_LOG.o.d,-MT,libip6t_LOG.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_LOG_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_LOG.o -c libip6t_LOG.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_MASQUERADE.o.d,-MT,libip6t_MASQUERADE.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_MASQUERADE_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_MASQUERADE.o -c libip6t_MASQUERADE.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_REDIRECT.o.d,-MT,libip6t_REDIRECT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_REDIRECT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_REDIRECT.o -c libip6t_REDIRECT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_REJECT.o.d,-MT,libip6t_REJECT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_REJECT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_REJECT.o -c libip6t_REJECT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_SNAT.o.d,-MT,libip6t_SNAT.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_SNAT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_SNAT.o -c libip6t_SNAT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_icmp6.o.d,-MT,libip6t_icmp6.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DNO_SHARED_LIBS=1 -D_INIT=libip6t_icmp6_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_icmp6.o -c libip6t_icmp6.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_AUDIT.oo.d,-MT,libxt_AUDIT.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_AUDIT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_AUDIT.oo -c libxt_AUDIT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_CHECKSUM.oo.d,-MT,libxt_CHECKSUM.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_CHECKSUM_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_CHECKSUM.oo -c libxt_CHECKSUM.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_CLASSIFY.oo.d,-MT,libxt_CLASSIFY.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_CLASSIFY_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_CLASSIFY.oo -c libxt_CLASSIFY.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_CONNMARK.oo.d,-MT,libxt_CONNMARK.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_CONNMARK_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_CONNMARK.oo -c libxt_CONNMARK.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_CONNSECMARK.oo.d,-MT,libxt_CONNSECMARK.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_CONNSECMARK_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_CONNSECMARK.oo -c libxt_CONNSECMARK.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_CT.oo.d,-MT,libxt_CT.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_CT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_CT.oo -c libxt_CT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_DSCP.oo.d,-MT,libxt_DSCP.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_DSCP_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_DSCP.oo -c libxt_DSCP.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_FLOWOFFLOAD.oo.d,-MT,libxt_FLOWOFFLOAD.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_FLOWOFFLOAD_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_FLOWOFFLOAD.oo -c libxt_FLOWOFFLOAD.c; libxt_CT.c:344:13: warning: 'notrack_ct2_tg_init' defined but not used [-Wunused-function] 344 | static void notrack_ct2_tg_init(struct xt_entry_target *target) | ^~~~~~~~~~~~~~~~~~~ libxt_CT.c:337:13: warning: 'notrack_ct1_tg_init' defined but not used [-Wunused-function] 337 | static void notrack_ct1_tg_init(struct xt_entry_target *target) | ^~~~~~~~~~~~~~~~~~~ libxt_CT.c:330:13: warning: 'notrack_ct0_tg_init' defined but not used [-Wunused-function] 330 | static void notrack_ct0_tg_init(struct xt_entry_target *target) | ^~~~~~~~~~~~~~~~~~~ libxt_CT.c:278:13: warning: 'ct_save' defined but not used [-Wunused-function] 278 | static void ct_save(const void *ip, const struct xt_entry_target *target) | ^~~~~~~ libxt_CT.c:231:13: warning: 'ct_print' defined but not used [-Wunused-function] 231 | static void ct_print(const void *ip, const struct xt_entry_target *target, int numeric) | ^~~~~~~~ libxt_CT.c:179:13: warning: 'ct_parse' defined but not used [-Wunused-function] 179 | static void ct_parse(struct xt_option_call *cb) | ^~~~~~~~ libxt_CT.c:52:37: warning: 'ct_opts' defined but not used [-Wunused-const-variable=] 52 | static const struct xt_option_entry ct_opts[] = { | ^~~~~~~ libxt_CT.c:11:13: warning: 'ct_help' defined but not used [-Wunused-function] 11 | static void ct_help(void) | ^~~~~~~ mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_HMARK.oo.d,-MT,libxt_HMARK.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_HMARK_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_HMARK.oo -c libxt_HMARK.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_IDLETIMER.oo.d,-MT,libxt_IDLETIMER.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_IDLETIMER_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_IDLETIMER.oo -c libxt_IDLETIMER.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_LED.oo.d,-MT,libxt_LED.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_LED_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_LED.oo -c libxt_LED.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_NFLOG.oo.d,-MT,libxt_NFLOG.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_NFLOG_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_NFLOG.oo -c libxt_NFLOG.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_NFQUEUE.oo.d,-MT,libxt_NFQUEUE.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_NFQUEUE_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_NFQUEUE.oo -c libxt_NFQUEUE.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_RATEEST.oo.d,-MT,libxt_RATEEST.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_RATEEST_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_RATEEST.oo -c libxt_RATEEST.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_SECMARK.oo.d,-MT,libxt_SECMARK.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_SECMARK_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_SECMARK.oo -c libxt_SECMARK.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_SYNPROXY.oo.d,-MT,libxt_SYNPROXY.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_SYNPROXY_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_SYNPROXY.oo -c libxt_SYNPROXY.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TCPOPTSTRIP.oo.d,-MT,libxt_TCPOPTSTRIP.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_TCPOPTSTRIP_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TCPOPTSTRIP.oo -c libxt_TCPOPTSTRIP.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TEE.oo.d,-MT,libxt_TEE.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_TEE_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TEE.oo -c libxt_TEE.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TOS.oo.d,-MT,libxt_TOS.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_TOS_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TOS.oo -c libxt_TOS.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TPROXY.oo.d,-MT,libxt_TPROXY.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_TPROXY_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TPROXY.oo -c libxt_TPROXY.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_TRACE.oo.d,-MT,libxt_TRACE.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_TRACE_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_TRACE.oo -c libxt_TRACE.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_addrtype.oo.d,-MT,libxt_addrtype.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_addrtype_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_addrtype.oo -c libxt_addrtype.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_bpf.oo.d,-MT,libxt_bpf.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_bpf_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_bpf.oo -c libxt_bpf.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_cgroup.oo.d,-MT,libxt_cgroup.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_cgroup_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_cgroup.oo -c libxt_cgroup.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_cluster.oo.d,-MT,libxt_cluster.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_cluster_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_cluster.oo -c libxt_cluster.c; In file included from ../include/linux/netfilter/xt_cgroup.h:6, from libxt_cgroup.c:3: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/linux/limits.h:7: warning: "NGROUPS_MAX" redefined 7 | #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ | In file included from ../include/xtables.h:11, from libxt_cgroup.c:2: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/limits.h:48: note: this is the location of the previous definition 48 | #define NGROUPS_MAX 32 | mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_connbytes.oo.d,-MT,libxt_connbytes.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_connbytes_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_connbytes.oo -c libxt_connbytes.c; libxt_bpf.c: In function 'bpf_obj_get_readonly': libxt_bpf.c:76:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 76 | .pathname = (__u64)filepath, | ^ mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_connlimit.oo.d,-MT,libxt_connlimit.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_connlimit_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_connlimit.oo -c libxt_connlimit.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_connmark.oo.d,-MT,libxt_connmark.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_connmark_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_connmark.oo -c libxt_connmark.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_cpu.oo.d,-MT,libxt_cpu.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_cpu_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_cpu.oo -c libxt_cpu.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_dccp.oo.d,-MT,libxt_dccp.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_dccp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_dccp.oo -c libxt_dccp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_devgroup.oo.d,-MT,libxt_devgroup.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_devgroup_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_devgroup.oo -c libxt_devgroup.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_dscp.oo.d,-MT,libxt_dscp.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_dscp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_dscp.oo -c libxt_dscp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_ecn.oo.d,-MT,libxt_ecn.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_ecn_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_ecn.oo -c libxt_ecn.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_esp.oo.d,-MT,libxt_esp.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_esp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_esp.oo -c libxt_esp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_hashlimit.oo.d,-MT,libxt_hashlimit.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_hashlimit_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_hashlimit.oo -c libxt_hashlimit.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_helper.oo.d,-MT,libxt_helper.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_helper_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_helper.oo -c libxt_helper.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_ipcomp.oo.d,-MT,libxt_ipcomp.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_ipcomp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_ipcomp.oo -c libxt_ipcomp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_iprange.oo.d,-MT,libxt_iprange.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_iprange_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_iprange.oo -c libxt_iprange.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_ipvs.oo.d,-MT,libxt_ipvs.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_ipvs_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_ipvs.oo -c libxt_ipvs.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_length.oo.d,-MT,libxt_length.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_length_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_length.oo -c libxt_length.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_nfacct.oo.d,-MT,libxt_nfacct.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_nfacct_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_nfacct.oo -c libxt_nfacct.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_osf.oo.d,-MT,libxt_osf.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_osf_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_osf.oo -c libxt_osf.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_owner.oo.d,-MT,libxt_owner.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_owner_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_owner.oo -c libxt_owner.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_physdev.oo.d,-MT,libxt_physdev.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_physdev_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_physdev.oo -c libxt_physdev.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_pkttype.oo.d,-MT,libxt_pkttype.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_pkttype_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_pkttype.oo -c libxt_pkttype.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_policy.oo.d,-MT,libxt_policy.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_policy_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_policy.oo -c libxt_policy.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_quota.oo.d,-MT,libxt_quota.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_quota_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_quota.oo -c libxt_quota.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_rateest.oo.d,-MT,libxt_rateest.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_rateest_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_rateest.oo -c libxt_rateest.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_recent.oo.d,-MT,libxt_recent.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_recent_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_recent.oo -c libxt_recent.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_rpfilter.oo.d,-MT,libxt_rpfilter.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_rpfilter_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_rpfilter.oo -c libxt_rpfilter.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_sctp.oo.d,-MT,libxt_sctp.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_sctp_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_sctp.oo -c libxt_sctp.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_socket.oo.d,-MT,libxt_socket.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_socket_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_socket.oo -c libxt_socket.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_statistic.oo.d,-MT,libxt_statistic.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_statistic_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_statistic.oo -c libxt_statistic.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_string.oo.d,-MT,libxt_string.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_string_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_string.oo -c libxt_string.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_tcpmss.oo.d,-MT,libxt_tcpmss.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_tcpmss_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_tcpmss.oo -c libxt_tcpmss.c; mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_convert.lo policydb_convert.c mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_tos.oo.d,-MT,libxt_tos.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_tos_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_tos.oo -c libxt_tos.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_u32.oo.d,-MT,libxt_u32.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_u32_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_u32.oo -c libxt_u32.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_CLUSTERIP.oo.d,-MT,libipt_CLUSTERIP.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_CLUSTERIP_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_CLUSTERIP.oo -c libipt_CLUSTERIP.c; mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_public.lo policydb_public.c mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_ECN.oo.d,-MT,libipt_ECN.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_ECN_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_ECN.oo -c libipt_ECN.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_NETMAP.oo.d,-MT,libipt_NETMAP.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_NETMAP_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_NETMAP.oo -c libipt_NETMAP.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_TTL.oo.d,-MT,libipt_TTL.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_TTL_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_TTL.oo -c libipt_TTL.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_ULOG.oo.d,-MT,libipt_ULOG.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_ULOG_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_ULOG.oo -c libipt_ULOG.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_ah.oo.d,-MT,libipt_ah.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_ah_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_ah.oo -c libipt_ah.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_realm.oo.d,-MT,libipt_realm.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_realm_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_realm.oo -c libipt_realm.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libipt_ttl.oo.d,-MT,libipt_ttl.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libipt_ttl_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libipt_ttl.oo -c libipt_ttl.c; mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_validate.lo policydb_validate.c mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_DNPT.oo.d,-MT,libip6t_DNPT.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_DNPT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_DNPT.oo -c libip6t_DNPT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_HL.oo.d,-MT,libip6t_HL.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_HL_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_HL.oo -c libip6t_HL.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_NETMAP.oo.d,-MT,libip6t_NETMAP.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_NETMAP_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_NETMAP.oo -c libip6t_NETMAP.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_SNPT.oo.d,-MT,libip6t_SNPT.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_SNPT_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_SNPT.oo -c libip6t_SNPT.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_ah.oo.d,-MT,libip6t_ah.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_ah_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_ah.oo -c libip6t_ah.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_dst.oo.d,-MT,libip6t_dst.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_dst_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_dst.oo -c libip6t_dst.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_eui64.oo.d,-MT,libip6t_eui64.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_eui64_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_eui64.oo -c libip6t_eui64.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_frag.oo.d,-MT,libip6t_frag.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_frag_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_frag.oo -c libip6t_frag.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_hbh.oo.d,-MT,libip6t_hbh.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_hbh_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_hbh.oo -c libip6t_hbh.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_hl.oo.d,-MT,libip6t_hl.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_hl_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_hl.oo -c libip6t_hl.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_ipv6header.oo.d,-MT,libip6t_ipv6header.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_ipv6header_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_ipv6header.oo -c libip6t_ipv6header.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_mh.oo.d,-MT,libip6t_mh.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_mh_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_mh.oo -c libip6t_mh.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_rt.oo.d,-MT,libip6t_rt.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_rt_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_rt.oo -c libip6t_rt.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libip6t_srh.oo.d,-MT,libip6t_srh.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libip6t_srh_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libip6t_srh.oo -c libip6t_srh.c; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_CT.so libxt_CT.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.libxt_conntrack.oo.d,-MT,libxt_conntrack.oo -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=libxt_conntrack_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o libxt_conntrack.oo -c libxt_conntrack.c; for ext in addrtype ah bpf cgroup cluster connbytes connlimit connmark cpu dccp devgroup dscp dst ecn esp eui64 frag hashlimit hbh helper hl ipcomp iprange ipv6header ipvs length mh nfacct osf owner physdev pkttype policy quota rateest realm recent rpfilter rt sctp socket srh state statistic string tcpmss tos ttl u32; do f="./libxt_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext"; cat "$f" || exit $?; fi; f="./libip6t_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext (IPv6-specific)"; cat "$f" || exit $?; fi; f="./libipt_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext (IPv4-specific)"; cat "$f" || exit $?; fi; done >matches.man; -e + ./libxt_addrtype.man -e + ./libip6t_ah.man -e + ./libipt_ah.man -e + ./libxt_bpf.man -e + ./libxt_cgroup.man for ext in AUDIT CHECKSUM CLASSIFY CLUSTERIP CONNMARK CONNSECMARK CT DNPT DSCP ECN FLOWOFFLOAD HL HMARK IDLETIMER LED NETMAP NFLOG NFQUEUE NOTRACK RATEEST SECMARK SNPT SYNPROXY TCPOPTSTRIP TEE TOS TPROXY TRACE TTL ULOG; do f="./libxt_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext"; cat "$f" || exit $?; fi; f="./libip6t_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext (IPv6-specific)"; cat "$f" || exit $?; fi; f="./libipt_$ext.man"; if [ -f "$f" ]; then echo -e "\t+ $f" >&2; echo ".SS $ext (IPv4-specific)"; cat "$f" || exit $?; fi; done >targets.man; -e + ./libxt_cluster.man -e + ./libxt_AUDIT.man -e + ./libxt_connbytes.man -e + ./libxt_connlimit.man -e + ./libxt_CHECKSUM.man -e + ./libxt_CLASSIFY.man -e + ./libxt_connmark.man -e + ./libxt_cpu.man -e + ./libipt_CLUSTERIP.man -e + ./libxt_dccp.man -e + ./libxt_CONNMARK.man -e + ./libxt_devgroup.man -e + ./libxt_dscp.man -e + ./libxt_CONNSECMARK.man -e + ./libxt_CT.man -e + ./libip6t_dst.man -e + ./libip6t_DNPT.man -e + ./libxt_ecn.man -e + ./libxt_DSCP.man -e + ./libxt_esp.man -e + ./libipt_ECN.man -e + ./libip6t_HL.man -e + ./libip6t_eui64.man -e + ./libxt_HMARK.man -e + ./libxt_IDLETIMER.man -e + ./libip6t_frag.man -e + ./libxt_LED.man -e + ./libxt_NETMAP.man -e + ./libxt_hashlimit.man libxt_conntrack.c:1177:12: warning: 'state_xlate' defined but not used [-Wunused-function] 1177 | static int state_xlate(struct xt_xlate *xl, | ^~~~~~~~~~~ libxt_conntrack.c:1143:13: warning: 'state_save' defined but not used [-Wunused-function] 1143 | static void state_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~ libxt_conntrack.c:1133:1: warning: 'state_print' defined but not used [-Wunused-function] 1133 | state_print(const void *ip, | ^~~~~~~~~~~ libxt_conntrack.c:1095:13: warning: 'state_ct23_parse' defined but not used [-Wunused-function] 1095 | static void state_ct23_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~ libxt_conntrack.c:1084:13: warning: 'state_ct1_parse' defined but not used [-Wunused-function] 1084 | static void state_ct1_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~ libxt_conntrack.c:1074:13: warning: 'state_parse' defined but not used [-Wunused-function] 1074 | static void state_parse(struct xt_option_call *cb) | ^~~~~~~~~~~ libxt_conntrack.c:1022:37: warning: 'state_opts' defined but not used [-Wunused-const-variable=] 1022 | static const struct xt_option_entry state_opts[] = { | ^~~~~~~~~~ -e + ./libxt_NFLOG.man libxt_conntrack.c:1014:1: warning: 'state_help' defined but not used [-Wunused-function] 1014 | state_help(void) | ^~~~~~~~~~ libxt_conntrack.c:1004:1: warning: 'conntrack1_mt6_save' defined but not used [-Wunused-function] 1004 | conntrack1_mt6_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:994:1: warning: 'conntrack1_mt4_save' defined but not used [-Wunused-function] 994 | conntrack1_mt4_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:987:13: warning: 'conntrack2_mt6_save' defined but not used [-Wunused-function] 987 | static void conntrack2_mt6_save(const void *ip, | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:981:13: warning: 'conntrack2_mt_save' defined but not used [-Wunused-function] 981 | static void conntrack2_mt_save(const void *ip, | ^~~~~~~~~~~~~~~~~~ libxt_conntrack.c:964:13: warning: 'conntrack_save' defined but not used [-Wunused-function] 964 | static void conntrack_save(const void *ip, const struct xt_entry_match *match) | ^~~~~~~~~~~~~~ libxt_conntrack.c:944:1: warning: 'conntrack2_mt6_print' defined but not used [-Wunused-function] 944 | conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:937:1: warning: 'conntrack2_mt_print' defined but not used [-Wunused-function] 937 | conntrack2_mt_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:926:1: warning: 'conntrack1_mt6_print' defined but not used [-Wunused-function] 926 | conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:915:1: warning: 'conntrack1_mt4_print' defined but not used [-Wunused-function] 915 | conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:908:13: warning: 'conntrack_print' defined but not used [-Wunused-function] 908 | static void conntrack_print(const void *ip, const struct xt_entry_match *match, | ^~~~~~~~~~~~~~~ libxt_conntrack.c:538:13: warning: 'conntrack2_mt_parse' defined but not used [-Wunused-function] 538 | static void conntrack2_mt_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:515:13: warning: 'conntrack1_mt_parse' defined but not used [-Wunused-function] 515 | static void conntrack1_mt_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~~~~~ libxt_conntrack.c:337:13: warning: 'conntrack_parse' defined but not used [-Wunused-function] 337 | static void conntrack_parse(struct xt_option_call *cb) | ^~~~~~~~~~~~~~~ libxt_conntrack.c:119:37: warning: 'conntrack2_mt_opts' defined but not used [-Wunused-const-variable=] 119 | static const struct xt_option_entry conntrack2_mt_opts[] = { | ^~~~~~~~~~~~~~~~~~ libxt_conntrack.c:96:37: warning: 'conntrack_mt_opts_v0' defined but not used [-Wunused-const-variable=] 96 | static const struct xt_option_entry conntrack_mt_opts_v0[] = { | ^~~~~~~~~~~~~~~~~~~~ -e + ./libip6t_hbh.man -e + ./libxt_NFQUEUE.man -e + ./libxt_helper.man -e + ./libip6t_hl.man -e + ./libxt_NOTRACK.man -e + ./libxt_iprange.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_AUDIT.so libxt_AUDIT.oo -L../libxtables/.libs -lxtables ; -e + ./libxt_RATEEST.man -e + ./libip6t_ipv6header.man -e + ./libxt_SECMARK.man -e + ./libxt_ipvs.man -e + ./libip6t_SNPT.man -e + ./libxt_length.man -e + ./libxt_SYNPROXY.man -e + ./libip6t_mh.man -e + ./libxt_TCPOPTSTRIP.man -e + ./libxt_nfacct.man -e + ./libxt_TEE.man -e + ./libxt_osf.man -e + ./libxt_TOS.man -e + ./libxt_owner.man -e + ./libxt_TPROXY.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_CHECKSUM.so libxt_CHECKSUM.oo -L../libxtables/.libs -lxtables ; -e + ./libxt_physdev.man -e + ./libxt_TRACE.man -e + ./libxt_pkttype.man -e + ./libipt_TTL.man -e + ./libxt_policy.man -e + ./libxt_quota.man -e + ./libipt_ULOG.man -e + ./libxt_rateest.man -e + ./libipt_realm.man -e + ./libxt_recent.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_CLASSIFY.so libxt_CLASSIFY.oo -L../libxtables/.libs -lxtables ; -e + ./libxt_rpfilter.man -e + ./libip6t_rt.man -e + ./libxt_sctp.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_CONNMARK.so libxt_CONNMARK.oo -L../libxtables/.libs -lxtables ; -e + ./libxt_socket.man -e + ./libxt_state.man -e + ./libxt_statistic.man -e + ./libxt_string.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_CONNSECMARK.so libxt_CONNSECMARK.oo -L../libxtables/.libs -lxtables ; -e + ./libxt_tcpmss.man -e + ./libxt_tos.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_DSCP.so libxt_DSCP.oo -L../libxtables/.libs -lxtables ; -e + ./libipt_ttl.man -e + ./libxt_u32.man mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_FLOWOFFLOAD.so libxt_FLOWOFFLOAD.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_HMARK.so libxt_HMARK.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_IDLETIMER.so libxt_IDLETIMER.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_LED.so libxt_LED.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_NFLOG.so libxt_NFLOG.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_NFQUEUE.so libxt_NFQUEUE.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_RATEEST.so libxt_RATEEST.oo -L../libxtables/.libs -lxtables -lm; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_SECMARK.so libxt_SECMARK.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_SYNPROXY.so libxt_SYNPROXY.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_TCPOPTSTRIP.so libxt_TCPOPTSTRIP.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_TEE.so libxt_TEE.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_TOS.so libxt_TOS.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_TPROXY.so libxt_TPROXY.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_TRACE.so libxt_TRACE.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_addrtype.so libxt_addrtype.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_bpf.so libxt_bpf.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_cgroup.so libxt_cgroup.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_cluster.so libxt_cluster.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_connbytes.so libxt_connbytes.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o port_record.lo port_record.c mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_connlimit.so libxt_connlimit.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_connmark.so libxt_connmark.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_cpu.so libxt_cpu.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_dccp.so libxt_dccp.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_devgroup.so libxt_devgroup.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_dscp.so libxt_dscp.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_ecn.so libxt_ecn.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_esp.so libxt_esp.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_hashlimit.so libxt_hashlimit.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_helper.so libxt_helper.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_ipcomp.so libxt_ipcomp.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_iprange.so libxt_iprange.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_ipvs.so libxt_ipvs.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_length.so libxt_length.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_nfacct.so libxt_nfacct.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_osf.so libxt_osf.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_owner.so libxt_owner.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_physdev.so libxt_physdev.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_pkttype.so libxt_pkttype.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_policy.so libxt_policy.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_quota.so libxt_quota.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_rateest.so libxt_rateest.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_recent.so libxt_recent.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_rpfilter.so libxt_rpfilter.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_sctp.so libxt_sctp.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_socket.so libxt_socket.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_statistic.so libxt_statistic.oo -L../libxtables/.libs -lxtables -lm; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_string.so libxt_string.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_tcpmss.so libxt_tcpmss.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_tos.so libxt_tos.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_u32.so libxt_u32.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_CLUSTERIP.so libipt_CLUSTERIP.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_ECN.so libipt_ECN.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_NETMAP.so libipt_NETMAP.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_TTL.so libipt_TTL.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_ULOG.so libipt_ULOG.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_ah.so libipt_ah.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_realm.so libipt_realm.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libipt_ttl.so libipt_ttl.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_DNPT.so libip6t_DNPT.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_HL.so libip6t_HL.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_NETMAP.so libip6t_NETMAP.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ports.lo ports.c mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_SNPT.so libip6t_SNPT.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_ah.so libip6t_ah.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_dst.so libip6t_dst.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_eui64.so libip6t_eui64.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_frag.so libip6t_frag.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_hbh.so libip6t_hbh.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_hl.so libip6t_hl.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_ipv6header.so libip6t_ipv6header.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_mh.so libip6t_mh.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_rt.so libip6t_rt.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libip6t_srh.so libip6t_srh.oo -L../libxtables/.libs -lxtables ; ln -fs libxt_CT.so libxt_NOTRACK.so mips-openwrt-linux-musl-gcc -Wl,--no-undefined -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -shared -o libxt_conntrack.so libxt_conntrack.oo -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.initext.o.d,-MT,initext.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=ext_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o initext.o -c initext.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.initext4.o.d,-MT,initext4.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=ext4_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o initext4.o -c initext4.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.initext6.o.d,-MT,initext6.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=ext6_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o initext6.o -c initext6.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.initextb.o.d,-MT,initextb.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=extb_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o initextb.o -c initextb.c; mips-openwrt-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wp,-MMD,./.initexta.o.d,-MT,initexta.o -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D_INIT=exta_init -DPIC -fPIC -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -o initexta.o -c initexta.c; ln -fs libxt_conntrack.so libxt_state.so mips-openwrt-linux-musl-gcc -Wl,--no-undefined -shared -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libiptext4.so initext4.o libipt_DNAT.o libipt_LOG.o libipt_MASQUERADE.o libipt_REDIRECT.o libipt_REJECT.o libipt_SNAT.o libipt_icmp.o -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -shared -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libiptext6.so initext6.o libip6t_DNAT.o libip6t_LOG.o libip6t_MASQUERADE.o libip6t_REDIRECT.o libip6t_REJECT.o libip6t_SNAT.o libip6t_icmp6.o -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -shared -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libiptext_arpt.so initexta.o -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -shared -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libiptext.so initext.o libxt_MARK.o libxt_SET.o libxt_TCPMSS.o libxt_comment.o libxt_conntrack.o libxt_limit.o libxt_mac.o libxt_mark.o libxt_multiport.o libxt_set.o libxt_standard.o libxt_tcp.o libxt_time.o libxt_udp.o -L../libxtables/.libs -lxtables ; mips-openwrt-linux-musl-gcc -Wl,--no-undefined -shared -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o libiptext_ebt.so initextb.o -L../libxtables/.libs -lxtables ; make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions' Making all in iptables make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make all-am make[7]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-xtables-legacy-multi.o -MD -MP -MF .deps/xtables_legacy_multi-xtables-legacy-multi.Tpo -c -o xtables_legacy_multi-xtables-legacy-multi.o `test -f 'xtables-legacy-multi.c' || echo './'`xtables-legacy-multi.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-iptables-xml.o -MD -MP -MF .deps/xtables_legacy_multi-iptables-xml.Tpo -c -o xtables_legacy_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo './'`iptables-xml.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-iptables-standalone.o -MD -MP -MF .deps/xtables_legacy_multi-iptables-standalone.Tpo -c -o xtables_legacy_multi-iptables-standalone.o `test -f 'iptables-standalone.c' || echo './'`iptables-standalone.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-iptables.o -MD -MP -MF .deps/xtables_legacy_multi-iptables.Tpo -c -o xtables_legacy_multi-iptables.o `test -f 'iptables.c' || echo './'`iptables.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-ip6tables-standalone.o -MD -MP -MF .deps/xtables_legacy_multi-ip6tables-standalone.Tpo -c -o xtables_legacy_multi-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo './'`ip6tables-standalone.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-ip6tables.o -MD -MP -MF .deps/xtables_legacy_multi-ip6tables.Tpo -c -o xtables_legacy_multi-ip6tables.o `test -f 'ip6tables.c' || echo './'`ip6tables.c mv -f .deps/xtables_legacy_multi-xtables-legacy-multi.Tpo .deps/xtables_legacy_multi-xtables-legacy-multi.Po mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-xshared.o -MD -MP -MF .deps/xtables_legacy_multi-xshared.Tpo -c -o xtables_legacy_multi-xshared.o `test -f 'xshared.c' || echo './'`xshared.c mv -f .deps/xtables_legacy_multi-ip6tables-standalone.Tpo .deps/xtables_legacy_multi-ip6tables-standalone.Po mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o services.lo services.c mv -f .deps/xtables_legacy_multi-iptables-standalone.Tpo .deps/xtables_legacy_multi-iptables-standalone.Po mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-iptables-restore.o -MD -MP -MF .deps/xtables_legacy_multi-iptables-restore.Tpo -c -o xtables_legacy_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo './'`iptables-restore.c mips-openwrt-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib/iptables\" -DXTABLES_INTERNAL -I../include -I../include -I.. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include/uapi -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -MT xtables_legacy_multi-iptables-save.o -MD -MP -MF .deps/xtables_legacy_multi-iptables-save.Tpo -c -o xtables_legacy_multi-iptables-save.o `test -f 'iptables-save.c' || echo './'`iptables-save.c xshared.c: In function 'xtables_lock': xshared.c:285:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 285 | fprintf(stderr, "Another app is currently holding the xtables lock; " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | "still %lds %ldus time ahead to have a chance to grab the lock...\n", 287 | time_left.tv_sec, time_left.tv_usec); | ~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} xshared.c:286:42: note: format string is defined here 286 | "still %lds %ldus time ahead to have a chance to grab the lock...\n", | ~~^ | | | long int | %lld xshared.c:285:41: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 285 | fprintf(stderr, "Another app is currently holding the xtables lock; " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | "still %lds %ldus time ahead to have a chance to grab the lock...\n", 287 | time_left.tv_sec, time_left.tv_usec); | ~~~~~~~~~~~~~~~~~ | | | suseconds_t {aka long long int} xshared.c:286:47: note: format string is defined here 286 | "still %lds %ldus time ahead to have a chance to grab the lock...\n", | ~~^ | | | long int | %lld mv -f .deps/xtables_legacy_multi-iptables-save.Tpo .deps/xtables_legacy_multi-iptables-save.Po sed \ -e '/@MATCH@/ r ../extensions/matches.man' \ -e '/@TARGET@/ r ../extensions/targets.man' iptables-extensions.8.tmpl >iptables-extensions.8; mv -f .deps/xtables_legacy_multi-iptables-restore.Tpo .deps/xtables_legacy_multi-iptables-restore.Po xshared.c: In function 'parse_wait_time': xshared.c:418:13: warning: inlining failed in call to 'xs_has_arg': call is unlikely and code size would grow [-Winline] 418 | inline bool xs_has_arg(int argc, char *argv[]) | ^~~~~~~~~~ xshared.c:332:20: note: called from here 332 | } else if (xs_has_arg(argc, argv)) | ^~~~~~~~~~~~~~~~~~~~~~ xshared.c: In function 'parse_wait_interval': xshared.c:418:13: warning: inlining failed in call to 'xs_has_arg': call is unlikely and code size would grow [-Winline] 418 | inline bool xs_has_arg(int argc, char *argv[]) | ^~~~~~~~~~ xshared.c:348:18: note: called from here 348 | else if (xs_has_arg(argc, argv)) | ^~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/xtables_legacy_multi-iptables-xml.Tpo .deps/xtables_legacy_multi-iptables-xml.Po mv -f .deps/xtables_legacy_multi-xshared.Tpo .deps/xtables_legacy_multi-xshared.Po mv -f .deps/xtables_legacy_multi-iptables.Tpo .deps/xtables_legacy_multi-iptables.Po mv -f .deps/xtables_legacy_multi-ip6tables.Tpo .deps/xtables_legacy_multi-ip6tables.Po /bin/bash ../libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -L../extensions/ -liptext -liptext4 -liptext6 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections -o xtables-legacy-multi xtables_legacy_multi-xtables-legacy-multi.o xtables_legacy_multi-iptables-xml.o xtables_legacy_multi-iptables-standalone.o xtables_legacy_multi-iptables.o xtables_legacy_multi-ip6tables-standalone.o xtables_legacy_multi-ip6tables.o xtables_legacy_multi-xshared.o xtables_legacy_multi-iptables-restore.o xtables_legacy_multi-iptables-save.o ../libiptc/libip4tc.la ../libiptc/libip6tc.la ../libxtables/libxtables.la -lm OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z -Wl,now -Wl,-z -Wl,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -znow -zrelro -Wl,--gc-sections -o .libs/xtables-legacy-multi xtables_legacy_multi-xtables-legacy-multi.o xtables_legacy_multi-iptables-xml.o xtables_legacy_multi-iptables-standalone.o xtables_legacy_multi-iptables.o xtables_legacy_multi-ip6tables-standalone.o xtables_legacy_multi-ip6tables.o xtables_legacy_multi-xshared.o xtables_legacy_multi-iptables-restore.o xtables_legacy_multi-iptables-save.o -L../extensions/ -liptext -liptext4 -liptext6 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib ../libiptc/.libs/libip4tc.so ../libiptc/.libs/libip6tc.so ../libxtables/.libs/libxtables.so -ldl -lm mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o sidtab.lo sidtab.c make[7]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -Wl,--gc-sections " make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size COPT_FLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7=iptables-1.8.7 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include -ffunction-sections -fdata-sections -DNO_LEGACY" KERNEL_DIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/" PREFIX=/usr KBUILD_OUTPUT="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76" BUILTIN_MODULES="standard icmp tcp udp comment set SET limit mac multiport comment LOG nf_log_common nf_log_ipv4 TCPMSS REJECT time mark MARK icmp6 REJECT state conntrack SNAT DNAT MASQUERADE REDIRECT" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install" install; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' Making install in libiptc make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib' /bin/bash ../libtool --mode=install /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c libip4tc.la libip6tc.la '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib' OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip4tc.so.2.0.0 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.so.2.0.0 OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libip4tc.so.2.0.0 libip4tc.so.2 || { rm -f libip4tc.so.2 && ln -s libip4tc.so.2.0.0 libip4tc.so.2; }; }) OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libip4tc.so.2.0.0 libip4tc.so || { rm -f libip4tc.so && ln -s libip4tc.so.2.0.0 libip4tc.so; }; }) OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip4tc.lai /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.la OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip6tc.so.2.0.0 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.so.2.0.0 OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libip6tc.so.2.0.0 libip6tc.so.2 || { rm -f libip6tc.so.2 && ln -s libip6tc.so.2.0.0 libip6tc.so.2; }; }) OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libip6tc.so.2.0.0 libip6tc.so || { rm -f libip6tc.so && ln -s libip6tc.so.2.0.0 libip6tc.so; }; }) OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip6tc.lai /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.la OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip4tc.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.a OpenWrt-libtool: install: chmod 644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.a OpenWrt-libtool: install: mips-openwrt-linux-musl-gcc-ranlib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.a OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libip6tc.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.a OpenWrt-libtool: install: chmod 644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.a OpenWrt-libtool: install: mips-openwrt-linux-musl-gcc-ranlib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.a OpenWrt-libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 libiptc.pc libip4tc.pc libip6tc.pc '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libiptc' Making install in libxtables make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o symtab.lo symtab.c make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib' /bin/bash ../libtool --mode=install /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c libxtables.la '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o user_record.lo user_record.c OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libxtables.so.12.4.0 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.so.12.4.0 OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libxtables.so.12.4.0 libxtables.so.12 || { rm -f libxtables.so.12 && ln -s libxtables.so.12.4.0 libxtables.so.12; }; }) OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib && { ln -s -f libxtables.so.12.4.0 libxtables.so || { rm -f libxtables.so && ln -s libxtables.so.12.4.0 libxtables.so; }; }) OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libxtables.lai /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.la OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libxtables.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.a OpenWrt-libtool: install: chmod 644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.a OpenWrt-libtool: install: mips-openwrt-linux-musl-gcc-ranlib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.a OpenWrt-libtool: install: warning: remember to run `libtool --finish /usr/lib' make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/libxtables' Making install in include make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/include' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/include/libiptc' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 libiptc/ipt_kernel_headers.h libiptc/libiptc.h libiptc/libip6tc.h libiptc/libxtc.h libiptc/xtcshared.h '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/include/libiptc' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 xtables.h xtables-version.h '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/include/.' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include' Making install in utils make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/utils' Making install in extensions make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions' if test -n "libxt_AUDIT.so libxt_CHECKSUM.so libxt_CLASSIFY.so libxt_CONNMARK.so libxt_CONNSECMARK.so libxt_CT.so libxt_DSCP.so libxt_FLOWOFFLOAD.so libxt_HMARK.so libxt_IDLETIMER.so libxt_LED.so libxt_NFLOG.so libxt_NFQUEUE.so libxt_RATEEST.so libxt_SECMARK.so libxt_SYNPROXY.so libxt_TCPOPTSTRIP.so libxt_TEE.so libxt_TOS.so libxt_TPROXY.so libxt_TRACE.so libxt_addrtype.so libxt_bpf.so libxt_cgroup.so libxt_cluster.so libxt_connbytes.so libxt_connlimit.so libxt_connmark.so libxt_cpu.so libxt_dccp.so libxt_devgroup.so libxt_dscp.so libxt_ecn.so libxt_esp.so libxt_hashlimit.so libxt_helper.so libxt_ipcomp.so libxt_iprange.so libxt_ipvs.so libxt_length.so libxt_nfacct.so libxt_osf.so libxt_owner.so libxt_physdev.so libxt_pkttype.so libxt_policy.so libxt_quota.so libxt_rateest.so libxt_recent.so libxt_rpfilter.so libxt_sctp.so libxt_socket.so libxt_statistic.so libxt_string.so libxt_tcpmss.so libxt_tos.so libxt_u32.so libipt_CLUSTERIP.so libipt_ECN.so libipt_NETMAP.so libipt_TTL.so libipt_ULOG.so libipt_ah.so libipt_realm.so libipt_ttl.so libip6t_DNPT.so libip6t_HL.so libip6t_NETMAP.so libip6t_SNPT.so libip6t_ah.so libip6t_dst.so libip6t_eui64.so libip6t_frag.so libip6t_hbh.so libip6t_hl.so libip6t_ipv6header.so libip6t_mh.so libip6t_rt.so libip6t_srh.so"; then \ install -pm0755 libxt_AUDIT.so libxt_CHECKSUM.so libxt_CLASSIFY.so libxt_CONNMARK.so libxt_CONNSECMARK.so libxt_CT.so libxt_DSCP.so libxt_FLOWOFFLOAD.so libxt_HMARK.so libxt_IDLETIMER.so libxt_LED.so libxt_NFLOG.so libxt_NFQUEUE.so libxt_RATEEST.so libxt_SECMARK.so libxt_SYNPROXY.so libxt_TCPOPTSTRIP.so libxt_TEE.so libxt_TOS.so libxt_TPROXY.so libxt_TRACE.so libxt_addrtype.so libxt_bpf.so libxt_cgroup.so libxt_cluster.so libxt_connbytes.so libxt_connlimit.so libxt_connmark.so libxt_cpu.so libxt_dccp.so libxt_devgroup.so libxt_dscp.so libxt_ecn.so libxt_esp.so libxt_hashlimit.so libxt_helper.so libxt_ipcomp.so libxt_iprange.so libxt_ipvs.so libxt_length.so libxt_nfacct.so libxt_osf.so libxt_owner.so libxt_physdev.so libxt_pkttype.so libxt_policy.so libxt_quota.so libxt_rateest.so libxt_recent.so libxt_rpfilter.so libxt_sctp.so libxt_socket.so libxt_statistic.so libxt_string.so libxt_tcpmss.so libxt_tos.so libxt_u32.so libipt_CLUSTERIP.so libipt_ECN.so libipt_NETMAP.so libipt_TTL.so libipt_ULOG.so libipt_ah.so libipt_realm.so libipt_ttl.so libip6t_DNPT.so libip6t_HL.so libip6t_NETMAP.so libip6t_SNPT.so libip6t_ah.so libip6t_dst.so libip6t_eui64.so libip6t_frag.so libip6t_hbh.so libip6t_hl.so libip6t_ipv6header.so libip6t_mh.so libip6t_rt.so libip6t_srh.so "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/iptables/"; \ fi; if test -n "libxt_NOTRACK.so libxt_state.so"; then \ cp -P libxt_NOTRACK.so libxt_state.so "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/iptables/"; \ fi; make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions' Making install in iptables make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make install-am make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[7]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin' /bin/bash ../libtool --mode=install /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c xtables-legacy-multi '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o users.lo users.c OpenWrt-libtool: install: warning: `../libiptc/libip4tc.la' has not been installed in `/usr/lib' OpenWrt-libtool: install: warning: `../libiptc/libip6tc.la' has not been installed in `/usr/lib' OpenWrt-libtool: install: warning: `../libxtables/libxtables.la' has not been installed in `/usr/lib' OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/xtables-legacy-multi /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/xtables-legacy-multi /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c iptables-apply '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin' make install-exec-hook make[8]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' if test -z "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install"; then /sbin/ldconfig; fi; /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -dm0755 "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/bin"; for i in iptables-xml; do ln -s -f "/usr/sbin/xtables-legacy-multi" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/bin/$i"; done; for i in iptables-legacy iptables-legacy-restore iptables-legacy-save iptables iptables-restore iptables-save; do ln -s -f xtables-legacy-multi "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/$i"; done; for i in ip6tables-legacy ip6tables-legacy-restore ip6tables-legacy-save ip6tables ip6tables-restore ip6tables-save; do ln -s -f xtables-legacy-multi "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/$i"; done; for i in ; do ln -s -f xtables-nft-multi "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/$i"; done; ln -s -f iptables-apply "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/ip6tables-apply" make[8]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/man/man1' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 iptables-xml.1 '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/man/man1' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/man/man8' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 iptables.8 iptables-restore.8 iptables-save.8 ip6tables.8 ip6tables-restore.8 ip6tables-save.8 iptables-extensions.8 iptables-apply.8 ip6tables-apply.8 '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/man/man8' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 xtables.pc '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig' make[7]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/iptables' make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[6]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables/usr/lib/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '12' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libxtables.version || { echo '12' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libxtables.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libxtables/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libxtables_installed removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libxtables12_1.8.7-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/usr/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/usr/lib/libxtables.so.12.4.0: shared object rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/usr/lib/libiptext.so: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o util.lo util.c Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libxtables into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libxtables12_1.8.7-1_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libip4tc2_1.8.7-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext4.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/usr/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/usr/lib/libiptext4.so: shared object rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/usr/lib/libip4tc.so.2.0.0: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o write.lo write.c install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip4tc into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libip4tc2_1.8.7-1_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libip6tc2_1.8.7-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext6.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/usr/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/usr/lib/libiptext6.so: shared object rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/usr/lib/libip6tc.so.2.0.0: shared object (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/libip6tc into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/libip6tc2_1.8.7-1_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/iptables_1.8.7-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/usr/sbin cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/xtables-legacy-multi /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/usr/sbin/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/iptables{,-restore,-save} /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/usr/sbin/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/usr/lib/iptables find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/usr/sbin/xtables-legacy-multi: executable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/iptables into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/iptables_1.8.7-1_mips_4kec.ipk removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/ip6tables_1.8.7-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables/usr/sbin cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/ip6tables{,-restore,-save} /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables/usr/sbin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-mips_4kec/ip6tables into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/ip6tables_1.8.7-1_mips_4kec.ipk echo "libxtables" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iptables.default.install rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/iptables install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/net/netfilter # XXX: iptables header fixup, some headers are not installed by iptables anymore cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include/iptables/*.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/iptables/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include/iptables.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include/ip6tables.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include/libipulog /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/include/libiptc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/include/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/include/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libxtables.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip*tc.so* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/pkgconfig cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig/xtables.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/pkgconfig/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/pkgconfig/libip*tc.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/pkgconfig/ # XXX: needed by firewall3 cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext*.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/usr/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iptables.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iptables.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iptables.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iptables touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.iptables_installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip4tc.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext4.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc/usr/lib/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/lib/libip6tc.so.* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc/usr/lib/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/extensions/libiptext6.so /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc/usr/lib/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables/usr/sbin cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/xtables-legacy-multi /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables/usr/sbin/ cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/iptables{,-restore,-save} /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables/usr/sbin/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables/usr/lib/iptables touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables.installed rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables/usr/sbin cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/ipkg-install/usr/sbin/ip6tables{,-restore,-save} /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables/usr/sbin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '2' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libip4tc.version || { echo '2' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libip4tc.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip4tc/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libip4tc_installed echo "libip4tc" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iptables.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp echo '2' | cmp -s - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libip6tc.version || { echo '2' > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/libip6tc.version; } SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/libip6tc/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libip6tc_installed echo "libip6tc" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iptables.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/iptables/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.iptables_installed mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil.lo ../cil/src/cil.c echo "iptables" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iptables.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iptables-1.8.7/.pkgdir/ip6tables/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ip6tables_installed echo "ip6tables" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iptables.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iptables' time: package/network/utils/iptables/compile#35.66#3.20#25.68 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/config/firewall' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iproute2' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.firewall-2021-08-14-40e5f6a2.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "firewall-2021-08-14-40e5f6a2.tar.xz" "4acd7d3c688d31a07ad871dcdbcd06d975ac86745d9f3a6caed68e694635965c" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf firewall-2021-08-14-40e5f6a2 && [ \! -d firewall-2021-08-14-40e5f6a2 ] && git clone https://git.openwrt.org/project/firewall3.git firewall-2021-08-14-40e5f6a2 && (cd firewall-2021-08-14-40e5f6a2 && git checkout 40e5f6a2bd0b5406eff7e1d2d4f95bbf8f9410a4 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd firewall-2021-08-14-40e5f6a2 && git log -1 --format='\''@%ct'\''` && rm -rf firewall-2021-08-14-40e5f6a2/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c firewall-2021-08-14-40e5f6a2 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/firewall-2021-08-14-40e5f6a2.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/firewall-2021-08-14-40e5f6a2.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf firewall-2021-08-14-40e5f6a2; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/firewall-2021-08-14-40e5f6a2/.pkgdir/firewall/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.firewall_installed SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.iproute2-5.14.0.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "iproute2-5.14.0.tar.xz" "210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4" "" "@KERNEL/linux/utils/net/iproute2" ' echo "firewall" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/firewall.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/config/firewall' time: package/network/config/firewall/compile#0.17#0.03#0.20 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/applications/luci-app-firewall' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.prepared_20b776e0bb77f57c2c7ae16d1dfd646f_6664517399ebbbc92a37c5bb081b5c53_check . /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/include/shell.sh; xzcat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/iproute2-5.14.0.tar.xz | tar -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0 Applying ./patches/100-configure.patch using plaintext: patching file configure Applying ./patches/110-darwin_fixes.patch using plaintext: patching file netem/maketable.c patching file netem/normal.c patching file netem/pareto.c patching file netem/paretonormal.c Applying ./patches/115-add-config-xtlibdir.patch using plaintext: patching file tc/Makefile Applying ./patches/120-no_arpd_ifstat_rtacct_lnstat.patch using plaintext: patching file misc/Makefile Applying ./patches/130-no_netem_tipc_dcb_man_vdpa.patch using plaintext: patching file Makefile Applying ./patches/140-allow_pfifo_fast.patch using plaintext: patching file tc/q_fifo.c Applying ./patches/140-keep_libmnl_optional.patch using plaintext: patching file configure Applying ./patches/145-keep_libelf_optional.patch using plaintext: patching file configure Applying ./patches/150-keep_libcap_optional.patch using plaintext: patching file configure Applying ./patches/160-libnetlink-pic.patch using plaintext: patching file lib/Makefile Applying ./patches/170-ip_tiny.patch using plaintext: patching file ip/Makefile patching file ip/ip.c patching file lib/Makefile Applying ./patches/175-reduce-dynamic-syms.patch using plaintext: patching file tc/Makefile Applying ./patches/180-drop_FAILED_POLICY.patch using plaintext: patching file ip/rtm_map.c patching file include/uapi/linux/rtnetlink.h Applying ./patches/190-fix-nls-rpath-link.patch using plaintext: patching file configure Applying ./patches/195-build_variant_ip_tc.patch using plaintext: patching file ip/Makefile patching file tc/Makefile Applying ./patches/200-drop_libbsd_dependency.patch using plaintext: patching file configure Applying ./patches/300-selinux-configurable.patch using plaintext: patching file configure touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.prepared_20b776e0bb77f57c2c7ae16d1dfd646f_6664517399ebbbc92a37c5bb081b5c53 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.configured_* rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.iproute2.ipfull_installed echo "static const char SNAPSHOT[] = \"5.14.0-1-openwrt\";" > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/include/SNAPSHOT.h touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.configured_a17fb5ef857664f03cd0ce37cc5ea591 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.built touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.built_check CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed " make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0 AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" KERNEL_INCLUDE="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers/include" SHARED_LIBS= IP_CONFIG_TINY= BUILD_VARIANT=ipfull LIBBPF_FORCE=on HAVE_ELF=y HAVE_MNL= HAVE_CAP= IPT_LIB_DIR=/usr/lib/iptables XT_LIB_DIR=/usr/lib/iptables FPIC="-DPIC -fpic" V='' make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0' TC schedulers ATM no IPT using xtables IPSET yes iptables modules directory: /usr/lib/iptables libc has setns: yes libc has name_to_handle_at: yes SELinux support: no libbpf support: mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_binary.lo ../cil/src/cil_binary.c yes libbpf version 0.3.0 ELF support: yes libmnl support: no Berkeley DB: no need for strlcpy: no libcap support: no lib make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/lib' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o libgenl.o libgenl.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o libnetlink.o libnetlink.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o utils.o utils.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o utils_math.o utils_math.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o rt_names.o rt_names.c libnetlink.c:154:2: warning: #warning "libmnl required for error support" [-Wcpp] 154 | #warning "libmnl required for error support" | ^~~~~~~ mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o ll_map.o ll_map.c SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-app-firewall/.pkgdir/luci-app-firewall/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o ll_types.o ll_types.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-app-firewall_installed utils.c: In function 'print_timestamp': utils.c:1252:38: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 1252 | fprintf(fp, "[%s.%06ld] ", tshort, tv.tv_usec); | ~~~~^ ~~~~~~~~~~ | | | | long int suseconds_t {aka long long int} | %06lld utils.c:1257:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 1257 | fprintf(fp, "Timestamp: %s %ld usec\n", | ~~^ | | | long int | %lld 1258 | tstr, tv.tv_usec); | ~~~~~~~~~~ | | | suseconds_t {aka long long int} echo "luci-app-firewall" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-app-firewall.default.install In file included from ll_types.c:24: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_types.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ll_types.c:24: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_types.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci-app-firewall/.pkgdir/luci-i18n-firewall-ja/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o ll_proto.o ll_proto.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o ll_addr.o ll_addr.c touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci-i18n-firewall-ja_installed echo "luci-i18n-firewall-ja" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci-app-firewall.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/applications/luci-app-firewall' time: package/feeds/luci/luci-app-firewall/compile#0.39#0.08#0.53 In file included from ll_proto.c:24: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_proto.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ll_proto.c:24: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_proto.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | In file included from ll_addr.c:24: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_addr.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ll_addr.c:24: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ll_addr.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o inet_proto.o inet_proto.c make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/collections/luci' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o namespace.o namespace.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o json_writer.o json_writer.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o json_print.o json_print.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o json_print_math.o json_print_math.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o names.o names.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o color.o color.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o bpf_legacy.o bpf_legacy.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o bpf_glue.o bpf_glue.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o exec.o exec.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o fs.o fs.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o cg_map.o cg_map.c In file included from cg_map.c:17: ../include/uapi/linux/limits.h:7: warning: "NGROUPS_MAX" redefined 7 | #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify/stdlib.h:29, from cg_map.c:12: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/limits.h:48: note: this is the location of the previous definition 48 | #define NGROUPS_MAX 32 | bpf_legacy.c: In function 'bpf_obj_hash': bpf_legacy.c:1334:64: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 1334 | fprintf(stderr, "Error from sendfile (%zd vs %zu bytes): %s\n", | ~~^ | | | unsigned int | %llu 1335 | size, stbuff.st_size, strerror(errno)); | ~~~~~~~~~~~~~~ | | | off_t {aka long long int} mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o bpf_libbpf.o bpf_libbpf.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o mpls_ntop.o mpls_ntop.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DPIC -fpic -c -o mpls_pton.o mpls_pton.c mips-openwrt-linux-musl-gcc-ar rcs libnetlink.a libgenl.o libnetlink.o mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/luci/.pkgdir/luci/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.luci_installed echo "luci" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/luci.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/luci/collections/luci' time: package/feeds/luci/luci/compile#0.19#0.04#0.29 mips-openwrt-linux-musl-gcc-ar rcs libutil.a utils.o utils_math.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o json_writer.o json_print.o json_print_math.o names.o color.o bpf_legacy.o bpf_glue.o exec.o fs.o cg_map.o bpf_libbpf.o mpls_ntop.o mpls_pton.o make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/lib' ip make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ip' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ip.o ip.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipaddress.o ipaddress.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipaddrlabel.o ipaddrlabel.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iproute.o iproute.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iprule.o iprule.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipnetns.o ipnetns.c In file included from ipaddress.c:31: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipaddress.c:19: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ipaddress.c:31: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipaddress.c:19: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o rtm_map.o rtm_map.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iptunnel.o iptunnel.c In file included from ../include/uapi/linux/if_tunnel.h:6, from iptunnel.c:24: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from iptunnel.c:21: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ip6tunnel.o ip6tunnel.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o tunnel.o tunnel.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipneigh.o ipneigh.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipntable.o ipntable.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink.o iplink.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipmaddr.o ipmaddr.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipmonitor.o ipmonitor.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipmroute.o ipmroute.c In file included from ipmaddr.c:26: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipmaddr.c:17: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ipmaddr.c:26: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipmaddr.c:17: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | In file included from ipmroute.c:27: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipmroute.c:18: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ipmroute.c:27: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ipmroute.c:18: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipprefix.o ipprefix.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iptuntap.o iptuntap.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iptoken.o iptoken.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipxfrm.o ipxfrm.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o xfrm_state.o xfrm_state.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o xfrm_policy.o xfrm_policy.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o xfrm_monitor.o xfrm_monitor.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_dummy.o iplink_dummy.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_ifb.o iplink_ifb.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_nlmon.o iplink_nlmon.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_team.o iplink_team.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_vcan.o iplink_vcan.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_vxcan.o iplink_vxcan.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_vlan.o iplink_vlan.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_veth.o link_veth.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_gre.o link_gre.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_can.o iplink_can.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_xdp.o iplink_xdp.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_macvlan.o iplink_macvlan.c In file included from ../include/uapi/linux/if_tunnel.h:6, from link_gre.c:20: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_gre.c:14: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipl2tp.o ipl2tp.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_vti.o link_vti.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_vti6.o link_vti6.c In file included from ../include/uapi/linux/if_tunnel.h:6, from link_vti.c:20: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_vti.c:14: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_xfrm.o link_xfrm.c In file included from ../include/uapi/linux/if_tunnel.h:6, from link_vti6.c:21: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_vti6.c:15: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_vxlan.o iplink_vxlan.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o tcp_metrics.o tcp_metrics.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_ipoib.o iplink_ipoib.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipnetconf.o ipnetconf.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_ip6tnl.o link_ip6tnl.c In file included from ../include/uapi/linux/if_tunnel.h:6, from link_ip6tnl.c:20: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_ip6tnl.c:14: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_iptnl.o link_iptnl.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link_gre6.o link_gre6.c In file included from ../include/uapi/linux/if_tunnel.h:6, from link_iptnl.c:21: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_iptnl.c:14: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | In file included from ../include/uapi/linux/if_tunnel.h:6, from link_gre6.c:20: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from link_gre6.c:14: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_bond.o iplink_bond.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_bond_slave.o iplink_bond_slave.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_hsr.o iplink_hsr.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_bridge.o iplink_bridge.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_bridge_slave.o iplink_bridge_slave.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipfou.o ipfou.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_ipvlan.o iplink_ipvlan.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_geneve.o iplink_geneve.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_vrf.o iplink_vrf.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iproute_lwtunnel.o iproute_lwtunnel.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipmacsec.o ipmacsec.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipila.o ipila.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipvrf.o ipvrf.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_xstats.o iplink_xstats.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipseg6.o ipseg6.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_netdevsim.o iplink_netdevsim.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_rmnet.o iplink_rmnet.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipnexthop.o ipnexthop.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ipmptcp.o ipmptcp.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_bareudp.o iplink_bareudp.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o iplink_wwan.o iplink_wwan.c files="iplink_macvlan.c rtmon.c iplink_vcan.c tcp_metrics.c iprule.c link_gre6.c ipnetconf.c ipnexthop.c iplink_rmnet.c iplink_bond_slave.c iptuntap.c ipmroute.c iplink_nlmon.c link_ip6tnl.c iproute_lwtunnel.c ipila.c iplink_team.c iplink_vxlan.c ipvrf.c iplink_vlan.c iplink.c iplink_ipoib.c iplink_hsr.c iplink_xstats.c tunnel.c iplink_geneve.c ipmacsec.c rtm_map.c ip.c iplink_dummy.c iplink_bridge_slave.c ipseg6.c xfrm_monitor.c ip6tunnel.c link_vti6.c iplink_bareudp.c iplink_bridge.c link_gre.c ipmonitor.c iproute.c iplink_wwan.c ipneigh.c ipnetns.c link_veth.c ipaddrlabel.c iplink_xdp.c link_iptnl.c iptoken.c ipxfrm.c iplink_bond.c link_vti.c iplink_ifb.c static-syms.c xfrm_policy.c link_xfrm.c iplink_vrf.c ipprefix.c xfrm_state.c iptunnel.c ipntable.c iplink_netdevsim.c ipmptcp.c iplink_vxcan.c ipl2tp.c iplink_ipvlan.c ipaddress.c iplink_can.c ipfou.c ipmaddr.c" ; \ for s in `grep -B 3 '\ static-syms.h mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o rtmon.o rtmon.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_build_ast.lo ../cil/src/cil_build_ast.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o static-syms.o static-syms.c mips-openwrt-linux-musl-gcc rtmon.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -o rtmon mips-openwrt-linux-musl-gcc ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o iptuntap.o iptoken.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o iplink_dummy.o iplink_ifb.o iplink_nlmon.o iplink_team.o iplink_vcan.o iplink_vxcan.o iplink_vlan.o link_veth.o link_gre.o iplink_can.o iplink_xdp.o iplink_macvlan.o ipl2tp.o link_vti.o link_vti6.o link_xfrm.o iplink_vxlan.o tcp_metrics.o iplink_ipoib.o ipnetconf.o link_ip6tnl.o link_iptnl.o link_gre6.o iplink_bond.o iplink_bond_slave.o iplink_hsr.o iplink_bridge.o iplink_bridge_slave.o ipfou.o iplink_ipvlan.o iplink_geneve.o iplink_vrf.o iproute_lwtunnel.o ipmacsec.o ipila.o ipvrf.o iplink_xstats.o ipseg6.o iplink_netdevsim.o iplink_rmnet.o ipnexthop.o ipmptcp.o iplink_bareudp.o iplink_wwan.o ../lib/libutil.a ../lib/libnetlink.a static-syms.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -o ip mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_copy_ast.lo ../cil/src/cil_copy_ast.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_find.lo ../cil/src/cil_find.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_fqn.lo ../cil/src/cil_fqn.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_lexer.lo ../cil/src/cil_lexer.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_list.lo ../cil/src/cil_list.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_log.lo ../cil/src/cil_log.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_mem.lo ../cil/src/cil_mem.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_parser.lo ../cil/src/cil_parser.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_policy.lo ../cil/src/cil_policy.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_post.lo ../cil/src/cil_post.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_reset_ast.lo ../cil/src/cil_reset_ast.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_resolve_ast.lo ../cil/src/cil_resolve_ast.c OpenWrt-libtool: compile: mips-openwrt-linux-musl-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.33.0\" "-DPACKAGE_STRING=\"sqlite 3.33.0\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.33.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_ZLIB_H=1 -I. -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c sqlite3.c -o sqlite3.o >/dev/null 2>&1 mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_stack.lo ../cil/src/cil_stack.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_strpool.lo ../cil/src/cil_strpool.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_symtab.lo ../cil/src/cil_symtab.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_tree.lo ../cil/src/cil_tree.c mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_verify.lo ../cil/src/cil_verify.c cp libsepol.map.in libsepol.map mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I. -I../include -D_GNU_SOURCE -I../cil/include -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -shared -o libsepol.so.2 assertion.lo avrule_block.lo avtab.lo boolean_record.lo booleans.lo conditional.lo constraint.lo context.lo context_record.lo debug.lo ebitmap.lo expand.lo handle.lo hashtab.lo hierarchy.lo ibendport_record.lo ibendports.lo ibpkey_record.lo ibpkeys.lo iface_record.lo interfaces.lo kernel_to_cil.lo kernel_to_common.lo kernel_to_conf.lo link.lo mls.lo module.lo module_to_cil.lo node_record.lo nodes.lo optimize.lo polcaps.lo policydb.lo policydb_convert.lo policydb_public.lo policydb_validate.lo port_record.lo ports.lo services.lo sidtab.lo symtab.lo user_record.lo users.lo util.lo write.lo ../cil/src/cil.lo ../cil/src/cil_binary.lo ../cil/src/cil_build_ast.lo ../cil/src/cil_copy_ast.lo ../cil/src/cil_find.lo ../cil/src/cil_fqn.lo ../cil/src/cil_lexer.lo ../cil/src/cil_list.lo ../cil/src/cil_log.lo ../cil/src/cil_mem.lo ../cil/src/cil_parser.lo ../cil/src/cil_policy.lo ../cil/src/cil_post.lo ../cil/src/cil_reset_ast.lo ../cil/src/cil_resolve_ast.lo ../cil/src/cil_stack.lo ../cil/src/cil_strpool.lo ../cil/src/cil_symtab.lo ../cil/src/cil_tree.lo ../cil/src/cil_verify.lo -Wl,-soname,libsepol.so.2,--version-script=libsepol.map,-z,defs ln -sf libsepol.so.2 libsepol.so sed -e 's/@VERSION@/3.2/; s:@prefix@:/usr:; s:@libdir@:/usr/lib:; s:@includedir@:/usr/include:' < libsepol.pc.in > libsepol.pc make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/src' make -C utils make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/utils' mips-openwrt-linux-musl-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I../include -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L../src chkcon.c -lsepol -o chkcon make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/utils' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2' CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2=libsepol-3.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" SHLIBDIR=/usr/lib OS=Linux DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install" install; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2' make -C include install make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/include' test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/policydb || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/policydb test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/cil || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/cil install -m 644 sepol/boolean_record.h sepol/errcodes.h sepol/ports.h sepol/module.h sepol/policydb.h sepol/context.h sepol/kernel_to_conf.h sepol/user_record.h sepol/module_to_cil.h sepol/debug.h sepol/interfaces.h sepol/port_record.h sepol/sepol.h sepol/ibendport_record.h sepol/booleans.h sepol/handle.h sepol/iface_record.h sepol/node_record.h sepol/ibpkeys.h sepol/users.h sepol/ibpkey_record.h sepol/ibendports.h sepol/context_record.h sepol/kernel_to_cil.h sepol/nodes.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol install -m 644 sepol/policydb/symtab.h sepol/policydb/hashtab.h sepol/policydb/avtab.h sepol/policydb/polcaps.h sepol/policydb/link.h sepol/policydb/mls_types.h sepol/policydb/module.h sepol/policydb/conditional.h sepol/policydb/policydb.h sepol/policydb/context.h sepol/policydb/ebitmap.h sepol/policydb/util.h sepol/policydb/avrule_block.h sepol/policydb/services.h sepol/policydb/sidtab.h sepol/policydb/expand.h sepol/policydb/constraint.h sepol/policydb/hierarchy.h sepol/policydb/flask_types.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/policydb install -m 644 ../cil/include/cil/cil.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/sepol/cil make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/include' make -C src install make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/src' test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib install -m 644 libsepol.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib install -m 755 libsepol.so.2 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib test -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/pkgconfig || install -m 755 -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/pkgconfig install -m 644 libsepol.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/pkgconfig ln -sf --relative /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/libsepol.so.2 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/libsepol.so make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/src' make -C utils install make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/utils' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/bin install -m 755 chkcon /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/bin make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/utils' make -C man install make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/man' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/man3 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/man8 install -m 644 man3/*.3 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/man3 install -m 644 man8/*.8 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/man8 for lang in ru ; do \ if [ -e ${lang}/man3 ] ; then \ mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/${lang}/man3 ; \ install -m 644 ${lang}/man3/*.3 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/${lang}/man3 ; \ fi ; \ if [ -e ${lang}/man8 ] ; then \ mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/${lang}/man8 ; \ install -m 644 ${lang}/man8/*.8 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/share/man/${lang}/man8 ; \ fi ; \ done make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/man' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/include cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/include/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/include/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib/pkgconfig install -m0644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/libsepol-3.2/ipkg-install/usr/lib/pkgconfig/libsepol.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib/pkgconfig/ /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,/usr/include,${prefix}/include,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib/pkgconfig/libsepol.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sed -i -e 's,/usr/lib,${exec_prefix}/lib,g' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/usr/lib/pkgconfig/libsepol.pc find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/libsepol.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/libsepol.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/libsepol.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-libsepol touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.libsepol_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libsepol' time: package/libs/libsepol/compile#42.27#1.89#44.25 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libselinux' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.libselinux-3.3.tar.gz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "libselinux-3.3.tar.gz" "acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057" "" "https://github.com/SELinuxProject/selinux/releases/download/3.3" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/libs/libselinux' time: package/libs/libselinux/compile#0.18#0.03#0.20 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/procd' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/busybox' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.busybox-1.34.1.tar.bz2.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "busybox-1.34.1.tar.bz2" "415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549" "" "https://www.busybox.net/downloads" "http://sources.buildroot.net" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.procd-2021-10-22-1c36d3d0.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "procd-2021-10-22-1c36d3d0.tar.xz" "a5d64ab80c53bf3cb77e796aa673c2ba7d0a578fd443b802688ce91ee96a3f0d" "" || ( echo "Checking out files from the git repository..."; mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl && rm -rf procd-2021-10-22-1c36d3d0 && [ \! -d procd-2021-10-22-1c36d3d0 ] && git clone https://git.openwrt.org/project/procd.git procd-2021-10-22-1c36d3d0 && (cd procd-2021-10-22-1c36d3d0 && git checkout 1c36d3d0a8fc87b97e236269f5104e139f1d641d && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd procd-2021-10-22-1c36d3d0 && git log -1 --format='\''@%ct'\''` && rm -rf procd-2021-10-22-1c36d3d0/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c procd-2021-10-22-1c36d3d0 | xz -zc -7e > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/procd-2021-10-22-1c36d3d0.tar.xz && mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/dl/procd-2021-10-22-1c36d3d0.tar.xz /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl/ && rm -rf procd-2021-10-22-1c36d3d0; ) ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/procd-default/procd-2021-10-22-1c36d3d0/.pkgdir/procd/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.procd_installed echo "procd" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/procd.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/procd-default/procd-2021-10-22-1c36d3d0/.pkgdir/procd-ujail/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.procd-ujail_installed echo "procd-ujail" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/procd.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/procd-default/procd-2021-10-22-1c36d3d0/.pkgdir/procd-seccomp/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.procd-seccomp_installed echo "procd-seccomp" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/procd.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/system/procd' time: package/system/procd/default/compile#0.22#0.04#0.27 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/busybox-default/busybox-1.34.1/.pkgdir/busybox/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.busybox_installed echo "busybox" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/busybox.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/utils/busybox' time: package/utils/busybox/default/compile#0.18#0.12#0.37 make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ip' tc make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/tc' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/usr/lib/iptables\" -DXT_LIB_DIR=\"/usr/lib/iptables\" -DYY_NO_INPUT -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed -shared -fpic -o m_xt.so m_xt.c $(/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/pkg-config xtables --cflags --libs) In file included from ../include/uapi/linux/netfilter_ipv4/ip_tables.h:21, from m_xt.c:19: ../include/uapi/linux/if.h:134: warning: "IFF_VOLATILE" redefined 134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\ | In file included from m_xt.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/net/if.h:48: note: this is the location of the previous definition 48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \ | make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/tc' bridge make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/bridge' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o bridge.o bridge.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o fdb.o fdb.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o monitor.o monitor.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o link.o link.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o mdb.o mdb.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o vlan.o vlan.c In file included from vlan.c:13: ../include/json_print.h:84:30: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration 84 | _PRINT_FUNC(tv, const struct timeval *) | ^~~~~~~ ../include/json_print.h:54:37: note: in definition of macro '_PRINT_FUNC' 54 | type value); \ | ^~~~ ../include/json_print.h:84:30: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration 84 | _PRINT_FUNC(tv, const struct timeval *) | ^~~~~~~ ../include/json_print.h:59:45: note: in definition of macro '_PRINT_FUNC' 59 | type value) \ | ^~~~ ../include/json_print.h: In function 'print_tv': ../include/json_print.h:62:48: warning: passing argument 5 of 'print_color_tv' from incompatible pointer type [-Wincompatible-pointer-types] 62 | value); \ | ^~~~~ | | | const struct timeval * ../include/json_print.h:84:1: note: in expansion of macro '_PRINT_FUNC' 84 | _PRINT_FUNC(tv, const struct timeval *) | ^~~~~~~~~~~ ../include/json_print.h:54:42: note: expected 'const struct timeval *' but argument is of type 'const struct timeval *' 54 | type value); \ | ^ ../include/json_print.h:84:1: note: in expansion of macro '_PRINT_FUNC' 84 | _PRINT_FUNC(tv, const struct timeval *) | ^~~~~~~~~~~ mips-openwrt-linux-musl-gcc bridge.o fdb.o monitor.o link.o mdb.o vlan.o ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -o bridge make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/bridge' misc make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/misc' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ss.o ss.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ssfilter_check.o ssfilter_check.c bison -b ssfilter ssfilter.y mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed -o nstat nstat.c ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -lm In file included from nstat.c:24: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -c -o ssfilter.tab.o ssfilter.tab.c In file included from ../include/uapi/linux/tipc.h:42, from ss.c:52: ../include/uapi/linux/sockios.h:45: warning: "SIOCGSTAMP" redefined 45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ss.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:113: note: this is the location of the previous definition 113 | #define SIOCGSTAMP _IOR(0x89, 6, char[16]) | In file included from ../include/uapi/linux/tipc.h:42, from ss.c:52: ../include/uapi/linux/sockios.h:47: warning: "SIOCGSTAMPNS" redefined 47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ | In file included from /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/sys/ioctl.h:10, from ss.c:16: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/bits/ioctl.h:114: note: this is the location of the previous definition 114 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) | mips-openwrt-linux-musl-gcc ss.o ssfilter_check.o ssfilter.tab.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -o ss make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/misc' genl make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/genl' mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -fno-strict-aliasing -c -o genl.o genl.c mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -fno-strict-aliasing -c -o ctrl.o ctrl.c files="ctrl.c genl.c static-syms.c" ; \ for s in `grep -B 3 '\ static-syms.h mips-openwrt-linux-musl-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DNO_SHARED_LIBS -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/var/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0=iproute2-5.14.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -ffunction-sections -fdata-sections -flto -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include/libnl-tiny -DHAVE_SETNS -DHAVE_HANDLE_AT -DHAVE_LIBBPF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -DLIBBPF_VERSION=\"0.3.0\" -DLIBBPF_DYNAMIC -DHAVE_LIBBPF_SECTION_NAME -DHAVE_ELF -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/include -fno-strict-aliasing -c -o static-syms.o static-syms.c mips-openwrt-linux-musl-gcc genl.o ctrl.o ../lib/libutil.a ../lib/libnetlink.a static-syms.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libiconv-stub/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib/libintl-stub/lib -Wl,--gc-sections -Wl,--as-needed ../lib/libutil.a ../lib/libnetlink.a -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lbpf -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/usr/lib -lelf -o genl make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/genl' devlink make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/devlink' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/devlink' rdma make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/rdma' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/rdma' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/usr/include/iproute2 cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/include/bpf_elf.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/usr/include/iproute2 cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/include/{libgenl,libnetlink}.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/usr/include/ install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/usr/lib cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/lib/libnetlink.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/usr/lib/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2 -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iproute2.ipfull.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iproute2.ipfull.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2 ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/iproute2.ipfull.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-iproute2 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.iproute2.ipfull_installed removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/ip-full_5.14.0-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full/usr/libexec install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ip/ip /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full/usr/libexec/ip-full find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full/usr/libexec/ip-full: executable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-full into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/ip-full_5.14.0-1_mips_4kec.ipk rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full/usr/libexec install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ip/ip /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full/usr/libexec/ip-full touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full.installed removed '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/ip-bridge_5.14.0-1_mips_4kec.ipk' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge/usr/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/bridge/bridge /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge/usr/sbin/ find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf export CROSS="mips-openwrt-linux-musl-" NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge/usr/sbin/bridge: executable (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; ) install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/ipkg-mips_4kec/ip-bridge into /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/ip-bridge_5.14.0-1_mips_4kec.ipk rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge.installed /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge/usr/sbin install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/bridge/bridge /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge/usr/sbin/ touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge.installed mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-full/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ip-full_installed echo "ip-full" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iproute2.ipfull.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/iproute2-ipfull/iproute2-5.14.0/.pkgdir/ip-bridge/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.ip-bridge_installed echo "ip-bridge" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/iproute2.ipfull.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/package/network/utils/iproute2' time: package/network/utils/iproute2/ipfull/compile#20.71#1.86#14.98 mv -f .deps/sqlite3.Tpo .deps/sqlite3.Plo /bin/bash ./libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -no-undefined -version-info 8:6:8 -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o libsqlite3.la -rpath /usr/lib sqlite3.lo -lz OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -shared -fPIC -DPIC .libs/sqlite3.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -lz -Os -mno-branch-likely -mips32r2 -mtune=4kec -msoft-float -fstack-protector -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6 OpenWrt-libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so.0") OpenWrt-libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so") OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ar cru .libs/libsqlite3.a sqlite3.o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib/gcc/mips-openwrt-linux-musl/11.2.0/../../../../mips-openwrt-linux-musl/bin/ar: `u' modifier ignored since `D' is the default (see `U') OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc-ranlib .libs/libsqlite3.a OpenWrt-libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la" "libsqlite3.la" ) /bin/bash ./libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro -o sqlite3 sqlite3-shell.o libsqlite3.la -lz OpenWrt-libtool: link: mips-openwrt-linux-musl-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_HAVE_ZLIB -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z -Wl,now -Wl,-z -Wl,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -znow -zrelro -o .libs/sqlite3 sqlite3-shell.o -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib ./.libs/libsqlite3.so -lz make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/toolchain-mips_4kec_gcc-11.2.0_musl/lib -znow -zrelro " make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/. AR="mips-openwrt-linux-musl-gcc-ar" AS="mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=4kec -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000=sqlite-autoconf-3330000 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DHAVE_ISNAN -DHAVE_MALLOC_USABLE_SIZE -DSQLITE_ENABLE_UNLOCK_NOTIFY " LD=mips-openwrt-linux-musl-ld NM="mips-openwrt-linux-musl-gcc-nm" CC="mips-openwrt-linux-musl-gcc" GCC="mips-openwrt-linux-musl-gcc" CXX="mips-openwrt-linux-musl-g++" RANLIB="mips-openwrt-linux-musl-gcc-ranlib" STRIP=mips-openwrt-linux-musl-strip OBJCOPY=mips-openwrt-linux-musl-objcopy OBJDUMP=mips-openwrt-linux-musl-objdump SIZE=mips-openwrt-linux-musl-size CROSS="mips-openwrt-linux-musl-" ARCH="mips" DESTDIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install" install; make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib' /bin/bash ./libtool --mode=install /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c libsqlite3.la '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib' OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libsqlite3.so.0.8.6 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.so.0.8.6 OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so.0 || { rm -f libsqlite3.so.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0; }; }) OpenWrt-libtool: install: (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.0.8.6 libsqlite3.so; }; }) OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libsqlite3.lai /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.la OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/libsqlite3.a /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.a OpenWrt-libtool: install: chmod 644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.a OpenWrt-libtool: install: mips-openwrt-linux-musl-gcc-ranlib /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.a OpenWrt-libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/bin' /bin/bash ./libtool --mode=install /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c sqlite3 '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/bin' OpenWrt-libtool: install: warning: `libsqlite3.la' has not been installed in `/usr/lib' OpenWrt-libtool: install: /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c .libs/sqlite3 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/bin/sqlite3 /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/include' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 sqlite3.h sqlite3ext.h '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/include' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/man/man1' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 sqlite3.1 '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/man/man1' /usr/bin/mkdir -p '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/pkgconfig' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/install -c -m 644 sqlite3.pc '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/pkgconfig' make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/.built rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3 mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/host /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/usr/include install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/usr/lib/pkgconfig cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/libsqlite3.{a,so*} /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/usr/lib install -m0644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/include/sqlite3{,ext}.h /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/usr/include install -m0644 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/sqlite-autoconf-3330000/ipkg-install/usr/lib/pkgconfig/sqlite3.pc /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/usr/lib/pkgconfig find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3 -name '*.la' | xargs -r rm -f; if [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/sqlite3.list ]; then /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/clean-package.sh "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/sqlite3.list" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl"; fi if [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3 ]; then (cd /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3; find ./ > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3.files); SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.staging-dir.flock -c ' mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3.files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/packages/sqlite3.list && cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/; '; fi rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/stage-sqlite3 touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/stamp/.sqlite3_installed make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/libs/sqlite3' time: package/feeds/packages/sqlite3/compile#62.24#2.03#60.44 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python3' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.Python-3.9.7.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "Python-3.9.7.tar.xz" "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57" "" "https://www.python.org/ftp/python/3.9.7" ' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/lang/python/python3' time: package/feeds/packages/python3/compile#0.28#0.11#0.39 make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/i2c-tools' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.i2c-tools-4.3.tar.xz.flock -c ' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/download.pl "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/dl" "i2c-tools-4.3.tar.xz" "1f899e43603184fac32f34d72498fc737952dbc9c97a8dd9467fadfdf4600cf9" "" "@KERNEL/software/utils/i2c-tools" ' mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/i2c-tools-4.3/.pkgdir/libi2c/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.libi2c_installed echo "libi2c" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/i2c-tools.default.install mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/i2c-tools-4.3/.pkgdir/i2c-tools/. /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/' touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek/stamp/.i2c-tools_installed echo "i2c-tools" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/pkginfo/i2c-tools.default.install make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/feeds/packages/utils/i2c-tools' time: package/feeds/packages/i2c-tools/compile#0.15#0.02#0.16 make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: warning: -j1 forced in submake: resetting jobserver mode. rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/packages/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/base/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/luci/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/packages/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/packages/mips_4kec/taiha/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/packages/realtek; find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/target-mips_4kec_musl/root-realtek -type d | xargs -r chmod 0755 rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root.orig-realtek mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/tmp IPKG_NO_SCRIPT=1 IPKG_INSTROOT=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek TMPDIR=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/opkg --offline-root /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek --force-postinstall --add-dest root:/ --add-arch all:100 --add-arch mips_4kec:200 install $(cat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/opkg_install_list) Installing base-files (1455-r0+17920-b60e392e58) to root... Installing libgcc1 (11.2.0-3) to root... Installing libc (1.2.2-3) to root... Installing libubox20210819 (2021-08-19-d716ac4b-2) to root... Installing libuci20130104 (2021-10-22-f84f49f0-6) to root... Installing libnl-tiny1 (2020-08-05-c291088f-2) to root... Installing libubus20210630 (2021-06-30-4fc532c8-2) to root... Installing libjson-c5 (0.15-2) to root... Installing libblobmsg-json20210819 (2021-08-19-d716ac4b-2) to root... Installing ubusd (2021-06-30-4fc532c8-2) to root... Installing ubus (2021-06-30-4fc532c8-2) to root... Installing jshn (2021-08-19-d716ac4b-2) to root... Installing netifd (2021-10-30-8f82742c-1) to root... Installing jsonfilter (2018-02-04-c7e938d6-1) to root... Installing usign (2020-05-23-f1f65026-1) to root... Installing openwrt-keyring (2021-02-20-49283916-2) to root... Installing ubox (2021-08-03-205defb5-2) to root... Installing fstools (2021-08-25-e1b68111-2) to root... Installing fwtool (2019-11-12-8f7fe925-1) to root... Installing uboot-envtools (2021.01-41) to root... Installing kmod-gpio-button-hotplug (5.10.76-3) to root... Installing kernel (5.10.76-1-b28323d8fed09161e4d1e989a82e1106) to root... Package kernel (5.10.76-1-b28323d8fed09161e4d1e989a82e1106) installed in root is up to date. Installing kmod-i2c-core (5.10.76-1) to root... Installing kmod-i2c-mux (5.10.76-1) to root... Installing kmod-i2c-mux-pca954x (5.10.76-1) to root... Installing kmod-nf-reject (5.10.76-1) to root... Installing kmod-nf-reject6 (5.10.76-1) to root... Installing kmod-nf-ipt (5.10.76-1) to root... Installing kmod-nf-ipt6 (5.10.76-1) to root... Installing kmod-ipt-core (5.10.76-1) to root... Installing kmod-nf-conntrack (5.10.76-1) to root... Installing kmod-nf-conntrack6 (5.10.76-1) to root... Installing kmod-nf-nat (5.10.76-1) to root... Installing kmod-ipt-conntrack (5.10.76-1) to root... Installing kmod-ipt-nat (5.10.76-1) to root... Installing kmod-ip6tables (5.10.76-1) to root... Package libc (1.2.2-3) installed in root is up to date. Package libgcc1 (11.2.0-3) installed in root is up to date. Installing libpthread (1.2.2-3) to root... Installing dropbear (2020.81-2) to root... Installing libxtables12 (1.8.7-1) to root... Installing libip4tc2 (1.8.7-1) to root... Installing libip6tc2 (1.8.7-1) to root... Installing iptables (1.8.7-1) to root... Installing ip6tables (1.8.7-1) to root... Package fstools (2021-08-25-e1b68111-2) installed in root is up to date. Package fwtool (2019-11-12-8f7fe925-1) installed in root is up to date. Installing mtd (26) to root... Installing libelf1 (0.182-1) to root... Installing zlib (1.2.11-3) to root... Package libjson-c5 (0.15-2) installed in root is up to date. Installing libmnl0 (1.0.4-2) to root... Package libnl-tiny1 (2020-08-05-c291088f-2) installed in root is up to date. Package libubox20210819 (2021-08-19-d716ac4b-2) installed in root is up to date. Package libblobmsg-json20210819 (2021-08-19-d716ac4b-2) installed in root is up to date. Package jshn (2021-08-19-d716ac4b-2) installed in root is up to date. Installing libjson-script20210819 (2021-08-19-d716ac4b-2) to root... Installing terminfo (6.2-3) to root... Installing libncurses6 (6.2-3) to root... Installing libuclient20201210 (2021-05-14-6a6011df-1) to root... Installing uclient-fetch (2021-05-14-6a6011df-1) to root... Installing libustream-wolfssl20201210 (2020-12-10-68d09243-2) to root... Installing libwolfssl4.8.1.62348c2b (4.8.1-stable-6) to root... Package libwolfssl4.8.1.62348c2b (4.8.1-stable-6) installed in root is up to date. Package zlib (1.2.11-3) installed in root is up to date. Installing firewall (2021-08-14-40e5f6a2-1) to root... Package netifd (2021-10-30-8f82742c-1) installed in root is up to date. Installing odhcp6c (2021-07-14-94adc8bb-18) to root... Installing dnsmasq (2.86-3) to root... Installing odhcpd-ipv6only (2021-08-11-01b4e604-1) to root... Installing uhttpd (2021-03-21-15346de8-3) to root... Installing uhttpd-mod-ubus (2021-03-21-15346de8-3) to root... Installing libbpf0 (5.11.16-1) to root... Installing ethtool-full (5.14-1) to root... Installing ip-full (5.14.0-1) to root... Installing ip-bridge (5.14.0-1) to root... Installing libiwinfo20210430 (2021-07-11-a0a0e02d-1) to root... Installing libiwinfo-data (2021-07-11-a0a0e02d-1) to root... Installing libiwinfo-lua (2021-07-11-a0a0e02d-1) to root... Installing liblua5.1.5 (5.1.5-9) to root... Package libiwinfo-data (2021-07-11-a0a0e02d-1) installed in root is up to date. Installing ca-bundle (20210119-1) to root... Package openwrt-keyring (2021-02-20-49283916-2) installed in root is up to date. Installing opkg (2021-06-13-1bf042dd-3) to root... Installing procd (2021-10-22-1c36d3d0-1) to root... Installing procd-ujail (2021-10-22-1c36d3d0-1) to root... Installing procd-seccomp (2021-10-22-1c36d3d0-1) to root... Installing rpcd (2021-07-13-1fa35765-1) to root... Installing rpcd-mod-file (2021-07-13-1fa35765-1) to root... Installing rpcd-mod-iwinfo (2021-07-13-1fa35765-1) to root... Package ubox (2021-08-03-205defb5-2) installed in root is up to date. Installing getrandom (2021-08-03-205defb5-2) to root... Installing logd (2021-08-03-205defb5-2) to root... Package libubus20210630 (2021-06-30-4fc532c8-2) installed in root is up to date. Installing libubus-lua (2021-06-30-4fc532c8-2) to root... Package ubus (2021-06-30-4fc532c8-2) installed in root is up to date. Package ubusd (2021-06-30-4fc532c8-2) installed in root is up to date. Package libuci20130104 (2021-10-22-f84f49f0-6) installed in root is up to date. Installing uci (2021-10-22-f84f49f0-6) to root... Installing urandom-seed (3) to root... Installing urngd (2020-01-21-c7f7b6b6-1) to root... Package usign (2020-05-23-f1f65026-1) installed in root is up to date. Installing busybox (1.34.1-1) to root... Package jsonfilter (2018-02-04-c7e938d6-1) installed in root is up to date. Package liblua5.1.5 (5.1.5-9) installed in root is up to date. Installing lua (5.1.5-9) to root... Installing luci (git-21.301.66258-0740023) to root... Installing luci-lib-nixio (git-21.301.66258-0740023) to root... Installing luci-lib-ip (git-21.301.66258-0740023) to root... Installing luci-lib-jsonc (git-21.301.66258-0740023) to root... Installing liblucihttp0 (2021-06-11-3dc89af4-1) to root... Installing liblucihttp-lua (2021-06-11-3dc89af4-1) to root... Installing luci-lib-base (git-21.301.66258-0740023) to root... Installing rpcd-mod-luci (20210614) to root... Installing cgi-io (2021-09-08-98cef9dd-20) to root... Installing luci-base (git-21.301.66258-0740023) to root... Installing luci-mod-status (git-21.301.66258-0740023) to root... Installing luci-mod-system (git-21.301.66258-0740023) to root... Installing luci-mod-network (git-21.301.66258-0740023) to root... Installing luci-mod-admin-full (git-21.301.66258-0740023) to root... Installing luci-theme-bootstrap (git-21.301.66258-0740023) to root... Installing luci-app-firewall (git-21.301.66258-0740023) to root... Installing luci-app-opkg (git-21.301.66258-0740023) to root... Installing luci-proto-ppp (git-21.301.66258-0740023) to root... Installing luci-proto-ipv6 (git-21.301.66258-0740023) to root... Installing rpcd-mod-rrdns (20170710) to root... Package luci-app-firewall (git-21.301.66258-0740023) installed in root is up to date. Installing luci-i18n-firewall-ja (git-21.301.66258-0740023) to root... Package luci-app-opkg (git-21.301.66258-0740023) installed in root is up to date. Installing luci-i18n-opkg-ja (git-21.301.66258-0740023) to root... Package luci-base (git-21.301.66258-0740023) installed in root is up to date. Installing luci-i18n-base-ja (git-21.303.61742-b5270be) to root... Package luci-lib-base (git-21.301.66258-0740023) installed in root is up to date. Package luci-lib-ip (git-21.301.66258-0740023) installed in root is up to date. Package luci-lib-jsonc (git-21.301.66258-0740023) installed in root is up to date. Package luci-lib-nixio (git-21.301.66258-0740023) installed in root is up to date. Package luci-mod-admin-full (git-21.301.66258-0740023) installed in root is up to date. Package luci-mod-network (git-21.301.66258-0740023) installed in root is up to date. Package luci-mod-status (git-21.301.66258-0740023) installed in root is up to date. Package luci-mod-system (git-21.301.66258-0740023) installed in root is up to date. Package luci-proto-ipv6 (git-21.301.66258-0740023) installed in root is up to date. Package luci-proto-ppp (git-21.301.66258-0740023) installed in root is up to date. Package luci-theme-bootstrap (git-21.301.66258-0740023) installed in root is up to date. Package liblucihttp0 (2021-06-11-3dc89af4-1) installed in root is up to date. Package liblucihttp-lua (2021-06-11-3dc89af4-1) installed in root is up to date. Package rpcd-mod-luci (20210614) installed in root is up to date. Package rpcd-mod-rrdns (20170710) installed in root is up to date. Package cgi-io (2021-09-08-98cef9dd-20) installed in root is up to date. Installing libcurl4 (7.79.1-1) to root... Installing libnghttp2-14 (1.44.0-1) to root... Installing curl (7.79.1-1) to root... Installing libi2c (4.3-1) to root... Installing i2c-tools (4.3-1) to root... Package libnghttp2-14 (1.44.0-1) installed in root is up to date. Installing nyancat (1.5.2+-1) to root... Installing sl (5.02-1) to root... Configuring libgcc1. Configuring libc. Configuring terminfo. Configuring liblucihttp0. Configuring libubox20210819. Configuring libubus20210630. Configuring cgi-io. Configuring liblua5.1.5. Configuring lua. Configuring luci-lib-nixio. Configuring libnl-tiny1. Configuring luci-lib-ip. Configuring libjson-c5. Configuring luci-lib-jsonc. Configuring liblucihttp-lua. Configuring luci-lib-base. Configuring libuclient20201210. Configuring uclient-fetch. Configuring libpthread. Configuring opkg. Configuring luci-app-opkg. Configuring luci-i18n-opkg-ja. Configuring libi2c. Configuring libuci20130104. Configuring libblobmsg-json20210819. Configuring rpcd. Configuring libubus-lua. Configuring rpcd-mod-file. Configuring rpcd-mod-luci. Configuring luci-base. Configuring luci-i18n-base-ja. Configuring ubusd. Configuring ubus. Configuring jsonfilter. Configuring busybox. Configuring zlib. Configuring libelf1. Configuring libbpf0. Configuring ip-full. Configuring kernel. Configuring kmod-nf-reject6. Configuring libiwinfo-data. Configuring libiwinfo20210430. Configuring libiwinfo-lua. Configuring luci-mod-system. Configuring libwolfssl4.8.1.62348c2b. Configuring libustream-wolfssl20201210. Configuring getrandom. Configuring luci-theme-bootstrap. Configuring kmod-nf-reject. Configuring kmod-nf-ipt. Configuring kmod-ipt-core. Configuring kmod-nf-conntrack. Configuring kmod-ipt-conntrack. Configuring procd-ujail. Configuring jshn. Configuring netifd. Configuring usign. Configuring openwrt-keyring. Configuring ubox. Configuring fstools. Configuring fwtool. Configuring base-files. Configuring kmod-nf-nat. Configuring nyancat. Configuring uboot-envtools. Configuring dnsmasq. Configuring libjson-script20210819. Configuring procd. Configuring luci-mod-status. Configuring kmod-i2c-core. Configuring libxtables12. Configuring libip4tc2. Configuring libip6tc2. Configuring kmod-nf-conntrack6. Configuring kmod-ipt-nat. Configuring firewall. Configuring luci-app-firewall. Configuring libncurses6. Configuring sl. Configuring libmnl0. Configuring ethtool-full. Configuring kmod-nf-ipt6. Configuring kmod-ip6tables. Configuring odhcp6c. Configuring uci. Configuring dropbear. Configuring libnghttp2-14. Configuring ca-bundle. Configuring libcurl4. Configuring curl. Configuring mtd. Configuring odhcpd-ipv6only. Configuring procd-seccomp. Configuring i2c-tools. Configuring kmod-i2c-mux. Configuring kmod-i2c-mux-pca954x. Configuring urandom-seed. Configuring luci-proto-ppp. Configuring rpcd-mod-iwinfo. Configuring luci-mod-network. Configuring luci-mod-admin-full. Configuring kmod-gpio-button-hotplug. Configuring logd. Configuring ip-bridge. Configuring luci-proto-ipv6. Configuring iptables. Configuring luci-i18n-firewall-ja. Configuring uhttpd. Configuring ip6tables. Configuring uhttpd-mod-ubus. Configuring rpcd-mod-rrdns. Configuring luci. Configuring urngd. Setting flags for package libc to hold. Setting flags for package libgcc1 to hold. Setting flags for package libpthread to hold. cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root.orig-realtek Enabling boot Enabling cron Enabling dnsmasq Enabling done Enabling dropbear Enabling firewall Enabling gpio_switch Enabling led Enabling log Enabling network Enabling odhcpd Enabling rpcd Enabling sysctl Enabling sysfixtime Enabling sysntpd Enabling system Enabling ucitrack Enabling uhttpd Enabling umount Enabling urandom_seed Enabling urngd sed -i "s/Installed-Time: .*/Installed-Time: 1635641906/" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/usr/lib/opkg/status rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/boot /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/tmp/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/usr/lib/opkg/info/*.postinst* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/usr/lib/opkg/lists/* /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/var/lock/*.lock find /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/ -mindepth 1 -execdir touch -hcd "@1635641906" "{}" + make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux' make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek' rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/localversion /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/kconfig.pl + /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/config-5.10 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/config-5.10 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/.config >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "# CONFIG_KALLSYMS_EXTRA_PASS is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "# CONFIG_KALLSYMS_ALL is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target echo "CONFIG_KALLSYMS_UNCOMPRESSED=y" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/package-metadata.pl kconfig /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/tmp/.packageinfo /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/.config 5.10 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.override /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/kconfig.pl 'm+' '+' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.target /dev/null /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.override > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old grep -v INITRAMFS /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set echo 'CONFIG_INITRAMFS_SOURCE=""' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set echo '# CONFIG_INITRAMFS_FORCE is not set' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/modules cmp -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.prev || { cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config; cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.prev; } export MAKEFLAGS= ; [ -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers ] || make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.76 CC="mips-openwrt-linux-musl-gcc" INSTALL_HDR_PATH=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/user_headers headers_install grep '=[ym]' /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.set | LC_ALL=C sort | /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mkhash md5 > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.vermagic touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.configured rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/init make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.76 CC="mips-openwrt-linux-musl-gcc" all modules make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' CALL scripts/atomic/check-atomics.sh CALL scripts/checksyscalls.sh CHK include/generated/compile.h make[5]: Nothing to be done for 'modules'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' cmp -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux.debug || { mips-openwrt-linux-musl-objcopy -O binary -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux; mips-openwrt-linux-musl-objcopy -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux.elf; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux.debug; } rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.prev mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old grep -v -e INITRAMFS -e CONFIG_RD_ -e CONFIG_BLK_DEV_INITRD /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config.old > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo 'CONFIG_BLK_DEV_INITRD=y' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo 'CONFIG_INITRAMFS_SOURCE="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/image/initramfs-base-files.txt"' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo 'CONFIG_INITRAMFS_ROOT_UID=1001' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo 'CONFIG_INITRAMFS_ROOT_GID=1001' >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo "# CONFIG_INITRAMFS_FORCE is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo "CONFIG_INITRAMFS_COMPRESSION_NONE=y" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set\n# CONFIG_RD_GZIP is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set\n# CONFIG_RD_BZIP2 is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZMA is not set\n# CONFIG_RD_LZMA is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZO is not set\n# CONFIG_RD_LZO is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_XZ is not set\n# CONFIG_RD_XZ is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZ4 is not set\n# CONFIG_RD_LZ4 is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config echo -e "# CONFIG_INITRAMFS_COMPRESSION_ZSTD is not set\n# CONFIG_RD_ZSTD is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.config cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/generic/other-files/init /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/init touch -hcd "@1635641906" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/init rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/usr/initramfs_data.cpio* make -C /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl=target-mips_4kec_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="mips-openwrt-linux-musl-" ARCH="mips" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Oct 31 00:58:26 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.76 CC="mips-openwrt-linux-musl-gcc" all modules make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' SYNC include/config/auto.conf.cmd net/sched/Kconfig:45: warning: menuconfig statement without prompt CALL scripts/atomic/check-atomics.sh CALL scripts/checksyscalls.sh GEN usr/initramfs_data.cpio CHK include/generated/compile.h SHIPPED usr/initramfs_inc_data AS usr/initramfs_data.o AR usr/built-in.a GEN .version CHK include/generated/compile.h LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux SORTTAB vmlinux SYSMAP System.map MODPOST modules-only.symvers GEN Module.symvers make[5]: Nothing to be done for 'modules'. make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76' cmp -s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux-initramfs.debug || { mips-openwrt-linux-musl-objcopy -O binary -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux-initramfs; mips-openwrt-linux-musl-objcopy -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux-initramfs.elf; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux-initramfs.debug; } touch /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/.image make -C image compile install TARGET_BUILD= make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/image' make[5]: Nothing to be done for 'compile'. mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_allnet_all-sg8208m.dtb.tmp ../dts-5.10/rtl8382_allnet_all-sg8208m.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-10p.dtb.tmp ../dts-5.10/rtl8382_d-link_dgs-1210-10p.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-16.dtb.tmp ../dts-5.10/rtl8382_d-link_dgs-1210-16.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-28.dtb.tmp ../dts-5.10/rtl8382_d-link_dgs-1210-28.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_inaba_aml2-17gp.dtb.tmp ../dts-5.10/rtl8382_inaba_aml2-17gp.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs108t-v3.dtb.tmp ../dts-5.10/rtl8380_netgear_gs108t-v3.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs110tpp-v1.dtb.tmp ../dts-5.10/rtl8380_netgear_gs110tpp-v1.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs308t-v1.dtb.tmp ../dts-5.10/rtl8380_netgear_gs308t-v1.dts /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_allnet_all-sg8208m.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_allnet_all-sg8208m.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-10p.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-10p.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-28.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-28.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_inaba_aml2-17gp.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_inaba_aml2-17gp.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs108t-v3.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs108t-v3.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs110tpp-v1.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs110tpp-v1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs308t-v1.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs308t-v1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-16.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-16.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_allnet_all-sg8208m.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-10p.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_inaba_aml2-17gp.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-28.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs108t-v3.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs110tpp-v1.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs308t-v1.dtb.tmp mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs310tp-v1.dtb.tmp ../dts-5.10/rtl8380_netgear_gs310tp-v1.dts rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_d-link_dgs-1210-16.dtb.tmp mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb.tmp ../dts-5.10/rtl8382_panasonic_m24eg-pn28240k.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-10hp.dtb.tmp ../dts-5.10/rtl8380_zyxel_gs1900-10hp.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8.dtb.tmp ../dts-5.10/rtl8380_zyxel_gs1900-8.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v1.dtb.tmp ../dts-5.10/rtl8380_zyxel_gs1900-8hp-v1.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v2.dtb.tmp ../dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts mips-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/arch/mips/boot/dts/include -I/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_zyxel_gs1900-24hp-v2.dtb.tmp ../dts-5.10/rtl8382_zyxel_gs1900-24hp-v2.dts /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs310tp-v1.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs310tp-v1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-10hp.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-10hp.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_netgear_gs310tp-v1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-10hp.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v2.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v2.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v1.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/linux-5.10.76/scripts/dtc/dtc -O dtb -i../dts-5.10/ -Wno-unit_address_vs_reg -Wno-simple_bus_reg -Wno-unit_address_format -Wno-pci_bridge -Wno-pci_device_bus_num -Wno-pci_device_reg -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-graph_port -Wno-unique_unit_address -o /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_zyxel_gs1900-24hp-v2.dtb /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_zyxel_gs1900-24hp-v2.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v2.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8380_zyxel_gs1900-8hp-v1.dtb.tmp rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_zyxel_gs1900-24hp-v2.dtb.tmp mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp rm -rf /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/json_info_files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/mksquashfs4 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/root.squashfs -nopad -noappend -root-owned -comp xz -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2 -b 256k -p '/dev d 755 0 0' -p '/dev/console c 600 0 0 5 1' -no-xattrs -processors 1 rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin rm -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux-initramfs /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin Pseudo file "/dev" exists in source filesystem "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root-realtek/dev". Ignoring, exclude it (-e/-ef) to override. cat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin gzip -f -9n -c /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin.new cat /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/image-rtl8382_panasonic_m24eg-pn28240k.dtb >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin gzip -f -9n -c /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin.new mkimage -A mips -O linux -T kernel -C gzip -a 0x80000000 -e 0x80000400 -n 'MIPS OpenWrt Linux-5.10.76' -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin.new Image Name: MIPS OpenWrt Linux-5.10.76 Created: Sun Oct 31 00:58:26 2021 Image Type: MIPS Linux Kernel Image (gzip compressed) Data Size: 3265911 Bytes = 3189.37 KiB = 3.11 MiB Load Address: 80000000 Entry Point: 80000400 mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin.new /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/root.squashfs, block size 262144. [===============================================================/] 875/875 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144 compressed data, compressed metadata, compressed fragments, no xattrs, compressed ids duplicates are removed Filesystem size 3005.05 Kbytes (2.93 Mbytes) 31.25% of uncompressed filesystem size (9616.87 Kbytes) Inode table size 8246 bytes (8.05 Kbytes) 20.76% of uncompressed inode table size (39713 bytes) Directory table size 11528 bytes (11.26 Kbytes) 45.86% of uncompressed directory table size (25137 bytes) Number of duplicate files found 127 Number of inodes 1199 Number of files 874 Number of fragments 25 Number of symbolic links 207 Number of device nodes 1 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 117 Number of ids (unique uids + gids) 1 Number of uids 1 root (0) Number of gids 1 root (0) [ -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin -a -f /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/root.squashfs ] dd if=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/panasonic_m24eg-pn28240k-kernel.bin >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin 6378+1 records in 6378+1 records out 3265975 bytes (3.3 MB, 3.1 MiB) copied, 0.00953972 s, 342 MB/s dd if=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin of=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.new bs=64k conv=sync 49+1 records in 50+0 records out 3276800 bytes (3.3 MB, 3.1 MiB) copied, 0.0019425 s, 1.7 GB/s mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.new /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin dd if=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/root.squashfs >> /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin 6010+1 records in 6010+1 records out 3077172 bytes (3.1 MB, 2.9 MiB) copied, 0.0109124 s, 282 MB/s /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/padjffs2 /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin 4 8 16 64 128 256 padding image to 00610000 padding image to 00620000 padding image to 00640000 echo '{ "metadata_version": "1.1", "compat_version": "1.0", "supported_devices":["panasonic,m24eg-pn28240k"], "version": { "dist": "OpenWrt", "version": "SNAPSHOT", "revision": "r0+17920-b60e392e58", "target": "realtek/generic", "board": "panasonic_m24eg-pn28240k" } }' | fwtool -I - /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin [ ! -s "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build" -o ! -s "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.ucert" -o ! -s "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin" ] || { cp "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build.ucert" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.ucert" ; usign -S -m "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin" -s "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/key-build" -x "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.sig" ; ucert -A -c "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.ucert" -x "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.sig" ; fwtool -S "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.ucert" "/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin" ; } cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin DEVICE_ID="panasonic_m24eg-pn28240k" BIN_DIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic" SOURCE_DATE_EPOCH=1635641906 FILE_NAME="openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin" FILE_TYPE=sysupgrade FILE_FILESYSTEM="squashfs" DEVICE_IMG_PREFIX="openwrt-realtek-generic-panasonic_m24eg-pn28240k" DEVICE_VENDOR="Panasonic" DEVICE_MODEL="Switch-M24eG" DEVICE_VARIANT="PN28240K" DEVICE_ALT0_VENDOR="" DEVICE_ALT0_MODEL="" DEVICE_ALT0_VARIANT="" DEVICE_ALT1_VENDOR="" DEVICE_ALT1_MODEL="" DEVICE_ALT1_VARIANT="" DEVICE_ALT2_VENDOR="" DEVICE_ALT2_MODEL="" DEVICE_ALT2_VARIANT="" DEVICE_TITLE="Panasonic Switch-M24eG PN28240K" DEVICE_PACKAGES="kmod-i2c-mux-pca954x " TARGET="realtek" SUBTARGET="generic" VERSION_NUMBER="SNAPSHOT" VERSION_CODE="r0+17920-b60e392e58" SUPPORTED_DEVICES="panasonic,m24eg-pn28240k" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/json_add_image_info.py /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/json_info_files/openwrt-realtek-generic-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin.json mkimage -A mips -O linux -T kernel -C gzip -a 0x80000000 -e 0x80000400 -n 'MIPS OpenWrt Linux-5.10.76' -d /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin.new Image Name: MIPS OpenWrt Linux-5.10.76 Created: Sun Oct 31 00:58:26 2021 Image Type: MIPS Linux Kernel Image (gzip compressed) Data Size: 7239246 Bytes = 7069.58 KiB = 6.90 MiB Load Address: 80000000 Entry Point: 80000400 mv /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin.new /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin cp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/linux-realtek_generic/tmp/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin DEVICE_ID="panasonic_m24eg-pn28240k" BIN_DIR="/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic" SOURCE_DATE_EPOCH=1635641906 FILE_NAME="openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin" FILE_TYPE="kernel" FILE_FILESYSTEM="initramfs" DEVICE_IMG_PREFIX="openwrt-realtek-generic-panasonic_m24eg-pn28240k" DEVICE_VENDOR="Panasonic" DEVICE_MODEL="Switch-M24eG" DEVICE_VARIANT="PN28240K" DEVICE_ALT0_VENDOR="" DEVICE_ALT0_MODEL="" DEVICE_ALT0_VARIANT="" DEVICE_ALT1_VENDOR="" DEVICE_ALT1_MODEL="" DEVICE_ALT1_VARIANT="" DEVICE_ALT2_VENDOR="" DEVICE_ALT2_MODEL="" DEVICE_ALT2_VARIANT="" DEVICE_TITLE="Panasonic Switch-M24eG PN28240K" DEVICE_PACKAGES="kmod-i2c-mux-pca954x " TARGET="realtek" SUBTARGET="generic" VERSION_NUMBER="SNAPSHOT" VERSION_CODE="r0+17920-b60e392e58" SUPPORTED_DEVICES="panasonic,m24eg-pn28240k" /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/json_add_image_info.py /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/json_info_files/openwrt-realtek-generic-panasonic_m24eg-pn28240k-initramfs-kernel.bin.json IPKG_NO_SCRIPT=1 IPKG_INSTROOT=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root.orig-realtek TMPDIR=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root.orig-realtek/tmp /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/staging_dir/host/bin/opkg --offline-root /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/root.orig-realtek --force-postinstall --add-dest root:/ --add-arch all:100 --add-arch mips_4kec:200 list-installed > /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/openwrt-realtek-generic-panasonic_m24eg-pn28240k.manifest make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek/image' make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux/realtek' make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/target/linux' time: target/linux/install#22.02#4.26#13.27 make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' export MAKEFLAGS= ;make -w -r package/index make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' Generating package index... Generating index for package ./base-files_1455-r0+17920-b60e392e58_mips_4kec.ipk Generating index for package ./dropbear_2020.81-2_mips_4kec.ipk Generating index for package ./fstools_2021-08-25-e1b68111-2_mips_4kec.ipk Generating index for package ./fwtool_2019-11-12-8f7fe925-1_mips_4kec.ipk Generating index for package ./ip6tables_1.8.7-1_mips_4kec.ipk Generating index for package ./iptables_1.8.7-1_mips_4kec.ipk Generating index for package ./kmod-gpio-button-hotplug_5.10.76-3_mips_4kec.ipk Generating index for package ./kmod-i2c-core_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-i2c-mux-pca954x_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-i2c-mux_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-ip6tables_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-ipt-conntrack_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-ipt-core_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-ipt-nat_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-conntrack6_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-conntrack_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-ipt6_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-ipt_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-nat_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-reject6_5.10.76-1_mips_4kec.ipk Generating index for package ./kmod-nf-reject_5.10.76-1_mips_4kec.ipk Generating index for package ./libgcc1_11.2.0-3_mips_4kec.ipk Generating index for package ./libip4tc2_1.8.7-1_mips_4kec.ipk Generating index for package ./libip6tc2_1.8.7-1_mips_4kec.ipk Generating index for package ./libpthread_1.2.2-3_mips_4kec.ipk Generating index for package ./libxtables12_1.8.7-1_mips_4kec.ipk Generating index for package ./mtd_26_mips_4kec.ipk Generating index for package ./uboot-envtools_2021.01-41_mips_4kec.ipk Generating index for package ./busybox_1.34.1-1_mips_4kec.ipk Generating index for package ./ca-bundle_20210119-1_all.ipk Generating index for package ./dnsmasq_2.86-3_mips_4kec.ipk Generating index for package ./ethtool-full_5.14-1_mips_4kec.ipk Generating index for package ./firewall_2021-08-14-40e5f6a2-1_mips_4kec.ipk Generating index for package ./getrandom_2021-08-03-205defb5-2_mips_4kec.ipk Generating index for package ./ip-bridge_5.14.0-1_mips_4kec.ipk Generating index for package ./ip-full_5.14.0-1_mips_4kec.ipk Generating index for package ./jshn_2021-08-19-d716ac4b-2_mips_4kec.ipk Generating index for package ./jsonfilter_2018-02-04-c7e938d6-1_mips_4kec.ipk Generating index for package ./libblobmsg-json20210819_2021-08-19-d716ac4b-2_mips_4kec.ipk Generating index for package ./libbpf0_5.11.16-1_mips_4kec.ipk Generating index for package ./libelf1_0.182-1_mips_4kec.ipk Generating index for package ./libiwinfo-data_2021-07-11-a0a0e02d-1_mips_4kec.ipk Generating index for package ./libiwinfo-lua_2021-07-11-a0a0e02d-1_mips_4kec.ipk Generating index for package ./libiwinfo20210430_2021-07-11-a0a0e02d-1_mips_4kec.ipk Generating index for package ./libjson-c5_0.15-2_mips_4kec.ipk Generating index for package ./libjson-script20210819_2021-08-19-d716ac4b-2_mips_4kec.ipk Generating index for package ./liblua5.1.5_5.1.5-9_mips_4kec.ipk Generating index for package ./libmnl0_1.0.4-2_mips_4kec.ipk Generating index for package ./libncurses6_6.2-3_mips_4kec.ipk Generating index for package ./libnl-tiny1_2020-08-05-c291088f-2_mips_4kec.ipk Generating index for package ./libubox20210819_2021-08-19-d716ac4b-2_mips_4kec.ipk Generating index for package ./libubus-lua_2021-06-30-4fc532c8-2_mips_4kec.ipk Generating index for package ./libubus20210630_2021-06-30-4fc532c8-2_mips_4kec.ipk Generating index for package ./libuci20130104_2021-10-22-f84f49f0-6_mips_4kec.ipk Generating index for package ./libuclient20201210_2021-05-14-6a6011df-1_mips_4kec.ipk Generating index for package ./libustream-wolfssl20201210_2020-12-10-68d09243-2_mips_4kec.ipk Generating index for package ./libwolfssl4.8.1.62348c2b_4.8.1-stable-6_mips_4kec.ipk Generating index for package ./logd_2021-08-03-205defb5-2_mips_4kec.ipk Generating index for package ./lua_5.1.5-9_mips_4kec.ipk Generating index for package ./netifd_2021-10-30-8f82742c-1_mips_4kec.ipk Generating index for package ./odhcp6c_2021-07-14-94adc8bb-18_mips_4kec.ipk Generating index for package ./odhcpd-ipv6only_2021-08-11-01b4e604-1_mips_4kec.ipk Generating index for package ./openwrt-keyring_2021-02-20-49283916-2_mips_4kec.ipk Generating index for package ./opkg_2021-06-13-1bf042dd-3_mips_4kec.ipk Generating index for package ./procd-seccomp_2021-10-22-1c36d3d0-1_mips_4kec.ipk Generating index for package ./procd-ujail_2021-10-22-1c36d3d0-1_mips_4kec.ipk Generating index for package ./procd_2021-10-22-1c36d3d0-1_mips_4kec.ipk Generating index for package ./rpcd-mod-file_2021-07-13-1fa35765-1_mips_4kec.ipk Generating index for package ./rpcd-mod-iwinfo_2021-07-13-1fa35765-1_mips_4kec.ipk Generating index for package ./rpcd_2021-07-13-1fa35765-1_mips_4kec.ipk Generating index for package ./terminfo_6.2-3_mips_4kec.ipk Generating index for package ./ubox_2021-08-03-205defb5-2_mips_4kec.ipk Generating index for package ./ubus_2021-06-30-4fc532c8-2_mips_4kec.ipk Generating index for package ./ubusd_2021-06-30-4fc532c8-2_mips_4kec.ipk Generating index for package ./uci_2021-10-22-f84f49f0-6_mips_4kec.ipk Generating index for package ./uclient-fetch_2021-05-14-6a6011df-1_mips_4kec.ipk Generating index for package ./uhttpd-mod-ubus_2021-03-21-15346de8-3_mips_4kec.ipk Generating index for package ./uhttpd_2021-03-21-15346de8-3_mips_4kec.ipk Generating index for package ./urandom-seed_3_mips_4kec.ipk Generating index for package ./urngd_2020-01-21-c7f7b6b6-1_mips_4kec.ipk Generating index for package ./usign_2020-05-23-f1f65026-1_mips_4kec.ipk Generating index for package ./zlib_1.2.11-3_mips_4kec.ipk Generating index for package ./liblucihttp-lua_2021-06-11-3dc89af4-1_mips_4kec.ipk Generating index for package ./liblucihttp0_2021-06-11-3dc89af4-1_mips_4kec.ipk Generating index for package ./luci-app-firewall_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-app-opkg_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-base_git-21.301.66258-0740023_mips_4kec.ipk Generating index for package ./luci-i18n-base-ja_git-21.303.61742-b5270be_all.ipk Generating index for package ./luci-i18n-firewall-ja_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-i18n-opkg-ja_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-lib-base_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-lib-ip_git-21.301.66258-0740023_mips_4kec.ipk Generating index for package ./luci-lib-jsonc_git-21.301.66258-0740023_mips_4kec.ipk Generating index for package ./luci-lib-nixio_git-21.301.66258-0740023_mips_4kec.ipk Generating index for package ./luci-mod-admin-full_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-mod-network_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-mod-status_git-21.301.66258-0740023_mips_4kec.ipk Generating index for package ./luci-mod-system_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-proto-ipv6_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-proto-ppp_git-21.301.66258-0740023_all.ipk Generating index for package ./luci-theme-bootstrap_git-21.301.66258-0740023_all.ipk Generating index for package ./luci_git-21.301.66258-0740023_all.ipk Generating index for package ./rpcd-mod-luci_20210614_mips_4kec.ipk Generating index for package ./rpcd-mod-rrdns_20170710_mips_4kec.ipk Generating index for package ./cgi-io_2021-09-08-98cef9dd-20_mips_4kec.ipk Generating index for package ./curl_7.79.1-1_mips_4kec.ipk Generating index for package ./i2c-tools_4.3-1_mips_4kec.ipk Generating index for package ./libcurl4_7.79.1-1_mips_4kec.ipk Generating index for package ./libi2c_4.3-1_mips_4kec.ipk Generating index for package ./libnghttp2-14_1.44.0-1_mips_4kec.ipk Generating index for package ./nyancat_1.5.2+-1_mips_4kec.ipk Generating index for package ./sl_5.02-1_mips_4kec.ipk Signing package index... make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' export MAKEFLAGS= ;make -w -r json_overview_image_info make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' WORK_DIR=/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/build_dir/target-mips_4kec_musl/json_info_files /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/scripts/json_overview_image_info.py /openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K/bin/targets/realtek/generic/profiles.json make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' export MAKEFLAGS= ;make -w -r checksum make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' make[1]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-Panasonic-M24eG-PN28240K' + RESULT_MSG=成功しました。 + EXIT_CODE=0 + toot post 【ビルド通知】OpenWrt-master-Panasonic-M24eG-PN28240K プロジェクトの #77 ビルドが成功しました。 (Switch-M24eG) https://taiha.net/jenkins/job/OpenWrt-master-Panasonic-M24eG-PN28240K/77/ #TaihaBuild -v unlisted Toot posted: https://mstdn.maud.io/@musashino205/107193519394627185 + exit 0 New run name is '#77' New run description is 'Switch-M24eG' Archiving artifacts Finished: SUCCESS