Copying files from /builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/frp-0.51.3 into /builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/frp-0.51.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/http.go
cmd/frpc/sub/https.go
cmd/frpc/sub/nathole.go
cmd/frpc/sub/reload.go
cmd/frpc/sub/root.go
cmd/frpc/sub/status.go
cmd/frpc/sub/stcp.go
cmd/frpc/sub/stop.go
cmd/frpc/sub/sudp.go
cmd/frpc/sub/tcp.go
cmd/frpc/sub/tcpmux.go
cmd/frpc/sub/udp.go
cmd/frpc/sub/verify.go
cmd/frpc/sub/xtcp.go
cmd/frps/main.go
cmd/frps/root.go
cmd/frps/verify.go
go.mod
go.sum
pkg/auth/auth.go
pkg/auth/oidc.go
pkg/auth/token.go
pkg/config/client.go
pkg/config/client_test.go
pkg/config/parse.go
pkg/config/proxy.go
pkg/config/proxy_test.go
pkg/config/server.go
pkg/config/server_test.go
pkg/config/types.go
pkg/config/types_test.go
pkg/config/utils.go
pkg/config/value.go
pkg/config/visitor.go
pkg/config/visitor_test.go
pkg/consts/consts.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/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/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/basic/basic.go
test/e2e/basic/client.go
test/e2e/basic/client_server.go
test/e2e/basic/cmd.go
test/e2e/basic/config.go
test/e2e/basic/http.go
test/e2e/basic/server.go
test/e2e/basic/tcpmux.go
test/e2e/basic/xtcp.go
test/e2e/e2e.go
test/e2e/e2e_test.go
test/e2e/examples.go
test/e2e/features/bandwidth_limit.go
test/e2e/features/chaos.go
test/e2e/features/group.go
test/e2e/features/heartbeat.go
test/e2e/features/monitor.go
test/e2e/features/real_ip.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/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/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/pkg/sdk/client/client.go
test/e2e/pkg/utils/utils.go
test/e2e/plugin/client.go
test/e2e/plugin/server.go
test/e2e/plugin/utils.go
test/e2e/suites.go

/builder/shared-workdir/build/sdk/staging_dir/target-powerpc64_e5500_musl/usr/share/gocode/src does not exist, skipping symlinks

Finding targets

Building targets
golang.org/x/net/html/atom
golang.org/x/exp/constraints
github.com/fatedier/frp/pkg/consts
github.com/pion/dtls/v2/internal/ciphersuite/types
github.com/pion/dtls/v2/pkg/crypto/clientcertificate
github.com/pion/dtls/v2/pkg/crypto/signature
golang.org/x/crypto/cryptobyte/asn1
github.com/pion/transport/v2/utils/xor
golang.org/x/net/internal/iana
golang.org/x/crypto/internal/alias
github.com/quic-go/quic-go/internal/utils/ringbuffer
golang.org/x/crypto/salsa20/salsa
google.golang.org/protobuf/internal/flags
google.golang.org/protobuf/internal/set
golang.org/x/text/internal/tag
k8s.io/apimachinery/pkg/util/sets
github.com/templexxx/xor
golang.org/x/crypto/cast5
github.com/quic-go/quic-go/internal/utils/linkedlist
github.com/fatedier/golib/control/shutdown
golang.org/x/crypto/sha3
github.com/fatedier/golib/msg/json
github.com/go-jose/go-jose/v3/cipher
github.com/go-jose/go-jose/v3/json
golang.org/x/crypto/pbkdf2
github.com/gabriel-vasile/mimetype/internal/json
github.com/leodido/go-urn
golang.org/x/net/html
golang.org/x/text/internal/language
github.com/samber/lo
runtime/cgo
github.com/fatedier/golib/errors
github.com/fatedier/golib/crypto
github.com/fatedier/golib/pool
github.com/pion/dtls/v2/internal/util
github.com/pion/dtls/v2/pkg/crypto/ccm
golang.org/x/crypto/curve25519
github.com/pion/dtls/v2/pkg/crypto/hash
golang.org/x/crypto/cryptobyte
github.com/pion/dtls/v2/internal/closer
github.com/pion/transport/v2/deadline
github.com/pion/dtls/v2/pkg/crypto/elliptic
github.com/pion/transport/v2/replaydetector
github.com/pion/stun/internal/hmac
golang.org/x/net/bpf
github.com/pion/transport/v2/packetio
golang.org/x/sys/unix
golang.org/x/sync/errgroup
golang.org/x/net/context
golang.org/x/crypto/md4
github.com/klauspost/cpuid/v2
golang.org/x/crypto/blowfish
golang.org/x/crypto/salsa20
golang.org/x/crypto/tea
golang.org/x/crypto/twofish
golang.org/x/crypto/xtea
github.com/quic-go/quic-go/internal/protocol
golang.org/x/crypto/chacha20
golang.org/x/crypto/internal/poly1305
golang.org/x/crypto/hkdf
github.com/fatedier/golib/io
golang.org/x/time/rate
github.com/fatedier/frp/pkg/util/version
github.com/rodaine/table
github.com/fatedier/frp/pkg/util/metric
github.com/fatedier/frp/server/metrics
golang.org/x/crypto/chacha20poly1305
github.com/klauspost/reedsolomon
google.golang.org/protobuf/internal/detrand
github.com/quic-go/quic-go/quicvarint
google.golang.org/protobuf/internal/pragma
github.com/fatedier/frp/pkg/util/limit
golang.org/x/text/internal/language/compact
google.golang.org/protobuf/internal/version
github.com/prometheus/common/model
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/fatedier/frp/pkg/errors
google.golang.org/protobuf/internal/errors
github.com/gabriel-vasile/mimetype/internal/charset
google.golang.org/protobuf/encoding/protowire
golang.org/x/text/language
google.golang.org/protobuf/reflect/protoreflect
github.com/gabriel-vasile/mimetype/internal/magic
github.com/gabriel-vasile/mimetype
google.golang.org/protobuf/internal/strs
google.golang.org/protobuf/internal/encoding/messageset
google.golang.org/protobuf/internal/order
google.golang.org/protobuf/internal/genid
google.golang.org/protobuf/runtime/protoiface
google.golang.org/protobuf/internal/descfmt
google.golang.org/protobuf/internal/descopts
google.golang.org/protobuf/reflect/protoregistry
google.golang.org/protobuf/internal/encoding/text
google.golang.org/protobuf/proto
google.golang.org/protobuf/internal/encoding/defval
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/internal/filedesc
net
google.golang.org/protobuf/internal/encoding/tag
google.golang.org/protobuf/internal/impl
google.golang.org/protobuf/internal/filetype
google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/types/descriptorpb
google.golang.org/protobuf/types/known/timestamppb
github.com/golang/protobuf/ptypes/timestamp
github.com/fatedier/frp/pkg/msg
github.com/pion/dtls/v2/pkg/protocol
github.com/go-playground/validator/v10
net/smtp
github.com/pion/dtls/v2/pkg/crypto/signaturehash
github.com/pion/transport/v2/connctx
github.com/pion/transport/v2/udp
github.com/fatedier/golib/net
github.com/armon/go-socks5
github.com/pion/transport/v2
golang.org/x/net/internal/socks
github.com/go-jose/go-jose/v3
golang.org/x/net/internal/socket
github.com/fatedier/frp/assets
golang.org/x/oauth2/internal
github.com/fatedier/frp/client/event
github.com/fatedier/frp/pkg/util/util
github.com/fatedier/frp/assets/frpc
github.com/fatedier/frp/pkg/transport
github.com/pion/dtls/v2/pkg/crypto/prf
github.com/pion/dtls/v2/pkg/protocol/alert
github.com/pion/dtls/v2/pkg/protocol/extension
github.com/fatedier/beego/logs
github.com/pion/transport/v2/stdnet
github.com/Azure/go-ntlmssp
github.com/quic-go/quic-go/internal/utils
github.com/quic-go/quic-go/internal/qtls
golang.org/x/net/websocket
golang.org/x/net/proxy
github.com/fatedier/frp/pkg/proto/udp
github.com/hashicorp/yamux
golang.org/x/oauth2
github.com/pires/go-proxyproto
github.com/quic-go/quic-go/internal/qerr
github.com/spf13/cobra
github.com/pion/dtls/v2/pkg/protocol/handshake
golang.org/x/net/ipv4
golang.org/x/net/ipv6
github.com/fatedier/frp/assets/frps
golang.org/x/oauth2/clientcredentials
github.com/quic-go/quic-go/internal/wire
github.com/quic-go/quic-go/internal/flowcontrol
google.golang.org/protobuf/reflect/protodesc
github.com/fatedier/frp/server/ports
github.com/prometheus/procfs
github.com/fatedier/golib/net/mux
github.com/pion/dtls/v2/pkg/protocol/recordlayer
github.com/fatedier/frp/pkg/util/log
github.com/pion/dtls/v2/pkg/crypto/ciphersuite
github.com/fatedier/frp/pkg/util/xlog
github.com/fatedier/frp/pkg/metrics/mem
github.com/coreos/go-oidc/v3/oidc
github.com/fatedier/frp/client/health
github.com/fatedier/frp/pkg/plugin/server
github.com/pion/dtls/v2/internal/ciphersuite
github.com/quic-go/quic-go/logging
github.com/fatedier/kcp-go
github.com/golang/protobuf/proto
github.com/fatedier/frp/pkg/auth
github.com/pion/dtls/v2
github.com/quic-go/quic-go/internal/handshake
github.com/quic-go/quic-go/internal/logutils
github.com/quic-go/quic-go/internal/congestion
github.com/fatedier/frp/pkg/config
github.com/quic-go/quic-go/internal/ackhandler
github.com/quic-go/quic-go
github.com/fatedier/golib/net/dial
github.com/prometheus/client_model/go
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/pion/stun
github.com/prometheus/common/expfmt
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/client_golang/prometheus
github.com/fatedier/frp/pkg/nathole
github.com/fatedier/frp/pkg/util/net
github.com/fatedier/frp/pkg/metrics/prometheus
github.com/prometheus/client_golang/prometheus/promhttp
github.com/fatedier/frp/pkg/metrics/aggregate
github.com/fatedier/frp/pkg/metrics
github.com/fatedier/frp/client/visitor
github.com/fatedier/frp/pkg/util/vhost
github.com/fatedier/frp/server/visitor
github.com/fatedier/frp/pkg/plugin/client
github.com/fatedier/frp/pkg/util/tcpmux
github.com/fatedier/frp/client/proxy
github.com/fatedier/frp/server/group
github.com/fatedier/frp/server/controller
github.com/fatedier/frp/server/proxy
github.com/fatedier/frp/client
github.com/fatedier/frp/server
github.com/fatedier/frp/cmd/frpc/sub
github.com/fatedier/frp/cmd/frpc
# github.com/fatedier/frp/cmd/frpc
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/go-cross/pkg/tool/linux_amd64/link: external linking not supported for linux/ppc64
github.com/fatedier/frp/cmd/frps
# github.com/fatedier/frp/cmd/frps
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/go-cross/pkg/tool/linux_amd64/link: external linking not supported for linux/ppc64

make[3]: *** [Makefile:70: /builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/frp-0.51.3/.built] Error 1
time: package/feeds/packages/frp/compile#48.09#8.82#15.48