Open windybird opened 1 year ago
你这是什么日志
发这个看看
前不久 不是在吼到升级么,不应该不能启动吧
发这个看看
日志为空,frpc -v不显示版本号
感觉不能正常工作。。。编译这个时要注意啥,不能和哪个模块同时编译,一直都是云编译。。。也没动。。。。到了0.45.0以后的就出问题。。。
感觉不能正常工作。。。编译这个时要注意啥,不能和哪个模块同时编译,一直都是云编译。。。也没动。。。。到了0.45.0以后的就出问题。。。
https://github.com/yanxin152133/lede-x86_x64 试试我这个,我最近刚换了一个版本的,frpc可以使用
感觉不能正常工作。。。编译这个时要注意啥,不能和哪个模块同时编译,一直都是云编译。。。也没动。。。。到了0.45.0以后的就出问题。。。
https://github.com/yanxin152133/lede-x86_x64 试试我这个,我最近刚换了一个版本的,frpc可以
我是新三的(MIPS),能编个这个试下?反正我云编完后frpc不能用
感觉不能正常工作。。。编译这个时要注意啥,不能和哪个模块同时编译,一直都是云编译。。。也没动。。。。到了0.45.0以后的就出问题。。。
https://github.com/yanxin152133/lede-x86_x64 试试我这个,我最近刚换了一个版本的,frpc可以
我是新三的(MIPS),能编个这个试下?反正我云编完后frpc不能用
有的好像也跟勾选的选项有关
我改成别的也无法连接server端
+1 出现同样报错,frpc无法使用 另外就是cpu资源使用率很高,关掉frpc服务后cpu使用率降低
是R23.2.14版本吗?我的好像cpu利用率也很高
sidpixel @.***>于2023年2月24日 周五下午3:34写道:
+1 出现同样报错,frpc无法使用 另外就是cpu资源使用率很高,关掉frpc服务后cpu使用率降低
— Reply to this email directly, view it on GitHub https://github.com/coolsnowwolf/lede/issues/10912#issuecomment-1442949233, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKVNYPZB6WCCG37HA4FZ53WZBP7JANCNFSM6AAAAAAVBS4D6Q . You are receiving this because you commented.Message ID: @.***>
这几天我在编译R22.5.5这个版本,一直提示upx有问题。
感觉不能正常工作。。。编译这个时要注意啥,不能和哪个模块同时编译,一直都是云编译。。。也没动。。。。到了0.45.0以后的就出问题。。。
试了下,MTK7621的确启动不了,但X86和ip807x好像没有这个问题
小米4,MTK7621 同样不行。
是的。。。frpc应该是官方问题
------------------ 原始邮件 ------------------ 发件人: "coolsnowwolf/lede" @.>; 发送时间: 2023年2月24日(星期五) 下午3:37 @.>; @.**@.>; 主题: Re: [coolsnowwolf/lede] frpc不工作 (Issue #10912)
是R23.2.14版本吗?我的好像cpu利用率也很高
sidpixel @.***>于2023年2月24日 周五下午3:34写道:
> +1 出现同样报错,frpc无法使用 > 另外就是cpu资源使用率很高,关掉frpc服务后cpu使用率降低 > > — > Reply to this email directly, view it on GitHub > <https://github.com/coolsnowwolf/lede/issues/10912#issuecomment-1442949233>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AKKVNYPZB6WCCG37HA4FZ53WZBP7JANCNFSM6AAAAAAVBS4D6Q> > . > You are receiving this because you commented.Message ID: > @.***> >
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
刚刚试了把 frp里的 makefile 按 immortalwrt 改 PKG_BUILD_DEPENDS:=golang/host upx/host 改成 PKG_BUILD_DEPENDS:=golang/host 把 $(STAGING_DIR_HOST)/bin/upx --lzma --best $$(1)/usr/bin/$(1) || true 删掉 luci makefile里的 +wget 改成 +wget-ssl 在 7620 上编译出来的 frpc 可以正常工作,但编译出来的文件比之前的大了1M左右。
那就是upx压缩后不匹配呗,不压缩就行了撒
那就是upx压缩后不匹配呗,不压缩就行了撒
不过好像就是 7620 7621 会这样,ipq807x X86好像不会 大佬这个能不能帮忙匹配,因为对于 flash 小的固件不太友好
那就是upx压缩后不匹配呗,不压缩就行了撒
不过好像就是 7620 7621 会这样,ipq807x X86好像不会 大佬这个能不能帮忙匹配,因为对于 flash 小的固件不太友好
自己编译的时候用旧版本呗
那就是upx压缩后不匹配呗,不压缩就行了撒
不过好像就是 7620 7621 会这样,ipq807x X86好像不会 大佬这个能不能帮忙匹配,因为对于 flash 小的固件不太友好
这玩意我记得以前有一个什么库 也是upx压缩后在你们这些机器上运行不了,是什么库来的忘记了,本身这种压缩壳匹配不好很正常,不是所有平台都能兼容,什么压缩壳 加密壳 都一样因为他们要写shellcode 加载到内存然后释放,自然这个shellcode适配就是关键了,你可以试试升级upx到最新 然后试下
那就是upx压缩后不匹配呗,不压缩就行了撒
不过好像就是 7620 7621 会这样,ipq807x X86好像不会 大佬这个能不能帮忙匹配,因为对于 flash 小的固件不太友好
这玩意我记得以前有一个什么库 也是upx压缩后在你们这些机器上运行不了,是什么库来的忘记了,本身这种压缩壳匹配不好很正常,不是所有平台都能兼容,什么压缩壳 加密壳 都一样因为他们要写shellcode 加载到内存然后释放,自然这个shellcode适配就是关键了,你可以试试升级upx到最新 然后试下
直接改这三项成最新版本编译出错,如果直接替换成 immortalwrt 的 Makefile 可以编译成功,但编译出来的文件不会压缩。 PKG_VERSION:=3.96 PKG_SOURCE_VERSION:=d7ba31cab8ce8d95d2c10e88d2ec787ac52005ef PKG_MIRROR_HASH:=15b4884dbe35d3b7bda27538429cab92aaeaca006d558deb49f2ef93e3c261b8
那就是upx压缩后不匹配呗,不压缩就行了撒
不过好像就是 7620 7621 会这样,ipq807x X86好像不会 大佬这个能不能帮忙匹配,因为对于 flash 小的固件不太友好
这玩意我记得以前有一个什么库 也是upx压缩后在你们这些机器上运行不了,是什么库来的忘记了,本身这种压缩壳匹配不好很正常,不是所有平台都能兼容,什么压缩壳 加密壳 都一样因为他们要写shellcode 加载到内存然后释放,自然这个shellcode适配就是关键了,你可以试试升级upx到最新 然后试下
直接改这三项成最新版本编译出错,如果直接替换成 immortalwrt 的 Makefile 可以编译成功,但编译出来的文件不会压缩。 PKG_VERSION:=3.96 PKG_SOURCE_VERSION:=d7ba31cab8ce8d95d2c10e88d2ec787ac52005ef PKG_MIRROR_HASH:=15b4884dbe35d3b7bda27538429cab92aaeaca006d558deb49f2ef93e3c261b8
那不清楚 我自己升级到了4.0.1,编译没出错,不过我都是x86 测试的,其他平台没测,基本不用
升至 4.0.2 编译失败
time: package/feeds/luci/luci-app-filetransfer/compile#0.11#0.09#0.19 make[3]: Entering directory '/home/koysuke/lede/package/lean/ucl' make[3]: Leaving directory '/home/koysuke/lede/package/lean/ucl' time: package/lean/ucl/host-compile#0.16#0.09#0.22 make[3]: Entering directory '/home/koysuke/lede/package/lean/upx' cp -fpR /home/koysuke/lede/build_dir/hostpkg/upx-4.0.2/src/upx.out /home/koysuke/lede/staging_dir/host/bin/upx cp: cannot stat '/home/koysuke/lede/build_dir/hostpkg/upx-4.0.2/src/upx.out': No such file or directory make[3]: [Makefile:61: /home/koysuke/lede/staging_dir/hostpkg/stamp/.upx_installed] Error 1 make[3]: Leaving directory '/home/koysuke/lede/package/lean/upx' time: package/lean/upx/host-compile#0.15#0.09#0.21 ERROR: package/lean/upx [host] failed to build. make[2]: [package/Makefile:114: package/lean/upx/host/compile] Error 1 make[2]: Leaving directory '/home/koysuke/lede' make[1]: [package/Makefile:110: /home/koysuke/lede/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/koysuke/lede' make: [/home/koysuke/lede/include/toplevel.mk:231:world] 错误 2
用最新的源码【 OpenWrt R23.4.1 / LuCI Master (git-23.109.50273-11b9572) 】编译出的固件 7621的京东云和歌华链 frpc 都报错:‘“frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致!”,frpc 版本是:0.47.0-1 服务器端 tcp_mux 设置是true ,frps 版本也是0.47 ,以前的老版本都可以正常启动,有解决办法么
用最新的源码【 OpenWrt R23.4.1 / LuCI Master (git-23.109.50273-11b9572) 】编译出的固件 7621的京东云和歌华链 frpc 都报错:‘“frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致!”,frpc 版本是:0.47.0-1 服务器端 tcp_mux 设置是true ,frps 版本也是0.47 ,以前的老版本都可以正常启动,有解决办法么
最好的办法就是用旧版本的frp
用最新的源码【 OpenWrt R23.4.1 / LuCI Master (git-23.109.50273-11b9572) 】编译出的固件 7621的京东云和歌华链 frpc 都报错:‘“frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致!”,frpc 版本是:0.47.0-1 服务器端 tcp_mux 设置是true ,frps 版本也是0.47 ,以前的老版本都可以正常启动,有解决办法么
最好的办法就是用旧版本的frp
怎么在编译时选择旧版本frpc ?我电脑配置太差了,都是云编译的
用最新的源码【 OpenWrt R23.4.1 / LuCI Master (git-23.109.50273-11b9572) 】编译出的固件 7621的京东云和歌华链 frpc 都报错:‘“frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致!”,frpc 版本是:0.47.0-1 服务器端 tcp_mux 设置是true ,frps 版本也是0.47 ,以前的老版本都可以正常启动,有解决办法么
最好的办法就是用旧版本的frp
怎么在编译时选择旧版本frpc ?我电脑配置太差了,都是云编译的
用最新的源码【 OpenWrt R23.4.1 / LuCI Master (git-23.109.50273-11b9572) 】编译出的固件 7621的京东云和歌华链 frpc 都报错:‘“frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致!”,frpc 版本是:0.47.0-1 服务器端 tcp_mux 设置是true ,frps 版本也是0.47 ,以前的老版本都可以正常启动,有解决办法么
最好的办法就是用旧版本的frp
我试过3个旧版本,都是一样的问题,只能把frpc移除了,然后重新安装以前我编译的版本才能正常使用
反馈bug/问题模板,提建议请删除
1.关于你要提交的问题
新三路由编译,frpc不工作 Q:是否搜索了issue (使用 "x" 选择)
2. 详细叙述
(1) 具体问题
A:2023/02/20 15:55:41: frp服务启动失败,请检查服务端 “TCP多路复用(tcp_mux)”设置,确保与客户端完全一致! frpc -v不显示版本,卡着不动,貌似不能启动!
(2) 路由器型号和固件版本
A:new3-d2
(3) 详细日志
A:2023-02-20T04:29:30.3624480Z ##[group]Run cd openwrt 2023-02-20T04:29:30.3624905Z [36;1mcd openwrt[0m 2023-02-20T04:29:30.3625196Z [36;1mecho -e "$(nproc) thread compile"[0m 2023-02-20T04:29:30.3625523Z [36;1mmake -j$(nproc) || make -j1 || make -j1 V=s[0m 2023-02-20T04:29:30.3625858Z [36;1mecho "::set-output name=status::success"[0m 2023-02-20T04:29:30.3626245Z [36;1mgrep '^CONFIGTARGET.DEVICE.=y' .config | sed -r 's/.*DEVICE(.*)=y/\1/' > DEVICE_NAME[0m 2023-02-20T04:29:30.3626691Z [36;1m[ -s DEVICE_NAME ] && echo "DEVICENAME=$(cat DEVICE_NAME)" >> $GITHUB_ENV[0m 2023-02-20T04:29:30.3627178Z [36;1mecho "FILEDATE=$(date +"%Y%m%d%H%M")" >> $GITHUB_ENV[0m 2023-02-20T04:29:30.3696027Z shell: /usr/bin/bash -e {0} 2023-02-20T04:29:30.3696297Z env: 2023-02-20T04:29:30.3697627Z REPO_URL: https://github.com/coolsnowwolf/lede 2023-02-20T04:29:30.3697948Z REPO_BRANCH: master 2023-02-20T04:29:30.3698320Z FEEDS_CONF: feeds.conf.default 2023-02-20T04:29:30.3698583Z CONFIG_FILE: .config 2023-02-20T04:29:30.3698832Z DIY_P1_SH: diy-part1.sh 2023-02-20T04:29:30.3699115Z DIY_P2_SH: diy-part2.sh 2023-02-20T04:29:30.3699358Z UPLOAD_BIN_DIR: false 2023-02-20T04:29:30.3699584Z UPLOAD_FIRMWARE: true 2023-02-20T04:29:30.3699839Z UPLOAD_COWTRANSFER: false 2023-02-20T04:29:30.3700097Z UPLOAD_WETRANSFER: false 2023-02-20T04:29:30.3700346Z UPLOAD_RELEASE: true 2023-02-20T04:29:30.3700559Z TZ: Asia/Shanghai 2023-02-20T04:29:30.3700783Z ##[endgroup] 2023-02-20T04:29:30.3806923Z 2 thread compile 2023-02-20T04:29:38.0263357Z make[2]: Entering directory '/workdir/openwrt/scripts/config' 2023-02-20T04:29:38.0264010Z make[2]: 'conf' is up to date. 2023-02-20T04:29:38.0265165Z make[2]: Leaving directory '/workdir/openwrt/scripts/config' 2023-02-20T04:29:39.9224211Z make[1] world 2023-02-20T04:29:42.3892736Z make[2] tools/compile 2023-02-20T04:29:42.4406141Z make[2] package/cleanup 2023-02-20T04:29:45.0078529Z make[3] -C tools/flock compile 2023-02-20T04:29:45.0802155Z make[3] -C tools/xz compile 2023-02-20T04:30:04.1764383Z make[3] -C tools/sed compile 2023-02-20T04:30:35.6114940Z make[3] -C tools/libdeflate compile 2023-02-20T04:30:35.6119775Z make[3] -C tools/patch compile 2023-02-20T04:30:39.0287921Z make[3] -C tools/tar compile 2023-02-20T04:31:21.4421039Z make[3] -C tools/m4 compile 2023-02-20T04:31:21.4432083Z make[3] -C tools/autoconf-archive compile 2023-02-20T04:31:23.2501642Z make[3] -C tools/ninja compile 2023-02-20T04:32:10.9465619Z make[3] -C tools/expat compile 2023-02-20T04:32:20.6317139Z make[3] -C tools/zlib compile 2023-02-20T04:32:22.8951461Z make[3] -C tools/cpio compile 2023-02-20T04:32:24.4083397Z make[3] -C tools/lzma compile 2023-02-20T04:32:31.1501962Z make[3] -C tools/make-ext4fs compile 2023-02-20T04:32:33.4729697Z make[3] -C tools/mtools compile 2023-02-20T04:32:48.9333158Z make[3] -C tools/patch-image compile 2023-02-20T04:32:49.1607967Z make[3] -C tools/squashfskit4 compile 2023-02-20T04:32:55.5024701Z make[3] -C tools/sstrip compile 2023-02-20T04:32:57.3368200Z make[3] -C tools/zip compile 2023-02-20T04:33:01.0117493Z make[3] -C tools/kernel2minor compile 2023-02-20T04:33:01.6778757Z make[3] -C tools/elfutils compile 2023-02-20T04:33:03.9885666Z make[3] -C tools/autoconf compile 2023-02-20T04:33:07.6656232Z make[3] -C tools/meson compile 2023-02-20T04:33:08.1313610Z make[3] -C tools/missing-macros compile 2023-02-20T04:33:08.2228137Z make[3] -C tools/zstd compile 2023-02-20T04:33:40.8927139Z make[3] -C tools/pkgconf compile 2023-02-20T04:33:46.3949643Z make[3] -C tools/automake compile 2023-02-20T04:33:53.3260619Z make[3] -C tools/libressl compile 2023-02-20T04:34:36.3950918Z make[3] -C tools/dosfstools compile 2023-02-20T04:34:45.4132757Z make[3] -C tools/libtool compile 2023-02-20T04:36:18.9745527Z make[3] -C tools/flex compile 2023-02-20T04:36:24.2986206Z make[3] -C tools/e2fsprogs compile 2023-02-20T04:36:50.8305771Z make[3] -C tools/fakeroot compile 2023-02-20T04:37:03.9996079Z make[3] -C tools/gengetopt compile 2023-02-20T04:37:15.0022284Z make[3] -C tools/mklibs compile 2023-02-20T04:37:21.1997460Z make[3] -C tools/mtd-utils compile 2023-02-20T04:37:42.9292762Z make[3] -C tools/patchelf compile 2023-02-20T04:37:50.8767115Z make[3] -C tools/gmp compile 2023-02-20T04:37:55.2748050Z make[3] -C tools/bison compile 2023-02-20T04:38:51.6587784Z make[3] -C tools/cmake compile 2023-02-20T04:39:11.1233697Z make[3] -C tools/findutils compile 2023-02-20T04:40:09.0472555Z make[3] -C tools/mkimage compile 2023-02-20T04:40:33.2806464Z make[3] -C tools/padjffs2 compile 2023-02-20T04:40:33.4329841Z make[3] -C tools/quilt compile 2023-02-20T04:40:35.6926858Z make[3] -C tools/mpfr compile 2023-02-20T04:41:32.5097375Z make[3] -C tools/bc compile 2023-02-20T04:41:43.7443308Z make[3] -C tools/mpc compile 2023-02-20T04:53:54.2762522Z make[3] -C tools/firmware-utils compile 2023-02-20T04:54:02.7377950Z make[2] toolchain/compile 2023-02-20T04:54:05.5401447Z make[3] -C toolchain/gdb compile 2023-02-20T04:54:05.5426326Z make[3] -C toolchain/binutils compile 2023-02-20T04:57:13.8442742Z make[3] -C toolchain/fortify-headers compile 2023-02-20T04:57:13.9139671Z make[3] -C toolchain/gcc/initial compile 2023-02-20T05:11:20.9018058Z make[3] -C toolchain/musl compile 2023-02-20T05:11:20.9020360Z make[3] -C toolchain/kernel-headers compile 2023-02-20T05:12:31.5600819Z make[3] -C toolchain/gcc/final compile 2023-02-20T05:25:20.5565562Z make[2] target/compile 2023-02-20T05:25:23.6459249Z make[3] -C target/linux compile 2023-02-20T05:34:04.6904008Z make[2] buildinfo 2023-02-20T05:34:05.1174621Z make[2] package/compile 2023-02-20T05:34:07.5036673Z make[3] diffconfig buildversion feedsversion 2023-02-20T05:34:07.9663779Z make[3] -C package/libs/libjson-c host-compile 2023-02-20T05:34:10.3561215Z make[4] scripts/config/conf 2023-02-20T05:34:15.1264709Z make[3] -C package/libs/toolchain compile 2023-02-20T05:34:16.6268339Z make[3] -C feeds/luci/modules/luci-base host-compile 2023-02-20T05:34:16.7671917Z make[3] -C package/libs/libnl-tiny compile 2023-02-20T05:34:19.3167711Z make[3] -C package/utils/lua host-compile 2023-02-20T05:34:19.9104404Z make[3] -C package/libs/ncurses host-compile 2023-02-20T05:34:25.1601123Z make[3] -C package/libs/zlib compile 2023-02-20T05:34:33.6970909Z make[3] -C package/system/fwtool host-compile 2023-02-20T05:34:34.4704312Z make[3] -C package/system/usign host-compile 2023-02-20T05:34:35.8468456Z make[3] -C package/system/openwrt-keyring compile 2023-02-20T05:34:36.4224508Z make[3] -C feeds/helloworld/ipt2socks compile 2023-02-20T05:34:38.7512212Z make[3] -C feeds/packages/libs/libev compile 2023-02-20T05:34:52.5889956Z make[3] -C feeds/packages/libs/libsodium compile 2023-02-20T05:35:09.3373767Z make[3] -C feeds/packages/libs/udns compile 2023-02-20T05:35:23.8427504Z make[3] -C package/libs/pcre compile 2023-02-20T05:35:36.0537875Z make[3] -C feeds/helloworld/simple-obfs compile 2023-02-20T05:35:59.9603036Z make[3] -C feeds/packages/libs/boost host-compile 2023-02-20T05:36:22.4362402Z make[3] -C feeds/packages/lang/golang/golang host-compile 2023-02-20T05:41:03.5306312Z make[3] -C package/system/ca-certificates compile 2023-02-20T05:41:15.5224930Z make[3] -C feeds/luci/protocols/luci-proto-ppp compile 2023-02-20T05:41:17.3723069Z make[3] -C feeds/luci/themes/luci-theme-argon compile 2023-02-20T05:41:20.4705149Z make[3] -C feeds/luci/applications/luci-app-accesscontrol compile 2023-02-20T05:41:23.1424225Z make[3] -C package/lean/adbyby compile 2023-02-20T05:41:23.8969192Z make[3] -C package/libs/libmnl compile 2023-02-20T05:41:59.1304746Z make[3] -C package/devel/binutils compile 2023-02-20T05:42:22.2067293Z make[3] -C package/utils/bzip2 compile 2023-02-20T05:42:25.8336172Z make[3] -C package/libs/argp-standalone compile 2023-02-20T05:42:31.7465162Z make[3] -C package/libs/musl-fts compile 2023-02-20T05:42:47.3658279Z make[3] -C feeds/packages/libs/libuv compile 2023-02-20T05:42:58.9163440Z make[3] -C package/libs/libcap compile 2023-02-20T05:43:02.3625052Z make[3] -C feeds/packages/libs/nghttp2 compile 2023-02-20T05:43:12.3274942Z make[3] -C package/lean/ucl host-compile 2023-02-20T05:43:35.4885611Z make[3] -C feeds/packages/utils/jq compile 2023-02-20T05:44:22.7639745Z make[3] -C package/libs/mbedtls compile 2023-02-20T05:45:01.9846480Z make[3] -C feeds/packages/utils/attr compile 2023-02-20T05:45:19.7679990Z make[3] -C package/libs/gmp compile 2023-02-20T05:45:42.9727165Z make[3] -C feeds/packages/net/dnsproxy compile 2023-02-20T05:46:27.2138808Z make[3] -C feeds/packages/net/pdnsd-alt compile 2023-02-20T05:46:40.5984203Z make[3] -C feeds/packages/net/p910nd compile 2023-02-20T05:46:41.3652887Z make[3] -C feeds/packages/net/vlmcsd compile 2023-02-20T05:46:44.9984935Z make[3] -C feeds/packages/net/etherwake compile 2023-02-20T05:46:45.6533334Z make[3] -C package/lean/wol compile 2023-02-20T05:46:55.1351715Z make[3] -C feeds/luci/protocols/luci-proto-ipv6 compile 2023-02-20T05:46:55.9251781Z make[3] -C feeds/packages/utils/coremark compile 2023-02-20T05:46:57.5118033Z make[3] -C feeds/packages/libs/libmaxminddb compile 2023-02-20T05:46:59.2248846Z make[3] -C package/utils/lua5.3 compile 2023-02-20T05:47:08.2767186Z make[3] -C feeds/packages/libs/c-ares compile 2023-02-20T05:47:19.5229479Z make[3] -C package/network/utils/resolveip compile 2023-02-20T05:47:19.9484931Z make[3] -C package/kernel/gpio-button-hotplug compile 2023-02-20T05:47:20.1826806Z make[3] -C package/lean/mt/drivers/mt7603e compile 2023-02-20T05:47:22.1865827Z make[3] -C package/lean/mt/drivers/mt7612e compile 2023-02-20T05:48:40.7212616Z make[3] -C package/network/utils/wireless-tools compile 2023-02-20T05:48:42.9399020Z make[3] -C package/network/services/dropbear compile 2023-02-20T05:49:01.6993935Z make[3] -C package/libs/libpcap compile 2023-02-20T05:49:19.9463669Z make[3] -C package/network/utils/linux-atm compile 2023-02-20T05:49:20.0986821Z make[3] -C package/libs/libsepol compile 2023-02-20T05:49:59.4294222Z make[3] -C package/libs/libubox host-compile 2023-02-20T05:49:59.9161640Z make[3] -C package/firmware/linux-firmware compile 2023-02-20T05:50:00.1908724Z make[3] -C package/libs/libjson-c compile 2023-02-20T05:50:05.5583869Z make[3] -C package/utils/lua compile 2023-02-20T05:50:07.3072892Z make[3] -C package/libs/ncurses compile 2023-02-20T05:50:11.8729884Z make[3] -C package/system/fwtool compile 2023-02-20T05:50:12.7208011Z make[3] -C package/system/ucert host-compile 2023-02-20T05:50:13.8608111Z make[3] -C feeds/packages/libs/boost compile 2023-02-20T05:51:01.1839427Z make[3] -C feeds/helloworld/xray-core compile 2023-02-20T05:52:13.9271816Z make[3] -C feeds/helloworld/xray-plugin compile 2023-02-20T05:52:36.4513639Z make[3] -C package/libs/elfutils compile 2023-02-20T05:52:43.3260662Z make[3] -C package/lean/upx host-compile 2023-02-20T05:53:34.1826120Z make[3] -C feeds/packages/utils/acl compile 2023-02-20T05:53:55.4785766Z make[3] -C feeds/luci/applications/luci-app-vlmcsd compile 2023-02-20T05:53:56.2188905Z make[3] -C feeds/luci/applications/luci-app-wol compile 2023-02-20T05:53:58.6638960Z make[3] -C package/libs/readline compile 2023-02-20T05:54:02.8101031Z make[3] -C feeds/packages/lang/lua-cjson compile 2023-02-20T05:54:04.0196850Z make[3] -C feeds/packages/lang/luasocket compile 2023-02-20T05:54:07.3190739Z make[3] -C package/lean/lua-maxminddb compile 2023-02-20T05:54:07.8543823Z make[3] -C package/lean/mt/drivers/mt_wifi compile 2023-02-20T05:54:08.4461531Z make[3] -C package/libs/libselinux compile 2023-02-20T05:54:17.1487459Z make[3] -C package/system/opkg host-compile 2023-02-20T05:54:20.5727373Z make[3] -C package/kernel/linux compile 2023-02-20T05:54:25.3927706Z make[3] -C package/libs/libubox compile 2023-02-20T05:54:31.9649306Z make[3] -C feeds/luci/libs/luci-lib-ip compile 2023-02-20T05:54:33.2313037Z make[3] -C feeds/luci/libs/luci-lib-jsonc compile 2023-02-20T05:54:34.1595232Z make[3] -C package/utils/util-linux compile 2023-02-20T05:54:38.9764368Z make[3] -C package/utils/jsonfilter compile 2023-02-20T05:54:40.4936953Z make[3] -C package/system/usign compile 2023-02-20T05:54:41.9877468Z make[3] -C package/network/utils/iptables compile 2023-02-20T05:55:17.2344878Z make[3] -C package/network/utils/ipset compile 2023-02-20T05:55:40.2155064Z make[3] -C package/network/utils/bpftools compile 2023-02-20T05:55:55.9930915Z make[3] -C feeds/packages/net/frp compile 2023-02-20T05:55:57.1172521Z make[3] -C feeds/packages/net/nlbwmon compile 2023-02-20T05:55:59.2023923Z make[3] -C feeds/packages/net/iputils compile 2023-02-20T05:56:05.9834751Z make[3] -C feeds/packages/utils/coreutils compile 2023-02-20T05:56:50.8324025Z make[3] -C feeds/packages/net/miniupnpd compile 2023-02-20T05:56:54.8754329Z make[3] -C feeds/luci/applications/luci-app-usb-printer compile 2023-02-20T05:56:55.6055790Z make[3] -C feeds/packages/utils/bash compile 2023-02-20T05:57:43.9077456Z make[3] -C package/kernel/mtk-eip93 compile 2023-02-20T05:57:47.5559203Z make[3] -C package/network/ipv6/odhcp6c compile 2023-02-20T05:57:47.7834743Z make[3] -C package/lean/mt/luci-app-mtwifi compile 2023-02-20T05:57:48.3871285Z make[3] -C package/network/services/shellsync compile 2023-02-20T05:57:48.8494516Z make[3] -C package/system/mtd compile 2023-02-20T05:57:49.7567422Z make[3] -C package/system/urngd compile 2023-02-20T05:57:50.1101035Z make[3] -C package/utils/busybox compile 2023-02-20T05:57:50.7127859Z make[3] -C package/OpenAppFilter/oaf compile 2023-02-20T05:57:56.8064118Z make[3] -C package/system/ubus compile 2023-02-20T05:58:01.9783870Z make[3] -C package/system/uci compile 2023-02-20T05:58:10.8305157Z make[3] -C package/kernel/cryptodev-linux compile 2023-02-20T05:58:19.8534981Z make[3] -C package/network/utils/iwinfo compile 2023-02-20T05:58:26.4624007Z make[3] -C package/utils/ucode compile 2023-02-20T05:58:28.3838065Z make[3] -C package/network/config/netifd compile 2023-02-20T05:58:36.8781026Z make[3] -C package/system/ubox compile 2023-02-20T05:58:37.4559492Z make[3] -C package/utils/mtd-utils compile 2023-02-20T05:58:39.7949816Z make[3] -C package/network/services/fullconenat compile 2023-02-20T05:58:42.5603638Z make[3] -C package/network/services/dnsmasq compile 2023-02-20T05:58:56.1375345Z make[3] -C package/network/utils/iproute2 compile 2023-02-20T05:59:08.2304329Z make[3] -C feeds/luci/applications/luci-app-nlbwmon compile 2023-02-20T05:59:09.2704353Z make[3] -C feeds/luci/applications/luci-app-upnp compile 2023-02-20T05:59:11.5994611Z make[3] -C package/network/services/odhcpd compile 2023-02-20T05:59:15.4375491Z make[3] -C package/network/config/swconfig compile 2023-02-20T05:59:16.4806159Z make[3] -C package/network/services/ppp compile 2023-02-20T05:59:20.2666059Z make[3] -C package/network/utils/iproute2 compile 2023-02-20T05:59:31.5219846Z make[3] -C package/system/urandom-seed compile 2023-02-20T05:59:31.9854385Z make[3] -C package/OpenAppFilter/open-app-filter compile 2023-02-20T05:59:33.1474001Z make[3] -C package/libs/openssl compile 2023-02-20T05:59:45.3505122Z make[3] -C package/system/rpcd compile 2023-02-20T05:59:50.7319598Z make[3] -C package/system/fstools compile 2023-02-20T05:59:55.5763388Z make[3] -C package/network/config/firewall compile 2023-02-20T06:00:00.8146309Z make[3] -C feeds/luci/libs/rpcd-mod-rrdns compile 2023-02-20T06:00:01.6877544Z make[3] -C feeds/luci/applications/luci-app-arpbind compile 2023-02-20T06:00:02.3954273Z make[3] -C feeds/packages/net/mwan3 compile 2023-02-20T06:00:02.9358851Z make[3] -C feeds/packages/net/sqm-scripts compile 2023-02-20T06:00:03.6877119Z make[3] -C feeds/packages/net/shadowsocks-libev compile 2023-02-20T06:00:50.6863113Z make[3] -C package/system/procd compile 2023-02-20T06:01:00.6773915Z make[3] -C package/base-files compile 2023-02-20T06:01:02.4750697Z make[3] -C feeds/luci/applications/luci-app-firewall compile 2023-02-20T06:01:05.1421594Z make[3] -C feeds/luci/applications/luci-app-sqm compile 2023-02-20T06:01:22.5479623Z make[3] -C feeds/luci/libs/luci-lib-nixio compile 2023-02-20T06:01:22.5488158Z make[3] -C feeds/helloworld/shadowsocksr-libev compile 2023-02-20T06:01:25.4104101Z make[3] -C feeds/helloworld/trojan compile 2023-02-20T06:02:27.9904664Z make[3] -C package/libs/ustream-ssl compile 2023-02-20T06:02:29.7756773Z make[3] -C feeds/packages/net/bind compile 2023-02-20T06:02:29.9879091Z make[3] -C feeds/packages/net/curl compile 2023-02-20T06:02:44.1384015Z make[3] -C feeds/luci/libs/luci-lib-fs compile 2023-02-20T06:02:44.5512833Z make[3] -C feeds/packages/net/wget compile 2023-02-20T06:03:57.5505995Z make[3] -C feeds/packages/libs/libwebsockets compile 2023-02-20T06:04:04.9172888Z make[3] -C feeds/packages/net/dnsforwarder compile 2023-02-20T06:04:15.9060272Z make[3] -C package/lean/luci-app-vssr compile 2023-02-20T06:04:22.4424970Z make[3] -C feeds/luci/modules/luci-base compile 2023-02-20T06:04:27.4895487Z make[3] -C package/network/services/uhttpd compile 2023-02-20T06:04:31.8449130Z make[3] -C package/libs/uclient compile 2023-02-20T06:04:33.8945656Z make[3] -C feeds/packages/net/ddns-scripts compile 2023-02-20T06:04:34.5262658Z make[3] -C feeds/luci/applications/luci-app-filetransfer compile 2023-02-20T06:04:35.2962343Z make[3] -C feeds/luci/applications/luci-app-frpc compile 2023-02-20T06:04:36.0834363Z make[3] -C feeds/luci/applications/luci-app-serverchan compile 2023-02-20T06:04:36.7449262Z make[3] -C feeds/luci/applications/luci-app-turboacc compile 2023-02-20T06:04:37.7224830Z make[3] -C feeds/luci/applications/luci-app-webadmin compile 2023-02-20T06:04:38.4362567Z make[3] -C feeds/luci/modules/luci-newapi compile 2023-02-20T06:04:39.0811808Z make[3] -C package/lean/ddns-scripts_aliyun compile 2023-02-20T06:04:39.5224367Z make[3] -C package/lean/ddns-scripts_dnspod compile 2023-02-20T06:04:39.9905576Z make[3] -C package/network/ipv6/6in4 compile 2023-02-20T06:04:40.4467284Z make[3] -C package/system/opkg compile 2023-02-20T06:04:48.7267467Z make[3] -C feeds/luci/modules/luci-compat compile 2023-02-20T06:04:49.3131956Z make[3] -C feeds/luci/modules/luci-mod-admin-full compile 2023-02-20T06:04:51.1728838Z make[3] -C feeds/luci/applications/luci-app-adbyby-plus compile 2023-02-20T06:04:52.1133734Z make[3] -C feeds/luci/applications/luci-app-ddns compile 2023-02-20T06:04:53.0652328Z make[3] -C feeds/luci/applications/luci-app-mwan3 compile 2023-02-20T06:04:54.3784042Z make[3] -C package/lean/ipv6-helper compile 2023-02-20T06:04:54.8314121Z make[3] -C package/OpenAppFilter/luci-app-oaf compile 2023-02-20T06:04:55.7866408Z make[3] -C feeds/luci/collections/luci compile 2023-02-20T06:04:56.3985985Z make[3] -C feeds/luci/applications/luci-app-syncdial compile 2023-02-20T06:04:56.9310803Z make[3] -C package/lean/default-settings compile 2023-02-20T06:04:57.1827512Z make[3] -C feeds/luci/applications/luci-app-autoreboot compile 2023-02-20T06:04:57.4318827Z make[3] -C feeds/packages/utils/ttyd compile 2023-02-20T06:04:59.1741616Z make[3] -C feeds/luci/applications/luci-app-ttyd compile 2023-02-20T06:04:59.8447120Z make[2] package/install 2023-02-20T06:05:18.4024184Z make[2] target/install 2023-02-20T06:05:21.1719984Z make[3] -C target/linux install 2023-02-20T06:07:51.8517259Z make[6] -C target/linux/ramips/image/lzma-loader compile loader.bin 2023-02-20T06:07:59.4331679Z make[6] -C target/linux/ramips/image/lzma-loader compile loader.bin 2023-02-20T06:08:01.1168470Z make[2] package/index 2023-02-20T06:08:07.2898142Z make[2] json_overview_image_info 2023-02-20T06:08:10.1779050Z make[2] checksum 2023-02-20T06:08:14.5957746Z ##[warning]The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/