-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新frp到0.52.3(截止23/10/31) 修复go1.21编译错误 #41
Open
tujj99
wants to merge
25
commits into
Lienol:22.03
Choose a base branch
from
tujj99:22.03
base: 22.03
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 43f2ad9.
This reverts commit 79edd13.
Signed-off-by: Nick Peng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Maintainer: me / @<github-user> (find it by checking history of the package Makefile)
Compile tested: (put here arch, model, OpenWrt version)
Run tested: (put here arch, model, OpenWrt version, tests done)
X86, openwrt 22.03 compile passed.
Description:
tim@ubuntu22:~/openwrt$ make package/frp/compile -j1 V=s
make[2]: Warning: File 'package/feeds/packages/frp/Makefile' has modification time 2.9 s in the future
Collecting package info: done
make[2]: warning: Clock skew detected. Your build may be incomplete.
WARNING: Makefile 'package/feeds/packages/frp/Makefile' has a build dependency on 'upx/host', which does not exist
WARNING: Makefile 'package/feeds/packages/glib2/Makefile' has a build dependency on 'pcre2/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-flask-babel/Makefile' has a build dependency on 'python-poetry-core/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a dependency on 'python3-editables', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a dependency on 'python3-pathspec', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a dependency on 'python3-trove-classifiers', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a build dependency on 'python-editables/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a build dependency on 'python-pathspec/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a build dependency on 'python-pluggy/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-hatchling/Makefile' has a build dependency on 'python-trove-classifiers/host', which does not exist
make[2]: Entering directory '/home/tim/openwrt/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/home/tim/openwrt/scripts/config'
make[1]: Entering directory '/home/tim/openwrt'
make[2]: Entering directory '/home/tim/openwrt/feeds/packages/lang/golang/golang'
make[2]: Leaving directory '/home/tim/openwrt/feeds/packages/lang/golang/golang'
time: package/feeds/packages/golang/host-compile#0.59#0.52#0.87
make[2]: Entering directory '/home/tim/openwrt/package/libs/toolchain'
echo "libc" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
echo "libgcc" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
echo "libatomic" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
echo "libstdcpp" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
echo "libpthread" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
echo "librt" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/toolchain.default.install
make[2]: Leaving directory '/home/tim/openwrt/package/libs/toolchain'
time: package/libs/toolchain/compile#0.18#0.14#0.28
make[2]: Entering directory '/home/tim/openwrt/feeds/packages/net/frp'
mkdir -p /home/tim/openwrt/dl
SHELL= flock /home/tim/openwrt/tmp/.frp-0.52.3.tar.gz.flock -c ' /home/tim/openwrt/scripts/download.pl "/home/tim/openwrt/dl" "frp-0.52.3.tar.gz" "4bff0674fa1cbc9f0baf5d12b075bbb5" "" "https://codeload.github.com/fatedier/frp/tar.gz/v0.52.3?" '
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.prepared_b51a665c78a33c37334e1326f8cd2845_6664517399ebbbc92a37c5bb081b5c53_check
. /home/tim/openwrt/include/shell.sh; gzip -dc /home/tim/openwrt/dl/frp-0.52.3.tar.gz | tar -C /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/. /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.prepared_b51a665c78a33c37334e1326f8cd2845_6664517399ebbbc92a37c5bb081b5c53
rm -f /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.configured_*
rm -f /home/tim/openwrt/staging_dir/target-x86_64_musl/stamp/.frp_installed
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh configure
Copying files from /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3 into /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/src/github.com/fatedier/frp
assets/assets.go
assets/frpc/embed.go
assets/frps/embed.go
client/admin.go
client/admin_api.go
client/control.go
client/event/event.go
client/health/health.go
client/proxy/general_tcp.go
client/proxy/proxy.go
client/proxy/proxy_manager.go
client/proxy/proxy_wrapper.go
client/proxy/sudp.go
client/proxy/udp.go
client/proxy/xtcp.go
client/service.go
client/visitor/stcp.go
client/visitor/sudp.go
client/visitor/visitor.go
client/visitor/visitor_manager.go
client/visitor/xtcp.go
cmd/frpc/main.go
cmd/frpc/sub/admin.go
cmd/frpc/sub/flags.go
cmd/frpc/sub/nathole.go
cmd/frpc/sub/proxy.go
cmd/frpc/sub/root.go
cmd/frpc/sub/verify.go
cmd/frps/flags.go
cmd/frps/main.go
cmd/frps/root.go
cmd/frps/verify.go
go.mod
go.sum
pkg/auth/auth.go
pkg/auth/legacy/legacy.go
pkg/auth/oidc.go
pkg/auth/token.go
pkg/config/legacy/client.go
pkg/config/legacy/conversion.go
pkg/config/legacy/parse.go
pkg/config/legacy/proxy.go
pkg/config/legacy/server.go
pkg/config/legacy/utils.go
pkg/config/legacy/value.go
pkg/config/legacy/visitor.go
pkg/config/load.go
pkg/config/load_test.go
pkg/config/types/types.go
pkg/config/types/types_test.go
pkg/config/v1/api.go
pkg/config/v1/client.go
pkg/config/v1/client_test.go
pkg/config/v1/common.go
pkg/config/v1/plugin.go
pkg/config/v1/proxy.go
pkg/config/v1/proxy_test.go
pkg/config/v1/server.go
pkg/config/v1/server_test.go
pkg/config/v1/validation/client.go
pkg/config/v1/validation/common.go
pkg/config/v1/validation/plugin.go
pkg/config/v1/validation/proxy.go
pkg/config/v1/validation/server.go
pkg/config/v1/validation/validation.go
pkg/config/v1/validation/visitor.go
pkg/config/v1/visitor.go
pkg/errors/errors.go
pkg/metrics/aggregate/server.go
pkg/metrics/mem/server.go
pkg/metrics/mem/types.go
pkg/metrics/metrics.go
pkg/metrics/prometheus/server.go
pkg/msg/ctl.go
pkg/msg/msg.go
pkg/nathole/analysis.go
pkg/nathole/classify.go
pkg/nathole/controller.go
pkg/nathole/discovery.go
pkg/nathole/nathole.go
pkg/nathole/utils.go
pkg/plugin/client/http2https.go
pkg/plugin/client/http_proxy.go
pkg/plugin/client/https2http.go
pkg/plugin/client/https2https.go
pkg/plugin/client/plugin.go
pkg/plugin/client/socks5.go
pkg/plugin/client/static_file.go
pkg/plugin/client/unix_domain_socket.go
pkg/plugin/server/http.go
pkg/plugin/server/manager.go
pkg/plugin/server/plugin.go
pkg/plugin/server/tracer.go
pkg/plugin/server/types.go
pkg/proto/udp/udp.go
pkg/proto/udp/udp_test.go
pkg/sdk/client/client.go
pkg/transport/message.go
pkg/transport/tls.go
pkg/util/limit/reader.go
pkg/util/limit/writer.go
pkg/util/log/log.go
pkg/util/metric/counter.go
pkg/util/metric/counter_test.go
pkg/util/metric/date_counter.go
pkg/util/metric/date_counter_test.go
pkg/util/metric/metrics.go
pkg/util/net/conn.go
pkg/util/net/dial.go
pkg/util/net/http.go
pkg/util/net/kcp.go
pkg/util/net/listener.go
pkg/util/net/tls.go
pkg/util/net/udp.go
pkg/util/net/websocket.go
pkg/util/tcpmux/httpconnect.go
pkg/util/util/http.go
pkg/util/util/types.go
pkg/util/util/util.go
pkg/util/util/util_test.go
pkg/util/version/version.go
pkg/util/version/version_test.go
pkg/util/vhost/http.go
pkg/util/vhost/https.go
pkg/util/vhost/https_test.go
pkg/util/vhost/resource.go
pkg/util/vhost/router.go
pkg/util/vhost/vhost.go
pkg/util/xlog/ctx.go
pkg/util/xlog/xlog.go
server/control.go
server/controller/resource.go
server/dashboard.go
server/dashboard_api.go
server/group/group.go
server/group/http.go
server/group/tcp.go
server/group/tcpmux.go
server/metrics/metrics.go
server/ports/ports.go
server/proxy/http.go
server/proxy/https.go
server/proxy/proxy.go
server/proxy/stcp.go
server/proxy/sudp.go
server/proxy/tcp.go
server/proxy/tcpmux.go
server/proxy/udp.go
server/proxy/xtcp.go
server/service.go
server/visitor/visitor.go
test/e2e/e2e.go
test/e2e/e2e_test.go
test/e2e/examples.go
test/e2e/framework/cleanup.go
test/e2e/framework/client.go
test/e2e/framework/consts/consts.go
test/e2e/framework/expect.go
test/e2e/framework/framework.go
test/e2e/framework/log.go
test/e2e/framework/mockservers.go
test/e2e/framework/process.go
test/e2e/framework/request.go
test/e2e/framework/test_context.go
test/e2e/framework/util.go
test/e2e/legacy/basic/basic.go
test/e2e/legacy/basic/client.go
test/e2e/legacy/basic/client_server.go
test/e2e/legacy/basic/cmd.go
test/e2e/legacy/basic/config.go
test/e2e/legacy/basic/http.go
test/e2e/legacy/basic/server.go
test/e2e/legacy/basic/tcpmux.go
test/e2e/legacy/basic/xtcp.go
test/e2e/legacy/features/bandwidth_limit.go
test/e2e/legacy/features/chaos.go
test/e2e/legacy/features/group.go
test/e2e/legacy/features/heartbeat.go
test/e2e/legacy/features/monitor.go
test/e2e/legacy/features/real_ip.go
test/e2e/legacy/plugin/client.go
test/e2e/legacy/plugin/server.go
test/e2e/mock/server/httpserver/server.go
test/e2e/mock/server/interface.go
test/e2e/mock/server/streamserver/server.go
test/e2e/pkg/cert/generator.go
test/e2e/pkg/cert/selfsigned.go
test/e2e/pkg/plugin/plugin.go
test/e2e/pkg/port/port.go
test/e2e/pkg/port/util.go
test/e2e/pkg/process/process.go
test/e2e/pkg/request/request.go
test/e2e/pkg/rpc/rpc.go
test/e2e/suites.go
test/e2e/v1/basic/basic.go
test/e2e/v1/basic/client.go
test/e2e/v1/basic/client_server.go
test/e2e/v1/basic/cmd.go
test/e2e/v1/basic/config.go
test/e2e/v1/basic/http.go
test/e2e/v1/basic/server.go
test/e2e/v1/basic/tcpmux.go
test/e2e/v1/basic/xtcp.go
test/e2e/v1/features/bandwidth_limit.go
test/e2e/v1/features/chaos.go
test/e2e/v1/features/group.go
test/e2e/v1/features/heartbeat.go
test/e2e/v1/features/monitor.go
test/e2e/v1/features/real_ip.go
test/e2e/v1/plugin/client.go
test/e2e/v1/plugin/server.go
Symlinking directories from /home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src into /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/src
.../github.com/IrineSistiana
.../github.com/xtls
.../github.com/shadowsocks
.../github.com/sagernet
.../github.com/urlesistiana
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.configured_1cd727ac7b9ebbe4ee453b5ddb8504b3
rm -f /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.built
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.built_check
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" GOOS="linux" GOARCH="amd64" GO386="" GOAMD64="v1" GOARM="" GOMIPS="" GOMIPS64="" GOPPC64="" CGO_ENABLED=1 CC="x86_64-openwrt-linux-musl-gcc" CXX="x86_64-openwrt-linux-musl-g++" CGO_CFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3=frp-0.52.3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" CGO_CPPFLAGS="-I/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/include -I/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include/fortify -I/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include" CGO_CXXFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3=frp-0.52.3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" CGO_LDFLAGS="-L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib -znow -zrelro" GOPATH="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GOCACHE="/home/tim/openwrt/tmp/go-build" GOMODCACHE="/home/tim/openwrt/dl/go-mod-cache" GOENV=off GOTOOLCHAIN=local /usr/bin/env bash ../../lang/golang//golang-build.sh build -v -buildvcs=false -trimpath -ldflags "all=-buildid '1698677147' -linkmode external -extldflags '-L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib -Wl,-z,now -Wl,-z,relro'" -ldflags "-s -w -buildid '1698677147' -linkmode external -extldflags '-L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/home/tim/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib -Wl,-z,now -Wl,-z,relro'"
Finding targets
Building targets
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" /usr/bin/env bash ../../lang/golang//golang-build.sh cache_cleanup
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.built
rm -rf /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc.installed /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc
mkdir -p /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh install_bin "/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install"
install -d -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc/usr/bin
install -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install/usr/bin/frpc /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc/usr/bin/
/home/tim/openwrt/staging_dir/host/bin/upx --lzma --best /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc/usr/bin/frpc || true
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2018
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
13554784 -> 4072492 30.04% linux/amd64 frpc
Packed 1 file.
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc.installed
mkdir -p /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp
SHELL= flock /home/tim/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frpc/. /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/'
touch /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.frpc_installed
mkdir -p /home/tim/openwrt/bin/targets/x86/64/packages /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/CONTROL /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh install_bin "/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install"
install -d -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/usr/bin
install -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install/usr/bin/frpc /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/usr/bin/
/home/tim/openwrt/staging_dir/host/bin/upx --lzma --best /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/usr/bin/frpc || true
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2018
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
13554784 -> 4072492 30.04% linux/amd64 frpc
Packed 1 file.$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; )
find /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf
readelf: Warning: Section 1 has an out of range sh_link value of 4071710
readelf: Warning: Section 2 has an out of range sh_link value of 4096
readelf: Warning: Section 3 has an out of range sh_link value of 740413868
readelf: Warning: Section 4 has an out of range sh_link value of 3974837259
readelf: Warning: Section 5 has an out of range sh_link value of 2922631594
readelf: Warning: Section 5 has an out of range sh_info value of 2560809975
readelf: Warning: Section 6 has an out of range sh_link value of 1956540862
readelf: Warning: Section 6 has an out of range sh_info value of 3974383428
readelf: Warning: Section 7 has an out of range sh_link value of 3226595310
readelf: Warning: Section 7 has an out of range sh_info value of 1369236831
readelf: Warning: Section 8 has an out of range sh_link value of 2194989821
readelf: Warning: Section 8 has an out of range sh_info value of 3513141068
readelf: Warning: Section 9 has an out of range sh_link value of 4238288835
readelf: Warning: Section 10 has an out of range sh_link value of 2470244004
readelf: Warning: Section 10 has an out of range sh_info value of 1071973550
readelf: Warning: Section 11 has an out of range sh_link value of 4257121635
readelf: Warning: Section 12 has an out of range sh_link value of 3716947393
readelf: Warning: Section 13 has an out of range sh_link value of 3634945444
readelf: Warning: Section 13 has an out of range sh_info value of 4283367075
readelf: Warning: Section 14 has an out of range sh_link value of 1496759595
readelf: Warning: Section 14 has an out of range sh_info value of 3517710575
readelf: Warning: Section 15 has an out of range sh_link value of 2639548214
readelf: Warning: Section 15 has an out of range sh_info value of 796493764
readelf: Warning: Section 16 has an out of range sh_link value of 3701332329
readelf: Warning: Section 17 has an out of range sh_link value of 3985591572
readelf: Warning: Section 18 has an out of range sh_link value of 3218055767
readelf: Warning: Section 19 has an out of range sh_link value of 2733046814
readelf: Warning: Section 20 has an out of range sh_link value of 3285308606
readelf: Warning: Section 21 has an out of range sh_link value of 3613969506
readelf: Warning: Section 21 has an out of range sh_info value of 2988466323
readelf: Warning: Section 22 has an out of range sh_link value of 3213357222
readelf: Warning: Section 22 has an out of range sh_info value of 2506133295
readelf: Warning: Section 23 has an out of range sh_link value of 1458797437
readelf: Warning: Section 23 has an out of range sh_info value of 302066573
readelf: Warning: Section 24 has an out of range sh_link value of 1384357591
readelf: Warning: Section 24 has an out of range sh_info value of 2050506338
readelf: Warning: Section 25 has an out of range sh_link value of 3131921329
readelf: Warning: Section 26 has an out of range sh_link value of 342422459
readelf: Warning: Section 26 has an out of range sh_info value of 1442053711
readelf: Warning: Section 27 has an out of range sh_link value of 3229888557
readelf: Warning: Section 28 has an out of range sh_link value of 2635634213
readelf: Warning: Section 29 has an out of range sh_link value of 1151453210
readelf: Warning: Section 29 has an out of range sh_info value of 3635530866
readelf: Warning: Section 30 has an out of range sh_link value of 202600666
readelf: Warning: Section 31 has an out of range sh_link value of 4036759462
readelf: Warning: Section 31 has an out of range sh_info value of 4062020453
readelf: Warning: Section 32 has an out of range sh_link value of 3371529944
readelf: Warning: Section 32 has an out of range sh_info value of 1282312563
readelf: Warning: Section 33 has an out of range sh_link value of 1143596677
readelf: Warning: Section 34 has an out of range sh_link value of 2939437799
readelf: Warning: Section 34 has an out of range sh_info value of 4119066582
readelf: Warning: Section 35 has an out of range sh_link value of 483625340
readelf: Warning: Section 35 has an out of range sh_info value of 3869949942
readelf: Warning: Section 36 has an out of range sh_link value of 3673011772
readelf: Warning: Section 37 has an out of range sh_link value of 2247429339
readelf: Warning: Section 38 has an out of range sh_link value of 1164905096
readelf: Warning: Section 39 has an out of range sh_link value of 1267425314
readelf: Warning: Section 40 has an out of range sh_link value of 1548590743
readelf: Warning: Section 41 has an out of range sh_link value of 2831419009
readelf: Warning: Section 42 has an out of range sh_link value of 2263670154
readelf: Warning: Section 43 has an out of range sh_link value of 864554623
readelf: Warning: Section 43 has an out of range sh_info value of 3446111894
readelf: Warning: Section 44 has an out of range sh_link value of 1443699112
readelf: Warning: Section 44 has an out of range sh_info value of 3941016984
readelf: Warning: Section 45 has an out of range sh_link value of 3917477846
readelf: Warning: Section 45 has an out of range sh_info value of 3032713289
readelf: Warning: Section 46 has an out of range sh_link value of 4144084445
readelf: Warning: Section 47 has an out of range sh_link value of 1255585314
readelf: Warning: Section 48 has an out of range sh_link value of 2080505791
readelf: Warning: Section 48 has an out of range sh_info value of 2824012070
readelf: Warning: Section 49 has an out of range sh_link value of 2902157415
readelf: Warning: Section 50 has an out of range sh_link value of 802049201
readelf: Warning: Section 50 has an out of range sh_info value of 1636338107
readelf: Warning: Section 51 has an out of range sh_link value of 24033855
readelf: Warning: Section 52 has an out of range sh_link value of 2158700933
readelf: Warning: Section 52 has an out of range sh_info value of 2528799089
readelf: Warning: Section 53 has an out of range sh_link value of 3737173344
readelf: Warning: Section 53 has an out of range sh_info value of 3623102307
readelf: Warning: Section 54 has an out of range sh_link value of 2381534058
readelf: Warning: Section 54 has an out of range sh_info value of 2681798982
readelf: Warning: Section 55 has an out of range sh_link value of 4002326989
readelf: Warning: Section 55 has an out of range sh_info value of 2233586757
readelf: Warning: Section 56 has an out of range sh_link value of 991980075
readelf: Warning: Section 57 has an out of range sh_link value of 2787345504
readelf: Warning: Section 57 has an out of range sh_info value of 3659368514
readelf: Warning: Section 58 has an out of range sh_link value of 1601790927
readelf: Warning: Section 58 has an out of range sh_info value of 1183398074
readelf: Warning: Section 59 has an out of range sh_link value of 481534899
readelf: Warning: Section 59 has an out of range sh_info value of 3796424069
readelf: Warning: Section 60 has an out of range sh_link value of 1604205252
readelf: Warning: Section 61 has an out of range sh_link value of 3330172277
readelf: Warning: Section 62 has an out of range sh_link value of 1210399834
readelf: Warning: Section 63 has an out of range sh_link value of 1427240775
export CROSS="x86_64-openwrt-linux-musl-" NO_RENAME=1 ; NM="x86_64-openwrt-linux-musl-nm" STRIP="x86_64-openwrt-linux-musl-strip --strip-all" STRIP_KMOD="/home/tim/openwrt/scripts/strip-kmod.sh" PATCHELF="/home/tim/openwrt/staging_dir/host/bin/patchelf" /home/tim/openwrt/scripts/rstrip.sh /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc
rstrip.sh: /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/usr/bin/frpc: executable
patchelf: no section headers. The input file is probably a statically linked, self-decompressing binary
x86_64-openwrt-linux-musl-strip: error: the input file '/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/usr/bin/frpc' has no sections
(cd /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc/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
install -d -m0755 /home/tim/openwrt/bin/packages/x86_64/packages
/home/tim/openwrt/staging_dir/host/bin/fakeroot /home/tim/openwrt/staging_dir/host/bin/bash /home/tim/openwrt/scripts/ipkg-build -m "" /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc /home/tim/openwrt/bin/packages/x86_64/packages
Packaged contents of /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frpc into /home/tim/openwrt/bin/packages/x86_64/packages/frpc_0.52.3-1_x86_64.ipk
mkdir -p /home/tim/openwrt/bin/targets/x86/64/packages /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/CONTROL /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh install_bin "/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install"
install -d -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/usr/bin
install -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install/usr/bin/frps /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/usr/bin/
/home/tim/openwrt/staging_dir/host/bin/upx --lzma --best /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/usr/bin/frps || true
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2018
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
16374144 -> 4722348 28.84% linux/amd64 frps
Packed 1 file.
find /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf
readelf: Warning: Section 1 has an out of range sh_link value of 4721566
readelf: Warning: Section 2 has an out of range sh_link value of 4096
readelf: Warning: Section 3 has an out of range sh_link value of 740413868
readelf: Warning: Section 4 has an out of range sh_link value of 3610468294
readelf: Warning: Section 5 has an out of range sh_link value of 4165665552
readelf: Warning: Section 5 has an out of range sh_info value of 3067584227
readelf: Warning: Section 6 has an out of range sh_link value of 3683398180
readelf: Warning: Section 6 has an out of range sh_info value of 2959984391
readelf: Warning: Section 7 has an out of range sh_link value of 1606439407
readelf: Warning: Section 8 has an out of range sh_link value of 1283642594
readelf: Warning: Section 8 has an out of range sh_info value of 1053910599
readelf: Warning: Section 9 has an out of range sh_link value of 1056743207
readelf: Warning: Section 9 has an out of range sh_info value of 2364239879
readelf: Warning: Section 10 has an out of range sh_link value of 2928884974
readelf: Warning: Section 11 has an out of range sh_link value of 3002973829
readelf: Warning: Section 11 has an out of range sh_info value of 2146440012
readelf: Warning: Section 12 has an out of range sh_link value of 3476445626
readelf: Warning: Section 13 has an out of range sh_link value of 2643521583
readelf: Warning: Section 13 has an out of range sh_info value of 1375638690
readelf: Warning: Section 14 has an out of range sh_link value of 4203727268
readelf: Warning: Section 15 has an out of range sh_link value of 3563205151
readelf: Warning: Section 16 has an out of range sh_link value of 2161048555
readelf: Warning: Section 16 has an out of range sh_info value of 3293718650
readelf: Warning: Section 17 has an out of range sh_link value of 1029428715
readelf: Warning: Section 17 has an out of range sh_info value of 1729643005
readelf: Warning: Section 18 has an out of range sh_link value of 4031525702
readelf: Warning: Section 19 has an out of range sh_link value of 2791043492
readelf: Warning: Section 20 has an out of range sh_link value of 3999486365
readelf: Warning: Section 21 has an out of range sh_link value of 86850019
readelf: Warning: Section 22 has an out of range sh_link value of 510817812
readelf: Warning: Section 22 has an out of range sh_info value of 1375054218
readelf: Warning: Section 23 has an out of range sh_link value of 1860774518
readelf: Warning: Section 24 has an out of range sh_link value of 2933550269
readelf: Warning: Section 25 has an out of range sh_link value of 3625393412
readelf: Warning: Section 25 has an out of range sh_info value of 1217441211
readelf: Warning: Section 26 has an out of range sh_link value of 1483211169
readelf: Warning: Section 27 has an out of range sh_link value of 833410170
readelf: Warning: Section 27 has an out of range sh_info value of 347638913
readelf: Warning: Section 28 has an out of range sh_link value of 790093349
readelf: Warning: Section 28 has an out of range sh_info value of 1125942414
readelf: Warning: Section 29 has an out of range sh_link value of 3662549870
readelf: Warning: Section 29 has an out of range sh_info value of 1421371404
readelf: Warning: Section 30 has an out of range sh_link value of 2008297331
readelf: Warning: Section 31 has an out of range sh_link value of 2584141386
readelf: Warning: Section 31 has an out of range sh_info value of 100266330
readelf: Warning: Section 32 has an out of range sh_link value of 3963113682
readelf: Warning: Section 32 has an out of range sh_info value of 276185449
readelf: Warning: Section 33 has an out of range sh_link value of 2887713429
readelf: Warning: Section 33 has an out of range sh_info value of 988833732
readelf: Warning: Section 34 has an out of range sh_link value of 2592652612
readelf: Warning: Section 35 has an out of range sh_link value of 1184774536
readelf: Warning: Section 35 has an out of range sh_info value of 3293252196
readelf: Warning: Section 36 has an out of range sh_link value of 686897135
readelf: Warning: Section 36 has an out of range sh_info value of 746052372
readelf: Warning: Section 37 has an out of range sh_link value of 1535503687
readelf: Warning: Section 37 has an out of range sh_info value of 1524425325
readelf: Warning: Section 38 has an out of range sh_link value of 1177276984
readelf: Warning: Section 38 has an out of range sh_info value of 1238911087
readelf: Warning: Section 39 has an out of range sh_link value of 2537615670
readelf: Warning: Section 40 has an out of range sh_link value of 958408571
readelf: Warning: Section 40 has an out of range sh_info value of 3906913483
readelf: Warning: Section 41 has an out of range sh_link value of 1207487711
readelf: Warning: Section 42 has an out of range sh_link value of 1569644047
readelf: Warning: Section 43 has an out of range sh_link value of 561028776
readelf: Warning: Section 44 has an out of range sh_link value of 610147321
readelf: Warning: Section 44 has an out of range sh_info value of 2482199354
readelf: Warning: Section 45 has an out of range sh_link value of 2766863399
readelf: Warning: Section 46 has an out of range sh_link value of 33822929
readelf: Warning: Section 46 has an out of range sh_info value of 96976449
readelf: Warning: Section 47 has an out of range sh_link value of 607899208
readelf: Warning: Section 48 has an out of range sh_link value of 2324205665
readelf: Warning: Section 49 has an out of range sh_link value of 2563340067
readelf: Warning: Section 50 has an out of range sh_link value of 1842964658
readelf: Warning: Section 51 has an out of range sh_link value of 2370089226
readelf: Warning: Section 51 has an out of range sh_info value of 1671400723
readelf: Warning: Section 52 has an out of range sh_link value of 3839430488
readelf: Warning: Section 52 has an out of range sh_info value of 2962530282
readelf: Warning: Section 53 has an out of range sh_link value of 2906911984
readelf: Warning: Section 53 has an out of range sh_info value of 2584245884
readelf: Warning: Section 54 has an out of range sh_link value of 2624298168
readelf: Warning: Section 55 has an out of range sh_link value of 760472593
readelf: Warning: Section 55 has an out of range sh_info value of 2697874122
readelf: Warning: Section 56 has an out of range sh_link value of 1969117061
readelf: Warning: Section 57 has an out of range sh_link value of 2890084541
readelf: Warning: Section 57 has an out of range sh_info value of 273831231
readelf: Warning: Section 58 has an out of range sh_link value of 2761579306
readelf: Warning: Section 58 has an out of range sh_info value of 1472652015
readelf: Warning: Section 59 has an out of range sh_link value of 1717616584
readelf: Warning: Section 59 has an out of range sh_info value of 3167048813
readelf: Warning: Section 60 has an out of range sh_link value of 2707333249
readelf: Warning: Section 61 has an out of range sh_link value of 718991297
readelf: Warning: Section 62 has an out of range sh_link value of 1048467477
readelf: Warning: Section 63 has an out of range sh_link value of 3453972534
readelf: Warning: Section 63 has an out of range sh_info value of 2700448043
export CROSS="x86_64-openwrt-linux-musl-" NO_RENAME=1 ; NM="x86_64-openwrt-linux-musl-nm" STRIP="x86_64-openwrt-linux-musl-strip --strip-all" STRIP_KMOD="/home/tim/openwrt/scripts/strip-kmod.sh" PATCHELF="/home/tim/openwrt/staging_dir/host/bin/patchelf" /home/tim/openwrt/scripts/rstrip.sh /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps
rstrip.sh: /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/usr/bin/frps: executable
patchelf: no section headers. The input file is probably a statically linked, self-decompressing binary
x86_64-openwrt-linux-musl-strip: error: the input file '/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/usr/bin/frps' has no sections
(cd /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]], ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0"; echo "[ -s "${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". ${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst $0 $@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". ${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm $0 $@"; ) > prerm; chmod 0755 postinst prerm; )
install -d -m0755 /home/tim/openwrt/bin/packages/x86_64/packages
/home/tim/openwrt/staging_dir/host/bin/fakeroot /home/tim/openwrt/staging_dir/host/bin/bash /home/tim/openwrt/scripts/ipkg-build -m "" /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps /home/tim/openwrt/bin/packages/x86_64/packages
Packaged contents of /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-x86_64/frps into /home/tim/openwrt/bin/packages/x86_64/packages/frps_0.52.3-1_x86_64.ipk
echo "frpc" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/frp.default.install
rm -rf /home/tim/openwrt/tmp/stage-frp
mkdir -p /home/tim/openwrt/tmp/stage-frp/host /home/tim/openwrt/staging_dir/target-x86_64_musl/packages
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh install_src "/home/tim/openwrt/tmp/stage-frp"
find /home/tim/openwrt/tmp/stage-frp -name '.la' | xargs -r rm -f;
if [ -f /home/tim/openwrt/staging_dir/target-x86_64_musl/packages/frp.list ]; then /home/tim/openwrt/scripts/clean-package.sh "/home/tim/openwrt/staging_dir/target-x86_64_musl/packages/frp.list" "/home/tim/openwrt/staging_dir/target-x86_64_musl"; fi
if [ -d /home/tim/openwrt/tmp/stage-frp ]; then (cd /home/tim/openwrt/tmp/stage-frp; find ./ > /home/tim/openwrt/tmp/stage-frp.files); SHELL= flock /home/tim/openwrt/tmp/.staging-dir.flock -c ' mv /home/tim/openwrt/tmp/stage-frp.files /home/tim/openwrt/staging_dir/target-x86_64_musl/packages/frp.list && cp -fpR /home/tim/openwrt/tmp/stage-frp/* /home/tim/openwrt/staging_dir/target-x86_64_musl/; '; fi
rm -rf /home/tim/openwrt/tmp/stage-frp
touch /home/tim/openwrt/staging_dir/target-x86_64_musl/stamp/.frp_installed
rm -rf /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps.installed /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps
mkdir -p /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/tim/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/tim/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/fatedier/frp" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/fatedier/frp/cmd/..." GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3" GO_BUILD_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build" GO_BUILD_BIN_DIR="/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.go_work/build/bin" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/tim/openwrt/staging_dir/target-x86_64_musl/usr/share/gocode/src" /usr/bin/env bash ../../lang/golang//golang-build.sh install_bin "/home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install"
install -d -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps/usr/bin
install -m0755 /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/ipkg-install/usr/bin/frps /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps/usr/bin/
/home/tim/openwrt/staging_dir/host/bin/upx --lzma --best /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps/usr/bin/frps || true
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2018
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
16374144 -> 4722348 28.84% linux/amd64 frps
Packed 1 file.
touch /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps.installed
mkdir -p /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp
SHELL= flock /home/tim/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/tim/openwrt/build_dir/target-x86_64_musl/frp-0.52.3/.pkgdir/frps/. /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/'
touch /home/tim/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.frps_installed
echo "frps" >> /home/tim/openwrt/staging_dir/target-x86_64_musl/pkginfo/frp.default.install
make[2]: Leaving directory '/home/tim/openwrt/feeds/packages/net/frp'
time: package/feeds/packages/frp/compile#35.24#3.69#36.63
make[1]: Leaving directory '/home/tim/openwrt'