スキップ 8,650KB ..
すべてのログfor conffile in /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/config/*; do if [ -f "$conffile" ]; then grep "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files}" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/CONTROL/conffiles || echo "${conffile##/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files}" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/CONTROL/conffiles; fi done
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/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_taiha %U/packages/%A/taiha'; echo 'src/gz %d_telephony %U/packages/%A/telephony'; ) >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/opkg/distfeeds.conf; /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/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+16604-ee72e07f52,g' -e 's,%c,\Lr0+16604-ee72e07f52,g' -e 's,%D,OpenWrt,g' -e 's,%d,\LOpenWrt,g' -e 's,%R,r0+16604-ee72e07f52,g' -e 's,%T,mediatek,g' -e 's,%S,mediatek/mt7622,g' -e 's,%A,aarch64_cortex-a53,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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/opkg/distfeeds.conf
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/sbin/pkg_check
find /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="aarch64-openwrt-linux-musl-" NO_RENAME=1 ; NM="aarch64-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files
(cd /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/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; )
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/config/network': No such file or directory
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/config/system': No such file or directory
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/dropbear/': No such file or directory
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files/etc/profile.d': No such file or directory
Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/base-files/ipkg-aarch64_cortex-a53/base-files into /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/base-files_1414-r0+16604-ee72e07f52_aarch64_cortex-a53.ipk
echo "base-files" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/pkginfo/base-files.default.install
make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/package/base-files'
time: package/base-files/compile#1.41#0.34#2.01
[ ! -d ./src/ ] || cp -fpR ./src/. /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01
Applying ./patches/001-compile.patch using plaintext:
patching file tools/env/Makefile
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.prepared_0b8c51745ab0fa21db55845f2baceff1_6664517399ebbbc92a37c5bb081b5c53
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.configured_*
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/stamp/.uboot-envtools_installed
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/include/config.h
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/include/config
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/include/config/auto.conf
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/include/generated
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/include/generated/autoconf.h
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.configured_68b329da9893e34099c7d8ad5cb9c940
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.built
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.built_check
CFLAGS="-Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01=u-boot-2021.01 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include " CXXFLAGS="-Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01=u-boot-2021.01 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/usr/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include/fortify -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include " LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/lib -znow -zrelro " make --jobserver-auth=3,4 -C /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/. AR="aarch64-openwrt-linux-musl-gcc-ar" AS="aarch64-openwrt-linux-musl-gcc -c -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01=u-boot-2021.01 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=aarch64-openwrt-linux-musl-ld NM="aarch64-openwrt-linux-musl-gcc-nm" CC="aarch64-openwrt-linux-musl-gcc" GCC="aarch64-openwrt-linux-musl-gcc" CXX="aarch64-openwrt-linux-musl-g++" RANLIB="aarch64-openwrt-linux-musl-gcc-ranlib" STRIP=aarch64-openwrt-linux-musl-strip OBJCOPY=aarch64-openwrt-linux-musl-objcopy OBJDUMP=aarch64-openwrt-linux-musl-objdump SIZE=aarch64-openwrt-linux-musl-size CROSS="aarch64-openwrt-linux-musl-" ARCH="aarch64" TARGET_CFLAGS="-Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01=u-boot-2021.01 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" TARGET_LDFLAGS="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/usr/lib -L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/lib -znow -zrelro" no-dot-config-targets=envtools envtools ;
make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01'
HOSTCC scripts/basic/fixdep
COPY tools/version.h
UPD include/generated/timestamp_autogenerated.h
UPD include/config/uboot.release
UPD include/generated/version_autogenerated.h
LD tools/env/built-in.o
HOSTCC tools/env/crc32.o
HOSTCC tools/env/ctype.o
HOSTCC tools/env/env_attr.o
HOSTCC tools/env/env_flags.o
HOSTCC tools/env/fw_env.o
HOSTCC tools/env/linux_string.o
HOSTCC tools/env/fw_env_main.o
AR tools/env/lib.a
HOSTLD tools/env/fw_printenv
STRIP tools/env/fw_printenv
make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01'
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.built
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools.installed /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/usr/sbin
install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/tools/env/fw_printenv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/usr/sbin
ln -sf fw_printenv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/usr/sbin/fw_setenv
install -m0755 ./files/fw_printsys /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/usr/sbin
install -m0755 ./files/fw_setsys /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/usr/sbin
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/lib
install -m0644 ./files/uboot-envtools.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/lib
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/etc/uci-defaults
install -m0644 ./files/mediatek /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/etc/uci-defaults/30_uboot-envtools
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools.installed
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp
SHELL= flock /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/tmp/.root-copy.flock -c 'cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/.pkgdir/uboot-envtools/. /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/'
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp/.uboot-envtools_installed
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/CONTROL /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/pkginfo
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin
install -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/tools/env/fw_printenv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin
ln -sf fw_printenv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin/fw_setenv
install -m0755 ./files/fw_printsys /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin
install -m0755 ./files/fw_setsys /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/lib
install -m0644 ./files/uboot-envtools.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/lib
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/etc/uci-defaults
install -m0644 ./files/mediatek /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/etc/uci-defaults/30_uboot-envtools
find /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="aarch64-openwrt-linux-musl-" NO_RENAME=1 ; NM="aarch64-openwrt-linux-musl-nm" STRIP="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/strip-kmod.sh" PATCHELF="/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/patchelf" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/rstrip.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools
rstrip.sh: /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/usr/sbin/fw_printenv: executable
(cd /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/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_uboot_envtools_conffiles" > conffiles; )
install -d -m0755 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/fakeroot /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/ipkg-build -m "" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/etc/config/ubootenv': No such file or directory
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/etc/fw_env.config': No such file or directory
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/find: '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools/etc/fw_sys.config': No such file or directory
Packaged contents of /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/u-boot-2021.01/ipkg-aarch64_cortex-a53/uboot-envtools into /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/uboot-envtools_2021.01-21_aarch64_cortex-a53.ipk
echo "uboot-envtools" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/pkginfo/uboot-envtools.default.install
make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/package/boot/uboot-envtools'
time: package/boot/uboot-envtools/compile#4.42#0.98#4.74
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[2]: warning: -j1 forced in submake: resetting jobserver mode.
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/packages/mediatek
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/packages/mediatek
ln -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/packages/mediatek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/packages/mediatek; ln -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/packages/*.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/packages/mediatek;
find /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek -type d | xargs -r chmod 0755
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/tmp
IPKG_NO_SCRIPT=1 IPKG_INSTROOT=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek TMPDIR=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/opkg --offline-root /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek --force-postinstall --add-dest root:/ --add-arch all:100 --add-arch aarch64_cortex-a53:200 install \
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/base-files_1414-r0+16604-ee72e07f52_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/uboot-envtools_2021.01-21_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-gpio-button-hotplug_5.10.32-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kernel_5.10.32-1-5191be0c4627c43ed71532f3ae0a3ccb_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-leds-gpio_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-lib-crc-ccitt_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-reject_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-reject6_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-ipt_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-ipt6_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ipt-core_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-conntrack_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-conntrack6_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-nat_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-nf-flow_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ipt-conntrack_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ipt-offload_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ipt-nat_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ip6tables_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-slhc_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-ppp_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-pppox_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-pppoe_5.10.32-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-cfg80211_5.10.32+5.10.16-1-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mac80211_5.10.32+5.10.16-1-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt76-core_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt76-connac_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt7615-common_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt7615-firmware_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt7615e_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/kmod-mt7915e_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libc_1.1.24-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libgcc1_8.4.0-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libpthread_1.1.24-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/librt_1.1.24-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/dropbear_2020.81-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libxtables12_1.8.7-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libip4tc2_1.8.7-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libip6tc2_1.8.7-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/iptables_1.8.7-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/ip6tables_1.8.7-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/libiwinfo20210106_2021-01-31-4a32b33e-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/iwinfo_2021-01-31-4a32b33e-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/fstools_2021-03-19-964d1e3a-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/fwtool_2019-11-12-8f7fe925-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/mtd_26_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/packages/ubi-utils_2.1.2-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/wireless-regdb_2020.11.20-1_all.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libjson-c5_0.15-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libnl-tiny1_2020-08-05-c291088f-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libubox20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libblobmsg-json20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/jshn_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libjson-script20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libuclient20201210_2021-04-03-64e00d6d-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/uclient-fetch_2021-04-03-64e00d6d-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libustream-wolfssl20201210_2020-12-10-68d09243-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libwolfssl4.7.0.66253b90_4.7.0-stable-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/zlib_1.2.11-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/firewall_2021-03-29-a4355a6f-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/netifd_2021-04-03-327da989-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/odhcp6c_2021-01-09-53f07e90-18_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/dnsmasq_2.84-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/wpad-basic-wolfssl_2020-06-08-5a8b3662-32_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/hostapd-common_2020-06-08-5a8b3662-32_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/odhcpd-ipv6only_2021-01-06-8d8a8cd3-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ppp_2.4.9.git-2021-01-04-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ppp-mod-pppoe_2.4.9.git-2021-01-04-3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/iw_5.9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ca-bundle_20210119-1_all.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/openwrt-keyring_2021-02-20-49283916-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/opkg_2021-03-15-5936c4f9-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/procd_2021-03-21-7ee45634-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ubox_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/getrandom_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/logd_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libubus20210215_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ubus_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/ubusd_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/libuci20130104_2021-04-14-4b3db117-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/uci_2021-04-14-4b3db117-4_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/urandom-seed_3_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/urngd_2020-01-21-c7f7b6b6-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/usign_2020-05-23-f1f65026-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/busybox_1.33.0-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/jsonfilter_2018-02-04-c7e938d6-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/base/blockdev_2.36.1-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/packages/pciids_0.345-1_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/packages/libkmod_27-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/packages/libpci_3.7.0-2_aarch64_cortex-a53.ipk /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/packages/aarch64_cortex-a53/packages/pciutils_3.7.0-2_aarch64_cortex-a53.ipk
Installing base-files (1414-r0+16604-ee72e07f52) to root...
Installing libgcc1 (8.4.0-3) to root...
Installing libc (1.1.24-3) to root...
Installing libubox20210302 (2021-03-02-2e52c7e9-1) to root...
Installing libuci20130104 (2021-04-14-4b3db117-4) to root...
Installing libnl-tiny1 (2020-08-05-c291088f-1) to root...
Installing libubus20210215 (2021-02-15-2537be01-1) to root...
Installing libjson-c5 (0.15-1) to root...
Installing libblobmsg-json20210302 (2021-03-02-2e52c7e9-1) to root...
Installing ubusd (2021-02-15-2537be01-1) to root...
Installing ubus (2021-02-15-2537be01-1) to root...
Installing jshn (2021-03-02-2e52c7e9-1) to root...
Installing netifd (2021-04-03-327da989-3) 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-1) to root...
Installing ubi-utils (2.1.2-1) to root...
Installing ubox (2020-10-25-9ef88681-1) to root...
Installing fstools (2021-03-19-964d1e3a-1) to root...
Installing fwtool (2019-11-12-8f7fe925-1) to root...
Installing uboot-envtools (2021.01-21) to root...
Installing kmod-gpio-button-hotplug (5.10.32-3) to root...
Installing kernel (5.10.32-1-5191be0c4627c43ed71532f3ae0a3ccb) to root...
Package kernel (5.10.32-1-5191be0c4627c43ed71532f3ae0a3ccb) installed in root is up to date.
Installing kmod-leds-gpio (5.10.32-1) to root...
Installing kmod-lib-crc-ccitt (5.10.32-1) to root...
Installing kmod-nf-reject (5.10.32-1) to root...
Installing kmod-nf-reject6 (5.10.32-1) to root...
Installing kmod-nf-ipt (5.10.32-1) to root...
Installing kmod-nf-ipt6 (5.10.32-1) to root...
Installing kmod-ipt-core (5.10.32-1) to root...
Installing kmod-nf-conntrack (5.10.32-1) to root...
Installing kmod-nf-conntrack6 (5.10.32-1) to root...
Installing kmod-nf-nat (5.10.32-1) to root...
Installing kmod-nf-flow (5.10.32-1) to root...
Installing kmod-ipt-conntrack (5.10.32-1) to root...
Installing kmod-ipt-offload (5.10.32-1) to root...
Installing kmod-ipt-nat (5.10.32-1) to root...
Installing kmod-ip6tables (5.10.32-1) to root...
Installing kmod-slhc (5.10.32-1) to root...
Installing kmod-ppp (5.10.32-1) to root...
Installing kmod-pppox (5.10.32-1) to root...
Installing kmod-pppoe (5.10.32-1) to root...
Installing kmod-cfg80211 (5.10.32+5.10.16-1-1) to root...
Installing iw (5.9-1) to root...
Installing wireless-regdb (2020.11.20-1) to root...
Installing kmod-mac80211 (5.10.32+5.10.16-1-1) to root...
Installing hostapd-common (2020-06-08-5a8b3662-32) to root...
Installing kmod-mt76-core (5.10.32+2021-04-11-bf45b30d-4) to root...
Installing kmod-mt76-connac (5.10.32+2021-04-11-bf45b30d-4) to root...
Installing kmod-mt7615-common (5.10.32+2021-04-11-bf45b30d-4) to root...
Installing kmod-mt7615-firmware (5.10.32+2021-04-11-bf45b30d-4) to root...
Installing kmod-mt7615e (5.10.32+2021-04-11-bf45b30d-4) to root...
Installing kmod-mt7915e (5.10.32+2021-04-11-bf45b30d-4) to root...
Package libc (1.1.24-3) installed in root is up to date.
Package libgcc1 (8.4.0-3) installed in root is up to date.
Installing libpthread (1.1.24-3) to root...
Installing librt (1.1.24-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...
Installing libiwinfo20210106 (2021-01-31-4a32b33e-1) to root...
Installing iwinfo (2021-01-31-4a32b33e-1) to root...
Package fstools (2021-03-19-964d1e3a-1) 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...
Package ubi-utils (2.1.2-1) installed in root is up to date.
Package wireless-regdb (2020.11.20-1) installed in root is up to date.
Package libjson-c5 (0.15-1) installed in root is up to date.
Package libnl-tiny1 (2020-08-05-c291088f-1) installed in root is up to date.
Package libubox20210302 (2021-03-02-2e52c7e9-1) installed in root is up to date.
Package libblobmsg-json20210302 (2021-03-02-2e52c7e9-1) installed in root is up to date.
Package jshn (2021-03-02-2e52c7e9-1) installed in root is up to date.
Installing libjson-script20210302 (2021-03-02-2e52c7e9-1) to root...
Installing libuclient20201210 (2021-04-03-64e00d6d-1) to root...
Installing uclient-fetch (2021-04-03-64e00d6d-1) to root...
Installing libustream-wolfssl20201210 (2020-12-10-68d09243-1) to root...
Installing libwolfssl4.7.0.66253b90 (4.7.0-stable-1) to root...
Package libwolfssl4.7.0.66253b90 (4.7.0-stable-1) installed in root is up to date.
Installing zlib (1.2.11-3) to root...
Installing firewall (2021-03-29-a4355a6f-1) to root...
Package netifd (2021-04-03-327da989-3) installed in root is up to date.
Installing odhcp6c (2021-01-09-53f07e90-18) to root...
Installing dnsmasq (2.84-1) to root...
Installing wpad-basic-wolfssl (2020-06-08-5a8b3662-32) to root...
Package hostapd-common (2020-06-08-5a8b3662-32) installed in root is up to date.
Installing odhcpd-ipv6only (2021-01-06-8d8a8cd3-2) to root...
Installing ppp (2.4.9.git-2021-01-04-3) to root...
Installing ppp-mod-pppoe (2.4.9.git-2021-01-04-3) to root...
Package iw (5.9-1) installed in root is up to date.
Installing ca-bundle (20210119-1) to root...
Package openwrt-keyring (2021-02-20-49283916-1) installed in root is up to date.
Installing opkg (2021-03-15-5936c4f9-1) to root...
Installing procd (2021-03-21-7ee45634-1) to root...
Package ubox (2020-10-25-9ef88681-1) installed in root is up to date.
Installing getrandom (2020-10-25-9ef88681-1) to root...
Installing logd (2020-10-25-9ef88681-1) to root...
Package libubus20210215 (2021-02-15-2537be01-1) installed in root is up to date.
Package ubus (2021-02-15-2537be01-1) installed in root is up to date.
Package ubusd (2021-02-15-2537be01-1) installed in root is up to date.
Package libuci20130104 (2021-04-14-4b3db117-4) installed in root is up to date.
Installing uci (2021-04-14-4b3db117-4) 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.33.0-2) to root...
Package jsonfilter (2018-02-04-c7e938d6-1) installed in root is up to date.
Installing blockdev (2.36.1-2) to root...
Installing pciids (0.345-1) to root...
Installing libkmod (27-2) to root...
Installing libpci (3.7.0-2) to root...
Installing pciutils (3.7.0-2) to root...
Configuring libgcc1.
Configuring libc.
Configuring libnl-tiny1.
Configuring libubox20210302.
Configuring libuci20130104.
Configuring libubus20210215.
Configuring libiwinfo20210106.
Configuring iwinfo.
Configuring libuclient20201210.
Configuring uclient-fetch.
Configuring libpthread.
Configuring opkg.
Configuring libjson-script20210302.
Configuring libjson-c5.
Configuring libblobmsg-json20210302.
Configuring ubusd.
Configuring ubus.
Configuring iw.
Configuring jsonfilter.
Configuring busybox.
Configuring libpci.
Configuring kernel.
Configuring kmod-nf-reject6.
Configuring kmod-nf-conntrack.
Configuring kmod-nf-flow.
Configuring libwolfssl4.7.0.66253b90.
Configuring libustream-wolfssl20201210.
Configuring kmod-lib-crc-ccitt.
Configuring getrandom.
Configuring librt.
Configuring blockdev.
Configuring kmod-slhc.
Configuring kmod-ppp.
Configuring kmod-pppox.
Configuring kmod-pppoe.
Configuring hostapd-common.
Configuring wpad-basic-wolfssl.
Configuring kmod-nf-reject.
Configuring kmod-nf-ipt.
Configuring kmod-ipt-core.
Configuring kmod-ipt-conntrack.
Configuring jshn.
Configuring netifd.
Configuring usign.
Configuring openwrt-keyring.
Configuring ubi-utils.
Configuring ubox.
Configuring fstools.
Configuring fwtool.
Configuring base-files.
Configuring kmod-nf-nat.
Configuring pciids.
Configuring wireless-regdb.
Configuring kmod-cfg80211.
Configuring kmod-mac80211.
Configuring kmod-mt76-core.
Configuring kmod-mt76-connac.
Configuring kmod-mt7615-common.
Configuring kmod-mt7615e.
Configuring zlib.
Configuring libkmod.
Configuring pciutils.
Configuring uboot-envtools.
Configuring dnsmasq.
Configuring procd.
Configuring libxtables12.
Configuring libip4tc2.
Configuring libip6tc2.
Configuring kmod-nf-conntrack6.
Configuring kmod-ipt-nat.
Configuring firewall.
Configuring kmod-nf-ipt6.
Configuring kmod-ip6tables.
Configuring odhcp6c.
Configuring uci.
Configuring dropbear.
Configuring mtd.
Configuring odhcpd-ipv6only.
Configuring kmod-mt7915e.
Configuring urandom-seed.
Configuring ppp.
Configuring kmod-leds-gpio.
Configuring kmod-gpio-button-hotplug.
Configuring logd.
Configuring iptables.
Configuring kmod-mt7615-firmware.
Configuring ip6tables.
Configuring ca-bundle.
Configuring kmod-ipt-offload.
Configuring urngd.
Configuring ppp-mod-pppoe.
Setting flags for package libc to hold.
Setting flags for package libgcc1 to hold.
Setting flags for package libpthread to hold.
Setting flags for package librt to hold.
cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek
Enabling boot
Enabling bootcount
Enabling cron
Enabling dnsmasq
Enabling done
Enabling dropbear
Enabling firewall
Enabling gpio_switch
Enabling led
Enabling log
Enabling network
Enabling odhcpd
Enabling sysctl
Enabling sysfixtime
Enabling sysntpd
Enabling system
Enabling umount
Enabling urandom_seed
Enabling urngd
Enabling wpad
sed -i "s/Installed-Time: .*/Installed-Time: 1619326462/" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/opkg/status
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/boot /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/tmp/* /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/opkg/info/*.postinst* /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/opkg/lists/* /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/var/lock/*.lock
find /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/ -mindepth 1 -execdir touch -hcd "@1619326462" "{}" +
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[3]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux'
make[4]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/mediatek'
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/localversion
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/kconfig.pl + /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/generic/config-5.10 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/mediatek/mt7622/config-5.10 > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target
awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/.config >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target
echo "# CONFIG_KALLSYMS_EXTRA_PASS is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target
echo "# CONFIG_KALLSYMS_ALL is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target
echo "CONFIG_KALLSYMS_UNCOMPRESSED=y" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/package-metadata.pl kconfig /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/tmp/.packageinfo /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/.config 5.10 > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.override
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/kconfig.pl 'm+' '+' /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.target /dev/null /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.override > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.old
grep -v INITRAMFS /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.old > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set
echo 'CONFIG_INITRAMFS_SOURCE=""' >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set
echo '# CONFIG_INITRAMFS_FORCE is not set' >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/modules
cmp -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.prev || { cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config; cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.prev; }
export MAKEFLAGS= ; [ -d /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/user_headers ] || make -C /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl=target-aarch64_cortex-a53_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Apr 25 04:54:22 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.32 CC="aarch64-openwrt-linux-musl-gcc" INSTALL_HDR_PATH=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/user_headers headers_install
grep '=[ym]' /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.set | LC_ALL=C sort | mkhash md5 > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.vermagic
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.configured
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/init
make -C /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl=target-aarch64_cortex-a53_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Apr 25 04:54:22 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.32 CC="aarch64-openwrt-linux-musl-gcc" Image dtbs
make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32'
CALL scripts/atomic/check-atomics.sh
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32'
cmp -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux.debug || { aarch64-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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux; aarch64-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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux.elf; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux.debug; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot//Image /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/Image; }
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.prev
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.old
grep -v -e CONFIG_BLK_DEV_INITRD /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config.old > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo 'CONFIG_BLK_DEV_INITRD=y' >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo 'CONFIG_INITRAMFS_SOURCE=""' >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo "# CONFIG_INITRAMFS_FORCE is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo "# CONFIG_INITRAMFS_COMPRESSION_NONE is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set\n# CONFIG_RD_GZIP is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set\n# CONFIG_RD_BZIP2 is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZMA is not set\n# CONFIG_RD_LZMA is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZO is not set\n# CONFIG_RD_LZO is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "CONFIG_INITRAMFS_COMPRESSION_XZ=y\nCONFIG_RD_XZ=y" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_LZ4 is not set\n# CONFIG_RD_LZ4 is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
echo -e "# CONFIG_INITRAMFS_COMPRESSION_ZSTD is not set\n# CONFIG_RD_ZSTD is not set" >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.config
cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/generic/other-files/init /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/init
touch -hcd "@1619326462" /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/init
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/usr/initramfs_data.cpio*
( cd /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek; find . | /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/cpio -o -H newc -R 0:0 > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/initrd.cpio )
25297 blocks
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/xz -9 -fz --check=crc32 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/initrd.cpio
make -C /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32 KCFLAGS="-fmacro-prefix-map=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl=target-aarch64_cortex-a53_musl" HOSTCFLAGS="-O2 -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="musashino205" KBUILD_BUILD_HOST="TAIHA.NET" KBUILD_BUILD_TIMESTAMP="Sun Apr 25 04:54:22 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/lib" CONFIG_SHELL="bash" V='' cmd_syscalls= KERNELRELEASE=5.10.32 CC="aarch64-openwrt-linux-musl-gcc" Image dtbs
make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32'
SYNC include/config/auto.conf.cmd
net/sched/Kconfig:45: warning: menuconfig statement without prompt
.config:4779:warning: override: reassigning to symbol INITRAMFS_SOURCE
.config:4783:warning: override: reassigning to symbol RD_GZIP
.config:4785:warning: override: reassigning to symbol RD_BZIP2
.config:4787:warning: override: reassigning to symbol RD_LZMA
.config:4789:warning: override: reassigning to symbol RD_LZO
.config:4791:warning: override: reassigning to symbol RD_XZ
.config:4793:warning: override: reassigning to symbol RD_LZ4
.config:4795:warning: override: reassigning to symbol RD_ZSTD
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
CC lib/decompress.o
GZIP kernel/config_data.gz
CC lib/decompress_unxz.o
CC kernel/configs.o
AR kernel/built-in.a
AR lib/lib.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
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/head.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/smccc-call.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_from_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_in_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_to_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcpy.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memmove.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memset.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strncmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strnlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strrchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/tishift.o' being placed in section `__ksymtab_strings'
KSYMS .tmp_vmlinux.kallsyms1.S
AS .tmp_vmlinux.kallsyms1.S
LD .tmp_vmlinux.kallsyms2
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/head.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/smccc-call.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_from_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_in_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_to_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcpy.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memmove.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memset.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strncmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strnlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strrchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/tishift.o' being placed in section `__ksymtab_strings'
KSYMS .tmp_vmlinux.kallsyms2.S
AS .tmp_vmlinux.kallsyms2.S
LD vmlinux
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/head.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/smccc-call.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/clear_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_from_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_in_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_page.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/copy_to_user.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memcpy.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memmove.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/memset.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strcmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strncmp.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strnlen.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/strrchr.o' being placed in section `__ksymtab_strings'
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/lib/tishift.o' being placed in section `__ksymtab_strings'
SORTTAB vmlinux
SYSMAP System.map
OBJCOPY arch/arm64/boot/Image
make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32'
cmp -s /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux-initramfs.debug || { aarch64-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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux-initramfs; aarch64-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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux-initramfs.elf; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/vmlinux /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/vmlinux-initramfs.debug; cp -fpR /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot//Image /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/Image-initramfs; }
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/.image
make -C image compile install TARGET_BUILD=
make[5]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/mediatek/image'
make[5]: Nothing to be done for 'compile'.
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-pcie1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-pcie1.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-sata.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-sata.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-2533dhp2.dtb.tmp ../dts/mt7622-buffalo-wsr-2533dhp2.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb.tmp ../dts/mt7622-buffalo-wsr-3200ax4s.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-elecom-wrc-2533gent.dtb.tmp ../dts/mt7622-elecom-wrc-2533gent.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450.dtb.tmp ../dts/mt7622-linksys-e8450.dts
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450-ubi.dtb.tmp ../dts/mt7622-linksys-e8450-ubi.dts
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-sata.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-sata.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-pcie1.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-pcie1.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-2533dhp2.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-2533dhp2.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-elecom-wrc-2533gent.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-elecom-wrc-2533gent.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450-ubi.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450-ubi.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-pcie1.dts:14.4-19: Warning (gpios_property): /fragment@0/__overlay__:gpios: cell 0 is not a phandle reference
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-pcie1.dts:14.4-19: Warning (gpios_property): /fragment@0/__overlay__:gpios: Could not get phandle node for (cell 0)
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-sata.dts:14.4-19: Warning (gpios_property): /fragment@0/__overlay__:gpios: cell 0 is not a phandle reference
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-sata.dts:14.4-19: Warning (gpios_property): /fragment@0/__overlay__:gpios: Could not get phandle node for (cell 0)
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-sata.dtb.tmp
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64-pcie1.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-buffalo-wsr-3200ax4s.dts:135.6-201.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-buffalo-wsr-2533dhp2.dts:141.6-204.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts:311.6-571.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-linksys-e8450.dtsi:212.6-315.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-elecom-wrc-2533gent.dts:180.6-431.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb.tmp
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1.dtb.tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450.dtb.tmp
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-2533dhp2.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-linksys-e8450.dtsi:212.6-315.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1-ubi.dtb.tmp ../dts/mt7622-rfb1-ubi.dts
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-bananapi-bpi-r64.dtb.tmp
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr.dtb.tmp ../dts/mt7622-ubnt-unifi-6-lr.dts
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-elecom-wrc-2533gent.dtb.tmp
aarch64-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/include -I/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/include/ -undef -D__DTS__ -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr-ubootmod.dtb.tmp ../dts/mt7622-ubnt-unifi-6-lr-ubootmod.dts
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-linksys-e8450-ubi.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1-ubi.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1-ubi.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc/dtc -O dtb -i../dts/ -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-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr-ubootmod.dtb /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr-ubootmod.dtb.tmp
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts:247.6-507.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts:247.6-507.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-ubnt-unifi-6-lr.dtsi:77.6-144.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:257.40-264.4: Warning (interrupt_provider): /interrupt-controller@10200620: Missing #address-cells in interrupt provider
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:300.24-312.4: Warning (interrupt_provider): /pinctrl@10211000: Missing #address-cells in interrupt provider
also defined at ../dts/mt7622-ubnt-unifi-6-lr.dtsi:77.6-144.3
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/arch/arm64/boot/dts/mediatek/mt7622.dtsi:329.37-338.4: Warning (interrupt_provider): /interrupt-controller@10300000: Missing #address-cells in interrupt provider
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1.dtb.tmp
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr-ubootmod.dtb.tmp
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-rfb1-ubi.dtb.tmp
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-ubnt-unifi-6-lr.dtb.tmp
mkdir -p /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp
rm -rf /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/json_info_files
# For UBI we want only one extra block
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/ubi_mark
echo -ne '\xde\xad\xc0\xde' > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/ubi_mark
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/mksquashfs4 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/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' -processors 1
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin
rm -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/Image-initramfs /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/Image /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin
Pseudo file "/dev" exists in source filesystem "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/dev".
Ignoring, exclude it (-e/-ef) to override.
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/lzma e /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -lc1 -lp2 -pb2 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.new
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/lzma e /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin -lc1 -lp2 -pb2 /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.new
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs, block size 262144.
[===============================================================\] 657/657 100%
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
compressed data, compressed metadata, compressed fragments,
compressed xattrs, compressed ids
duplicates are removed
Filesystem size 4431.10 Kbytes (4.33 Mbytes)
35.23% of uncompressed filesystem size (12579.01 Kbytes)
Inode table size 6244 bytes (6.10 Kbytes)
20.64% of uncompressed inode table size (30257 bytes)
Directory table size 8922 bytes (8.71 Kbytes)
47.71% of uncompressed directory table size (18699 bytes)
Number of duplicate files found 96
Number of inodes 908
Number of files 640
Number of fragments 22
Number of symbolic links 191
Number of device nodes 1
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 76
Number of ids (unique uids + gids) 1
Number of uids 1
root (0)
Number of gids 1
root (0)
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/mkits.sh -D buffalo_wsr-3200ax4s -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its -k /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -C lzma -d /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb -a 0x44000000 -e 0x44000000 -c "config-1" -A arm64 -v 5.10.32
PATH=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin mkimage -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.new
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its:17.11-19.6: Warning (unit_address_vs_reg): /images/kernel-1/hash@1: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its:20.11-22.6: Warning (unit_address_vs_reg): /images/kernel-1/hash@2: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its:34.11-36.6: Warning (unit_address_vs_reg): /images/fdt-1/hash@1: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin.its:37.11-39.6: Warning (unit_address_vs_reg): /images/fdt-1/hash@2: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/mkits.sh -D buffalo_wsr-3200ax4s -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its -k /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin -C lzma -d /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/image-mt7622-buffalo-wsr-3200ax4s.dtb -i /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/initrd.cpio.xz -a 0x44000000 -e 0x44000000 -c "config-1" -A arm64 -v 5.10.32
PATH=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/linux-5.10.32/scripts/dtc:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin mkimage -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.new
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:17.11-19.6: Warning (unit_address_vs_reg): /images/kernel-1/hash@1: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:20.11-22.6: Warning (unit_address_vs_reg): /images/kernel-1/hash@2: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:32.11-34.6: Warning (unit_address_vs_reg): /images/initrd-1/hash@1: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:35.11-37.6: Warning (unit_address_vs_reg): /images/initrd-1/hash@2: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:49.11-51.6: Warning (unit_address_vs_reg): /images/fdt-1/hash@1: node has a unit name, but no reg or ranges property
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.its:52.11-54.6: Warning (unit_address_vs_reg): /images/fdt-1/hash@2: node has a unit name, but no reg or ranges property
FIT description: ARM64 OpenWrt FIT (Flattened Image Tree)
Created: Sun Apr 25 04:54:22 2021
Image 0 (kernel-1)
Description: ARM64 OpenWrt Linux-5.10.32
Created: Sun Apr 25 04:54:22 2021
Type: Kernel Image
Compression: lzma compressed
Data Size: 3699775 Bytes = 3613.06 KiB = 3.53 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x44000000
Entry Point: 0x44000000
Hash algo: crc32
Hash value: 9df35f49
Hash algo: sha1
Hash value: d0815a7a4c81a2eeaff9b5eee11ba5c564e46643
Image 1 (fdt-1)
Description: ARM64 OpenWrt buffalo_wsr-3200ax4s device tree blob
Created: Sun Apr 25 04:54:22 2021
Type: Flat Device Tree
Compression: uncompressed
Data Size: 28198 Bytes = 27.54 KiB = 0.03 MiB
Architecture: AArch64
Hash algo: crc32
Hash value: f169b0b0
Hash algo: sha1
Hash value: b2d7bffaff31aea29b73dc71763ea5f13970f224
Default Configuration: 'config-1'
Configuration 0 (config-1)
Description: OpenWrt buffalo_wsr-3200ax4s
Kernel: kernel-1
FDT: fdt-1
[ -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -a -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs ]
[ -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -a -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs ]
dd if=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin
[ -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -a -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs ]
sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/ubinize-image.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.tmp -p 128KiB -m 2048 -E 5
sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/ubinize-image.sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin.tmp -p 128KiB -m 2048 -E 5
[rootfs]
mode=ubi
vol_id=0
vol_type=dynamic
vol_name=rootfs
image=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs
vol_size=4538368
[rootfs_data]
mode=ubi
vol_id=1
vol_type=dynamic
vol_name=rootfs_data
vol_size=1MiB
vol_flags=autoresize
[rootfs]
mode=ubi
vol_id=0
vol_type=dynamic
vol_name=rootfs
image=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs
vol_size=4538368
[rootfs_data]
mode=ubi
vol_id=1
vol_type=dynamic
vol_name=rootfs_data
vol_size=1MiB
vol_flags=autoresize
7284+1 records in
7284+1 records out
3729888 bytes (3.7 MB, 3.6 MiB) copied, 0.0116171 s, 321 MB/s
touch /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/buffalo_wsr-3200ax4s.null
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/otrx create /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.new -M 0x33504844 -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin -a 0x20000 -b $(( 4096 * 1024 )) -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/buffalo_wsr-3200ax4s.null
cat /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin.tmp >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin
cat /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.tmp >> /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
rm /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin.tmp
rm /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.tmp
# kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
# kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
# if it grows up between releases
# if it grows up between releases
# root: UBI with one extra block containing UBI mark to trigger erasing
# root: UBI with one extra block containing UBI mark to trigger erasing
# rest of partition
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/otrx create /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin.new -M 0x33504844 -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -a 0x20000 -b 0x400000 -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin -A /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/ubi_mark -a 0x20000
# rest of partition
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/otrx create /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new -M 0x33504844 -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/buffalo_wsr-3200ax4s-kernel.bin -a 0x20000 -b 0x400000 -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin -A /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/ubi_mark -a 0x20000
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin
sh /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/scripts/sysupgrade-tar.sh --board buffalo_wsr-3200ax4s --kernel /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin --rootfs /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/root.squashfs /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin
4431+1 records in
4432+0 records out
4538368 bytes (4.5 MB, 4.3 MiB) copied, 0.0137517 s, 330 MB/s
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin
tar: Option --mtime: Treating date '@1619326462' as 2021-04-25 04:54:22
sysupgrade-buffalo_wsr-3200ax4s/
sysupgrade-buffalo_wsr-3200ax4s/CONTROL
sysupgrade-buffalo_wsr-3200ax4s/kernel
sysupgrade-buffalo_wsr-3200ax4s/root
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory-uboot.bin
echo '{ "metadata_version": "1.1", "compat_version": "1.0", "supported_devices":["buffalo,wsr-3200ax4s"], "version": { "dist": "OpenWrt", "version": "SNAPSHOT", "revision": "r0+16604-ee72e07f52", "target": "mediatek/mt7622", "board": "buffalo_wsr-3200ax4s" } }' | fwtool -I - /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/buffalo-enc -p WSR-3200AX4S -v 9.99 -l -i /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new
FIT description: ARM64 OpenWrt FIT (Flattened Image Tree)
Created: Sun Apr 25 04:54:22 2021
Image 0 (kernel-1)
Description: ARM64 OpenWrt Linux-5.10.32
Created: Sun Apr 25 04:54:22 2021
Type: Kernel Image
Compression: lzma compressed
Data Size: 3697878 Bytes = 3611.21 KiB = 3.53 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x44000000
Entry Point: 0x44000000
Hash algo: crc32
Hash value: dd325ab3
Hash algo: sha1
Hash value: 0da8d42b2e489c66667df6cb5c6305dfc04a4fb2
Image 1 (initrd-1)
Description: ARM64 OpenWrt buffalo_wsr-3200ax4s initrd
Created: Sun Apr 25 04:54:22 2021
Type: RAMDisk Image
Compression: Unknown Compression
Data Size: 4315908 Bytes = 4214.75 KiB = 4.12 MiB
Architecture: AArch64
OS: Linux
Load Address: unavailable
Entry Point: unavailable
Hash algo: crc32
Hash value: 2b0ff7f5
Hash algo: sha1
Hash value: 9b4b7b652d0c93044d36b76c11536f1de8df5d2b
Image 2 (fdt-1)
Description: ARM64 OpenWrt buffalo_wsr-3200ax4s device tree blob
Created: Sun Apr 25 04:54:22 2021
Type: Flat Device Tree
Compression: uncompressed
Data Size: 28198 Bytes = 27.54 KiB = 0.03 MiB
Architecture: AArch64
Hash algo: crc32
Hash value: f169b0b0
Hash algo: sha1
Hash value: b2d7bffaff31aea29b73dc71763ea5f13970f224
Default Configuration: 'config-1'
Configuration 0 (config-1)
Description: OpenWrt buffalo_wsr-3200ax4s
Kernel: kernel-1
Init Ramdisk: initrd-1
FDT: fdt-1
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/otrx create /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.new -f /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin
[ ! -s "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/key-build" -o ! -s "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/key-build.ucert" -o ! -s "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin" ] || { cp "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/key-build.ucert" "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.ucert" ; usign -S -m "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin" -s "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/key-build" -x "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.sig" ; ucert -A -c "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.ucert" -x "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.sig" ; fwtool -S "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin.ucert" "/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin" ; }
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-initramfs-kernel.bin
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-sysupgrade.bin
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/buffalo-tag -d 0x01000000 -w 1 -a MTK -v 9.99 -m 9.99 -b WSR-3200AX4S -p WSR-3200AX4S -r JP -r JP -l JP -I /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/buffalo-enc -p '' -v '' -S 152 -l -i /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin -o /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/mkdhpimg /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new
mv /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin.new /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
cp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/tmp/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s-squashfs-factory.bin
IPKG_NO_SCRIPT=1 IPKG_INSTROOT=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek TMPDIR=/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek/tmp /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/staging_dir/host/bin/opkg --offline-root /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/build_dir/target-aarch64_cortex-a53_musl/root.orig-mediatek --force-postinstall --add-dest root:/ --add-arch all:100 --add-arch aarch64_cortex-a53:200 list-installed > /openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/bin/targets/mediatek/mt7622/openwrt-mediatek-mt7622-buffalo_wsr-3200ax4s.manifest
make[5]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/mediatek/image'
make[4]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux/mediatek'
make[3]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S/target/linux'
time: target/linux/install#35.89#6.42#22.10
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
export MAKEFLAGS= ;make -w -r package/index
make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
Generating package index...
Generating index for package ./base-files_1414-r0+16604-ee72e07f52_aarch64_cortex-a53.ipk
Generating index for package ./dropbear_2020.81-2_aarch64_cortex-a53.ipk
Generating index for package ./fstools_2021-03-19-964d1e3a-1_aarch64_cortex-a53.ipk
Generating index for package ./fwtool_2019-11-12-8f7fe925-1_aarch64_cortex-a53.ipk
Generating index for package ./ip6tables_1.8.7-1_aarch64_cortex-a53.ipk
Generating index for package ./iptables_1.8.7-1_aarch64_cortex-a53.ipk
Generating index for package ./iwinfo_2021-01-31-4a32b33e-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-cfg80211_5.10.32+5.10.16-1-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-gpio-button-hotplug_5.10.32-3_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ip6tables_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ipt-conntrack_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ipt-core_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ipt-nat_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ipt-offload_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-leds-gpio_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-lib-crc-ccitt_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mac80211_5.10.32+5.10.16-1-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt76-connac_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt76-core_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt7615-common_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt7615-firmware_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt7615e_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-mt7915e_5.10.32+2021-04-11-bf45b30d-4_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-conntrack6_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-conntrack_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-flow_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-ipt6_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-ipt_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-nat_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-reject6_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-nf-reject_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-ppp_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-pppoe_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-pppox_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./kmod-slhc_5.10.32-1_aarch64_cortex-a53.ipk
Generating index for package ./libgcc1_8.4.0-3_aarch64_cortex-a53.ipk
Generating index for package ./libip4tc2_1.8.7-1_aarch64_cortex-a53.ipk
Generating index for package ./libip6tc2_1.8.7-1_aarch64_cortex-a53.ipk
Generating index for package ./libiwinfo20210106_2021-01-31-4a32b33e-1_aarch64_cortex-a53.ipk
Generating index for package ./libpthread_1.1.24-3_aarch64_cortex-a53.ipk
Generating index for package ./librt_1.1.24-3_aarch64_cortex-a53.ipk
Generating index for package ./libxtables12_1.8.7-1_aarch64_cortex-a53.ipk
Generating index for package ./mtd_26_aarch64_cortex-a53.ipk
Generating index for package ./ubi-utils_2.1.2-1_aarch64_cortex-a53.ipk
Generating index for package ./uboot-envtools_2021.01-21_aarch64_cortex-a53.ipk
Generating index for package ./blockdev_2.36.1-2_aarch64_cortex-a53.ipk
Generating index for package ./busybox_1.33.0-2_aarch64_cortex-a53.ipk
Generating index for package ./ca-bundle_20210119-1_all.ipk
Generating index for package ./dnsmasq_2.84-1_aarch64_cortex-a53.ipk
Generating index for package ./firewall_2021-03-29-a4355a6f-1_aarch64_cortex-a53.ipk
Generating index for package ./getrandom_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk
Generating index for package ./hostapd-common_2020-06-08-5a8b3662-32_aarch64_cortex-a53.ipk
Generating index for package ./iw_5.9-1_aarch64_cortex-a53.ipk
Generating index for package ./jshn_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk
Generating index for package ./jsonfilter_2018-02-04-c7e938d6-1_aarch64_cortex-a53.ipk
Generating index for package ./libblobmsg-json20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk
Generating index for package ./libjson-c5_0.15-1_aarch64_cortex-a53.ipk
Generating index for package ./libjson-script20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk
Generating index for package ./libnl-tiny1_2020-08-05-c291088f-1_aarch64_cortex-a53.ipk
Generating index for package ./libubox20210302_2021-03-02-2e52c7e9-1_aarch64_cortex-a53.ipk
Generating index for package ./libubus20210215_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk
Generating index for package ./libuci20130104_2021-04-14-4b3db117-4_aarch64_cortex-a53.ipk
Generating index for package ./libuclient20201210_2021-04-03-64e00d6d-1_aarch64_cortex-a53.ipk
Generating index for package ./libustream-wolfssl20201210_2020-12-10-68d09243-1_aarch64_cortex-a53.ipk
Generating index for package ./libwolfssl4.7.0.66253b90_4.7.0-stable-1_aarch64_cortex-a53.ipk
Generating index for package ./logd_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk
Generating index for package ./netifd_2021-04-03-327da989-3_aarch64_cortex-a53.ipk
Generating index for package ./odhcp6c_2021-01-09-53f07e90-18_aarch64_cortex-a53.ipk
Generating index for package ./odhcpd-ipv6only_2021-01-06-8d8a8cd3-2_aarch64_cortex-a53.ipk
Generating index for package ./openwrt-keyring_2021-02-20-49283916-1_aarch64_cortex-a53.ipk
Generating index for package ./opkg_2021-03-15-5936c4f9-1_aarch64_cortex-a53.ipk
Generating index for package ./ppp-mod-pppoe_2.4.9.git-2021-01-04-3_aarch64_cortex-a53.ipk
Generating index for package ./ppp_2.4.9.git-2021-01-04-3_aarch64_cortex-a53.ipk
Generating index for package ./procd_2021-03-21-7ee45634-1_aarch64_cortex-a53.ipk
Generating index for package ./ubox_2020-10-25-9ef88681-1_aarch64_cortex-a53.ipk
Generating index for package ./ubus_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk
Generating index for package ./ubusd_2021-02-15-2537be01-1_aarch64_cortex-a53.ipk
Generating index for package ./uci_2021-04-14-4b3db117-4_aarch64_cortex-a53.ipk
Generating index for package ./uclient-fetch_2021-04-03-64e00d6d-1_aarch64_cortex-a53.ipk
Generating index for package ./urandom-seed_3_aarch64_cortex-a53.ipk
Generating index for package ./urngd_2020-01-21-c7f7b6b6-1_aarch64_cortex-a53.ipk
Generating index for package ./usign_2020-05-23-f1f65026-1_aarch64_cortex-a53.ipk
Generating index for package ./wireless-regdb_2020.11.20-1_all.ipk
Generating index for package ./wpad-basic-wolfssl_2020-06-08-5a8b3662-32_aarch64_cortex-a53.ipk
Generating index for package ./zlib_1.2.11-3_aarch64_cortex-a53.ipk
Generating index for package ./libkmod_27-2_aarch64_cortex-a53.ipk
Generating index for package ./libpci_3.7.0-2_aarch64_cortex-a53.ipk
Generating index for package ./pciids_0.345-1_aarch64_cortex-a53.ipk
Generating index for package ./pciutils_3.7.0-2_aarch64_cortex-a53.ipk
Signing package index...
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
export MAKEFLAGS= ;make -w -r json_overview_image_info
make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[2]: Nothing to be done for 'json_overview_image_info'.
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
export MAKEFLAGS= ;make -w -r checksum
make[2]: Entering directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[2]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
make[1]: Leaving directory '/openwrt/jenkins/workspace/OpenWrt-master-BUFFALO-WSR-3200AX4S'
+ RESULT_MSG=成功しました。
+ EXIT_CODE=0
+ toot post 【ビルド通知】OpenWrt-master-BUFFALO-WSR-3200AX4S プロジェクトの #12 ビルドが成功しました。
https://taiha.net/jenkins/job/OpenWrt-master-BUFFALO-WSR-3200AX4S/12/ #TaihaBuild -v unlisted
Toot posted: https://mstdn.maud.io/@musashino205/106125264540842333
+ exit 0
Archiving artifacts
Finished: SUCCESS