Closed xuzhijvn closed 2 years ago
Is it possible to see this binary file: /private/var/folders/lv/kxqlgjts0w57jlctphynbgcw0000gn/T/GoLand/___go_build_github_com_imgproxy_imgproxy_v3?
Is it possible to see this binary file: /private/var/folders/lv/kxqlgjts0w57jlctphynbgcw0000gn/T/GoLand/___go_build_github_com_imgproxy_imgproxy_v3?
yes, like this:
tony@tonydeMacBook-Pro GoLand % cd /private/var/folders/lv/kxqlgjts0w57jlctphynbgcw0000gn/T/GoLand/
tony@tonydeMacBook-Pro GoLand % ls -n
total 101112
-rwxr-xr-x 1 501 20 24564450 4 22 17:04 ___1go_build_github_com_imgproxy_imgproxy_v3
-rwxr-xr-x 1 501 20 27199362 4 22 17:50 ___go_build_github_com_imgproxy_imgproxy_v3
I meant, can you send it to me?
I meant, can you send it to me? ok qktutf0o8jb3rwxn
It looks like that executable is stripped. Do you have anything in the GOFLAGS environment variable? If not what's the output of building with go build --gcflags='all=-N -l' -x
?
It looks like that executable is stripped. Do you have anything in the GOFLAGS environment variable? If not what's the output of building with
go build --gcflags='all=-N -l' -x
?
my environment variable like this:
when I delete the CGO_LDFLAGS_ALLOW=.*
, I will got error like this:
GOROOT=/Users/tony/sdk/go1.18.1 #gosetup
GOPATH=/Users/tony/go #gosetup
/Users/tony/sdk/go1.18.1/bin/go build -o /private/var/folders/lv/kxqlgjts0w57jlctphynbgcw0000gn/T/GoLand/___3go_build_github_com_imgproxy_imgproxy_v3 -gcflags all=-N -l . #gosetup
go build github.com/imgproxy/imgproxy/v3/vips: invalid flag in #cgo LDFLAGS: -s
go build --gcflags='all=-N -l' -x
?
output:
tony@tonydeMacBook-Pro imgproxy % go build --gcflags='all=-N -l' -x
WORK=/var/folders/lv/kxqlgjts0w57jlctphynbgcw0000gn/T/go-build3169355495
mkdir -p $WORK/b043/
cd /Users/tony/sdk/go1.17.9/src/runtime/cgo
TERM='dumb' CGO_LDFLAGS='"-g" "-O2" "-framework" "CoreFoundation"' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -objdir $WORK/b043/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror ./cgo.go
cd $WORK
clang -fno-caret-diagnostics -c -x c - -o /dev/null || true
clang -Qunused-arguments -c -x c - -o /dev/null || true
clang -fdebug-prefix-map=a=b -c -x c - -o /dev/null || true
clang -gno-record-gcc-switches -c -x c - -o /dev/null || true
cd $WORK/b043
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/runtime/cgo -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -Wno-nullability-completeness -Wall -Werror -o ./_x001.o -c _cgo_export.c
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/runtime/cgo -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -Wno-nullability-completeness -Wall -Werror -o ./_x002.o -c cgo.cgo2.c
cd /Users/tony/sdk/go1.17.9/src/runtime/cgo
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x003.o -c gcc_context.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x004.o -c gcc_darwin_arm64.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x005.o -c gcc_libinit.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x006.o -c gcc_setenv.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x007.o -c gcc_traceback.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x008.o -c gcc_util.c
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b043/ -g -O2 -Wno-nullability-completeness -Wall -Werror -o $WORK/b043/_x009.o -c gcc_arm64.S
cd $WORK/b043
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/runtime/cgo -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -Wno-nullability-completeness -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/runtime/cgo -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b043=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b043/_cgo_.o $WORK/b043/_cgo_main.o $WORK/b043/_x001.o $WORK/b043/_x002.o $WORK/b043/_x003.o $WORK/b043/_x004.o $WORK/b043/_x005.o $WORK/b043/_x006.o $WORK/b043/_x007.o $WORK/b043/_x008.o $WORK/b043/_x009.o -g -O2 -framework CoreFoundation
TERM='dumb' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -dynpackage cgo -dynimport $WORK/b043/_cgo_.o -dynout $WORK/b043/_cgo_import.go -dynlinker
cat >$WORK/b043/go_asm.h << 'EOF' # internal
EOF
cd /Users/tony/sdk/go1.17.9/src/runtime/cgo
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/asm -p runtime/cgo -trimpath "$WORK/b043=>" -I $WORK/b043/ -I /Users/tony/sdk/go1.17.9/pkg/include -D GOOS_darwin -D GOARCH_arm64 -shared -gensymabis -o $WORK/b043/symabis ./asm_arm64.s
cat >$WORK/b043/importcfg << 'EOF' # internal
# import config
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
EOF
cd /Users/tony/Workspace/goland/imgproxy
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -shared -N -l -p runtime/cgo -std -buildid zRIl4ThPNWFDBj5xhlzA/zRIl4ThPNWFDBj5xhlzA -goversion go1.17.9 -symabis $WORK/b043/symabis -importcfg $WORK/b043/importcfg -pack -asmhdr $WORK/b043/go_asm.h /Users/tony/sdk/go1.17.9/src/runtime/cgo/callbacks.go /Users/tony/sdk/go1.17.9/src/runtime/cgo/callbacks_traceback.go /Users/tony/sdk/go1.17.9/src/runtime/cgo/handle.go /Users/tony/sdk/go1.17.9/src/runtime/cgo/iscgo.go /Users/tony/sdk/go1.17.9/src/runtime/cgo/setenv.go $WORK/b043/_cgo_gotypes.go $WORK/b043/cgo.cgo1.go $WORK/b043/_cgo_import.go
cd /Users/tony/sdk/go1.17.9/src/runtime/cgo
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/asm -p runtime/cgo -trimpath "$WORK/b043=>" -I $WORK/b043/ -I /Users/tony/sdk/go1.17.9/pkg/include -D GOOS_darwin -D GOARCH_arm64 -shared -o $WORK/b043/asm_arm64.o ./asm_arm64.s
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b043/_pkg_.a $WORK/b043/asm_arm64.o $WORK/b043/_x001.o $WORK/b043/_x002.o $WORK/b043/_x003.o $WORK/b043/_x004.o $WORK/b043/_x005.o $WORK/b043/_x006.o $WORK/b043/_x007.o $WORK/b043/_x008.o $WORK/b043/_x009.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b043/_pkg_.a # internal
cp $WORK/b043/_pkg_.a /Users/tony/Library/Caches/go-build/46/46aba8e68d384d4aeb1027bc6fa3963fab1a0c903f4e6759e22c2e79a1f0e5ec-d # internal
mkdir -p $WORK/b357/
cd /Users/tony/sdk/go1.17.9/src/os/user
TERM='dumb' CGO_LDFLAGS='"-g" "-O2"' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -objdir $WORK/b357/ -importpath os/user -- -I $WORK/b357/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_darwin.go ./listgroups_unix.go
mkdir -p $WORK/b067/
cd /Users/tony/sdk/go1.17.9/src/net
TERM='dumb' CGO_LDFLAGS='"-g" "-O2"' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -objdir $WORK/b067/ -importpath net -- -I $WORK/b067/ -g -O2 ./cgo_bsd.go ./cgo_resnew.go ./cgo_sockold.go ./cgo_unix.go
mkdir -p $WORK/b170/
cd /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem
TERM='dumb' CGO_LDFLAGS='"-g" "-O2"' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -objdir $WORK/b170/ -importpath github.com/shirou/gopsutil/mem -- -I $WORK/b170/ -g -O2 ./mem_darwin_cgo.go
mkdir -p $WORK/b042/
cd /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b
TERM='dumb' CGO_LDFLAGS='"-g" "-O2"' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -objdir $WORK/b042/ -importpath github.com/benesch/cgosymbolizer -- -I $WORK/b042/ -g -O2 ./cgosymbolizer_darwin.go
cd $WORK/b042
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b042=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b042=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x002.o -c cgosymbolizer_darwin.cgo2.c
cd /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b
TERM='dumb' clang -I . -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b042=/tmp/go-build -gno-record-gcc-switches -fno-common -I $WORK/b042/ -g -O2 -o $WORK/b042/_x003.o -c cgosymbolizer_darwin.c
cd $WORK/b042
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b042=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c
cd $WORK/b170
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b170=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b042=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b042/_cgo_.o $WORK/b042/_cgo_main.o $WORK/b042/_x001.o $WORK/b042/_x002.o $WORK/b042/_x003.o -g -O2
cd $WORK/b170
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b170=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x002.o -c mem_darwin_cgo.cgo2.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -dynpackage cgosymbolizer -dynimport $WORK/b042/_cgo_.o -dynout $WORK/b042/_cgo_import.go
cat >$WORK/b042/importcfg << 'EOF' # internal
# import config
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile runtime/cgo=$WORK/b043/_pkg_.a
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -shared -N -l -p github.com/benesch/cgosymbolizer -lang=go1.16 -buildid Zowny7WPCEr8LU_SOZQ-/Zowny7WPCEr8LU_SOZQ- -goversion go1.17.9 -importcfg $WORK/b042/importcfg -pack /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b/doc.go $WORK/b042/_cgo_gotypes.go $WORK/b042/cgosymbolizer_darwin.cgo1.go $WORK/b042/_cgo_import.go
cp /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b/cgosymbolizer_darwin.h $WORK/b042/cgosymbolizer_GOOS.h
cd /Users/tony/go/pkg/mod/github.com/benesch/cgosymbolizer@v0.0.0-20190515212042-bec6fe6e597b
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b042/_pkg_.a $WORK/b042/_x001.o $WORK/b042/_x002.o $WORK/b042/_x003.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b042/_pkg_.a # internal
cp $WORK/b042/_pkg_.a /Users/tony/Library/Caches/go-build/3b/3b93a9d2be52a3ffce9453f6a18a89d3632763f78345af37dacdc2464f2c1471-d # internal
cd $WORK/b170
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b170=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' clang -I /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b170=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b170/_cgo_.o $WORK/b170/_cgo_main.o $WORK/b170/_x001.o $WORK/b170/_x002.o -g -O2
TERM='dumb' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -dynpackage mem -dynimport $WORK/b170/_cgo_.o -dynout $WORK/b170/_cgo_import.go
cat >$WORK/b170/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/shirou/gopsutil/internal/common=/Users/tony/Library/Caches/go-build/a6/a611ce33a90bd85131c6508c24afd6ff9adaab10896e7101ca8f4bd4b2e519b6-d
packagefile golang.org/x/sys/unix=/Users/tony/Library/Caches/go-build/58/58b1ce8fd6fb98e9442befdc4a05a62cf24466def046bdb01f68df0b6a6bb03d-d
packagefile runtime/cgo=$WORK/b043/_pkg_.a
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -shared -N -l -p github.com/shirou/gopsutil/mem -lang=go1.16 -buildid PaaCdGZWrXaK0BribWgP/PaaCdGZWrXaK0BribWgP -goversion go1.17.9 -importcfg $WORK/b170/importcfg -pack /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem/mem.go /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem/mem_darwin.go $WORK/b170/_cgo_gotypes.go $WORK/b170/mem_darwin_cgo.cgo1.go $WORK/b170/_cgo_import.go
cd /Users/tony/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/mem
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b170/_pkg_.a $WORK/b170/_x001.o $WORK/b170/_x002.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b170/_pkg_.a # internal
cp $WORK/b170/_pkg_.a /Users/tony/Library/Caches/go-build/d7/d75265ff6c152bf4ea87c51df02e31b6569ace4fc9f94784fd4e4f115461618e-d # internal
cd $WORK/b357
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c
cd $WORK/b067
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c
cd $WORK/b357
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c
cd $WORK/b067
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x002.o -c cgo_bsd.cgo2.c
cd $WORK/b357
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x003.o -c getgrouplist_darwin.cgo2.c
cd $WORK/b067
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x004.o -c cgo_sockold.cgo2.c
cd $WORK/b357
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c
cd $WORK/b067
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/os/user -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b357=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b357/_cgo_.o $WORK/b357/_cgo_main.o $WORK/b357/_x001.o $WORK/b357/_x002.o $WORK/b357/_x003.o $WORK/b357/_x004.o -g -O2
cd $WORK/b067
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c
cd /Users/tony/Workspace/goland/imgproxy
TERM='dumb' clang -I /Users/tony/sdk/go1.17.9/src/net -fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b067=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b067/_cgo_.o $WORK/b067/_cgo_main.o $WORK/b067/_x001.o $WORK/b067/_x002.o $WORK/b067/_x003.o $WORK/b067/_x004.o $WORK/b067/_x005.o -g -O2
TERM='dumb' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -dynpackage user -dynimport $WORK/b357/_cgo_.o -dynout $WORK/b357/_cgo_import.go
cat >$WORK/b357/importcfg << 'EOF' # internal
# import config
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
packagefile runtime/cgo=$WORK/b043/_pkg_.a
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "$WORK/b357=>" -shared -N -l -p os/user -std -buildid upiLUUnUfHqHFlS7C2eg/upiLUUnUfHqHFlS7C2eg -goversion go1.17.9 -importcfg $WORK/b357/importcfg -pack /Users/tony/sdk/go1.17.9/src/os/user/lookup.go /Users/tony/sdk/go1.17.9/src/os/user/user.go $WORK/b357/_cgo_gotypes.go $WORK/b357/cgo_lookup_unix.cgo1.go $WORK/b357/getgrouplist_darwin.cgo1.go $WORK/b357/listgroups_unix.cgo1.go $WORK/b357/_cgo_import.go
TERM='dumb' /Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/cgo -dynpackage net -dynimport $WORK/b067/_cgo_.o -dynout $WORK/b067/_cgo_import.go
cd /Users/tony/sdk/go1.17.9/src/os/user
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b357/_pkg_.a $WORK/b357/_x001.o $WORK/b357/_x002.o $WORK/b357/_x003.o $WORK/b357/_x004.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b357/_pkg_.a # internal
cp $WORK/b357/_pkg_.a /Users/tony/Library/Caches/go-build/3b/3b8ed467586fdb845ffb3f360fccac6c808417fc60631d0d86d578bf3427cdb7-d # internal
mkdir -p $WORK/b478/
cat >$WORK/b478/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile flag=/Users/tony/Library/Caches/go-build/70/7074e0e96c133b35353aab9fa4b21e8a54fbefe4bc764c255cbfb67265a14375-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile os/user=$WORK/b357/_pkg_.a
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b067/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
importmap golang.org/x/net/route=vendor/golang.org/x/net/route
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile vendor/golang.org/x/net/dns/dnsmessage=/Users/tony/Library/Caches/go-build/01/01acf8fd3ae0a96252ff2f9340666954c5d20b4b338513a2ba200e75b4d1e776-d
packagefile vendor/golang.org/x/net/route=/Users/tony/Library/Caches/go-build/73/73feb28a138e0576e0ed96b3a20054296e5253e180351908e9fd4eb8db0c44ad-d
packagefile internal/bytealg=/Users/tony/Library/Caches/go-build/e5/e5ce7468cb52d29d80934216d351ad0530dbe156938db825eac9236a1dde94de-d
packagefile internal/itoa=/Users/tony/Library/Caches/go-build/53/5393b2969d5ceb0e4e4f6fae2b02c8fb5b5eadb4a2547668933a45ccdb4edac7-d
packagefile internal/nettrace=/Users/tony/Library/Caches/go-build/07/07e20de8af8ca32453eafbd7a9217ecfe14053a1c0fd89d9e0bf1cbb566d940c-d
packagefile internal/poll=/Users/tony/Library/Caches/go-build/63/637d2e00eaf974a1f7f9f6fc9e5a11b2859dd1ef12558c914d04f81e1a9ad52f-d
packagefile internal/singleflight=/Users/tony/Library/Caches/go-build/2a/2a5376b5f8a473fcefd1d35cb761f36e794ad5acd548af3cffc62b8697aea5a5-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile runtime/cgo=$WORK/b043/_pkg_.a
EOF
cd /Users/tony/Workspace/goland/imgproxy
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "$WORK/b478=>" -shared -N -l -p github.com/golang/glog -lang=go1.16 -complete -buildid BD619SXClavirlZNxEg9/BD619SXClavirlZNxEg9 -goversion go1.17.9 -importcfg $WORK/b478/importcfg -pack /Users/tony/go/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog.go /Users/tony/go/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog_file.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -shared -N -l -p net -std -buildid 5xKQdCpL631nLuj-2yB-/5xKQdCpL631nLuj-2yB- -goversion go1.17.9 -importcfg $WORK/b067/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/addrselect.go /Users/tony/sdk/go1.17.9/src/net/conf.go /Users/tony/sdk/go1.17.9/src/net/dial.go /Users/tony/sdk/go1.17.9/src/net/dnsclient.go /Users/tony/sdk/go1.17.9/src/net/dnsclient_unix.go /Users/tony/sdk/go1.17.9/src/net/dnsconfig_unix.go /Users/tony/sdk/go1.17.9/src/net/error_posix.go /Users/tony/sdk/go1.17.9/src/net/error_unix.go /Users/tony/sdk/go1.17.9/src/net/fd_posix.go /Users/tony/sdk/go1.17.9/src/net/fd_unix.go /Users/tony/sdk/go1.17.9/src/net/file.go /Users/tony/sdk/go1.17.9/src/net/file_unix.go /Users/tony/sdk/go1.17.9/src/net/hook.go /Users/tony/sdk/go1.17.9/src/net/hook_unix.go /Users/tony/sdk/go1.17.9/src/net/hosts.go /Users/tony/sdk/go1.17.9/src/net/interface.go /Users/tony/sdk/go1.17.9/src/net/interface_bsd.go /Users/tony/sdk/go1.17.9/src/net/interface_darwin.go /Users/tony/sdk/go1.17.9/src/net/ip.go /Users/tony/sdk/go1.17.9/src/net/iprawsock.go /Users/tony/sdk/go1.17.9/src/net/iprawsock_posix.go /Users/tony/sdk/go1.17.9/src/net/ipsock.go /Users/tony/sdk/go1.17.9/src/net/ipsock_posix.go /Users/tony/sdk/go1.17.9/src/net/lookup.go /Users/tony/sdk/go1.17.9/src/net/lookup_unix.go /Users/tony/sdk/go1.17.9/src/net/mac.go /Users/tony/sdk/go1.17.9/src/net/net.go /Users/tony/sdk/go1.17.9/src/net/nss.go /Users/tony/sdk/go1.17.9/src/net/parse.go /Users/tony/sdk/go1.17.9/src/net/pipe.go /Users/tony/sdk/go1.17.9/src/net/port.go /Users/tony/sdk/go1.17.9/src/net/port_unix.go /Users/tony/sdk/go1.17.9/src/net/rawconn.go /Users/tony/sdk/go1.17.9/src/net/sendfile_stub.go /Users/tony/sdk/go1.17.9/src/net/sock_bsd.go /Users/tony/sdk/go1.17.9/src/net/sock_posix.go /Users/tony/sdk/go1.17.9/src/net/sockaddr_posix.go /Users/tony/sdk/go1.17.9/src/net/sockopt_bsd.go /Users/tony/sdk/go1.17.9/src/net/sockopt_posix.go /Users/tony/sdk/go1.17.9/src/net/sockoptip_bsdvar.go /Users/tony/sdk/go1.17.9/src/net/sockoptip_posix.go /Users/tony/sdk/go1.17.9/src/net/splice_stub.go /Users/tony/sdk/go1.17.9/src/net/sys_cloexec.go /Users/tony/sdk/go1.17.9/src/net/tcpsock.go /Users/tony/sdk/go1.17.9/src/net/tcpsock_posix.go /Users/tony/sdk/go1.17.9/src/net/tcpsockopt_darwin.go /Users/tony/sdk/go1.17.9/src/net/tcpsockopt_posix.go /Users/tony/sdk/go1.17.9/src/net/udpsock.go /Users/tony/sdk/go1.17.9/src/net/udpsock_posix.go /Users/tony/sdk/go1.17.9/src/net/unixsock.go /Users/tony/sdk/go1.17.9/src/net/unixsock_posix.go /Users/tony/sdk/go1.17.9/src/net/unixsock_readmsg_cloexec.go /Users/tony/sdk/go1.17.9/src/net/writev_unix.go $WORK/b067/_cgo_gotypes.go $WORK/b067/cgo_bsd.cgo1.go $WORK/b067/cgo_resnew.cgo1.go $WORK/b067/cgo_sockold.cgo1.go $WORK/b067/cgo_unix.cgo1.go $WORK/b067/_cgo_import.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b478/_pkg_.a # internal
cp $WORK/b478/_pkg_.a /Users/tony/Library/Caches/go-build/b0/b0dae0a9aa14c363b3ad982cee9ccf6ef7f6000475d12e476c8ff7207cfc97ee-d # internal
mkdir -p $WORK/b475/
cat >$WORK/b475/go_asm.h << 'EOF' # internal
EOF
cd /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/asm -p github.com/dgraph-io/ristretto/z -trimpath "$WORK/b475=>" -I $WORK/b475/ -I /Users/tony/sdk/go1.17.9/pkg/include -D GOOS_darwin -D GOARCH_arm64 -shared -gensymabis -o $WORK/b475/symabis ./rtutil.s
cat >$WORK/b475/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/cespare/xxhash/v2=/Users/tony/Library/Caches/go-build/f4/f49a18db43fe6340b7b03be3068cfc5c0208f929287a71fc4ffd92bb3907e0af-d
packagefile github.com/dgraph-io/ristretto/z/simd=/Users/tony/Library/Caches/go-build/d0/d04a8fb9a9e1e72f1a4d72a1d3ad5e0292b39b25257ca51f6d34543d00407e1c-d
packagefile github.com/dustin/go-humanize=/Users/tony/Library/Caches/go-build/a2/a268756fde79443434674feb4ab977aa9247ffbcdef85a69667423cb6f03f0ad-d
packagefile github.com/golang/glog=$WORK/b478/_pkg_.a
packagefile github.com/pkg/errors=/Users/tony/Library/Caches/go-build/4f/4fd62b70a8103a2b1a29184802dec11e9b17a10f824bb015633bbfe85d90a5d8-d
packagefile golang.org/x/sys/unix=/Users/tony/Library/Caches/go-build/58/58b1ce8fd6fb98e9442befdc4a05a62cf24466def046bdb01f68df0b6a6bb03d-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/bits=/Users/tony/Library/Caches/go-build/6c/6c7c140ce263b24d7fa1b86f3247bf2474533d578fdf29d68b4cadf34750c439-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile os/user=$WORK/b357/_pkg_.a
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cd /Users/tony/Workspace/goland/imgproxy
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "$WORK/b475=>" -shared -N -l -p github.com/dgraph-io/ristretto/z -lang=go1.12 -buildid OtuOI8dcyyaCdKnF_0L2/OtuOI8dcyyaCdKnF_0L2 -goversion go1.17.9 -symabis $WORK/b475/symabis -importcfg $WORK/b475/importcfg -pack -asmhdr $WORK/b475/go_asm.h /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/allocator.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/bbloom.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/btree.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/buffer.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/calloc.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/calloc_64bit.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/calloc_nojemalloc.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/file.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/file_default.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/flags.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/histogram.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/mmap.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/mmap_darwin.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/rtutil.go /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z/z.go
cd /Users/tony/go/pkg/mod/github.com/dgraph-io/ristretto@v0.1.0/z
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/asm -p github.com/dgraph-io/ristretto/z -trimpath "$WORK/b475=>" -I $WORK/b475/ -I /Users/tony/sdk/go1.17.9/pkg/include -D GOOS_darwin -D GOARCH_arm64 -shared -o $WORK/b475/rtutil.o ./rtutil.s
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b475/_pkg_.a $WORK/b475/rtutil.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b475/_pkg_.a # internal
cp $WORK/b475/_pkg_.a /Users/tony/Library/Caches/go-build/d7/d77c3f76db98c6d78fda2f89238c2a35019bd9579567f4116b4ae939d36b08ac-d # internal
cd /Users/tony/sdk/go1.17.9/src/net
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/pack r $WORK/b067/_pkg_.a $WORK/b067/_x001.o $WORK/b067/_x002.o $WORK/b067/_x003.o $WORK/b067/_x004.o $WORK/b067/_x005.o # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b067/_pkg_.a # internal
cp $WORK/b067/_pkg_.a /Users/tony/Library/Caches/go-build/2f/2f0a496f630588563aab49d1096cd9ec2ae40b06d2e479a66ab966a76ef0c7b7-d # internal
mkdir -p $WORK/b162/
mkdir -p $WORK/b167/
mkdir -p $WORK/b184/
mkdir -p $WORK/b255/
mkdir -p $WORK/b122/
mkdir -p $WORK/b232/
cat >$WORK/b162/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile crypto/md5=/Users/tony/Library/Caches/go-build/20/20020d89e9b1e1a466f2e985b3f9daa2abb4052e99ef7068b6b1fe845a072621-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/sha1=/Users/tony/Library/Caches/go-build/41/41bd93f9374d2b1d3beef274c0e548ea8a52d629869c32974c6eb59c16c328f3-d
packagefile database/sql/driver=/Users/tony/Library/Caches/go-build/18/18d87e46afb75376597e8891009ae038f09bbca66948aeaea9d51874a6fb1b91-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile hash=/Users/tony/Library/Caches/go-build/d4/d42d7d78dd69a03b13eea61dc5cce82c0cc087c033817d64c83b20c015c17a5c-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
mkdir -p $WORK/b121/
cat >$WORK/b167/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile crypto/md5=/Users/tony/Library/Caches/go-build/20/20020d89e9b1e1a466f2e985b3f9daa2abb4052e99ef7068b6b1fe845a072621-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/sha1=/Users/tony/Library/Caches/go-build/41/41bd93f9374d2b1d3beef274c0e548ea8a52d629869c32974c6eb59c16c328f3-d
packagefile database/sql/driver=/Users/tony/Library/Caches/go-build/18/18d87e46afb75376597e8891009ae038f09bbca66948aeaea9d51874a6fb1b91-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile hash=/Users/tony/Library/Caches/go-build/d4/d42d7d78dd69a03b13eea61dc5cce82c0cc087c033817d64c83b20c015c17a5c-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cd /Users/tony/Workspace/goland/imgproxy
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>" -shared -N -l -p github.com/gofrs/uuid -lang=go1.16 -complete -buildid lNFqzQx7wWfVUkmf3Qcg/lNFqzQx7wWfVUkmf3Qcg -goversion go1.17.9 -importcfg $WORK/b162/importcfg -pack /Users/tony/go/pkg/mod/github.com/gofrs/uuid@v4.0.0+incompatible/codec.go /Users/tony/go/pkg/mod/github.com/gofrs/uuid@v4.0.0+incompatible/generator.go /Users/tony/go/pkg/mod/github.com/gofrs/uuid@v4.0.0+incompatible/sql.go /Users/tony/go/pkg/mod/github.com/gofrs/uuid@v4.0.0+incompatible/uuid.go
cat >$WORK/b255/importcfg << 'EOF' # internal
# import config
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b184/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile github.com/imgproxy/imgproxy/v3/config=/Users/tony/Library/Caches/go-build/09/0983583a7a9c88030d1494cb0bca3dd35af9a5a0c902b2dbae5e3107a31402b4-d
packagefile golang.org/x/sys/unix=/Users/tony/Library/Caches/go-build/58/58b1ce8fd6fb98e9442befdc4a05a62cf24466def046bdb01f68df0b6a6bb03d-d
packagefile net=$WORK/b067/_pkg_.a
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
EOF
cat >$WORK/b122/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile vendor/golang.org/x/net/idna=/Users/tony/Library/Caches/go-build/a9/a9ccd1525e89884dad69910d61c0e46d46f16ec0979dbd9bb52d71c0bdfd0319-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
cat >$WORK/b232/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/prometheus/procfs/internal/fs=/Users/tony/Library/Caches/go-build/b3/b3e77e5c2a34691a14c409962b341df07304f6c6256d641f8d46428200b8abec-d
packagefile github.com/prometheus/procfs/internal/util=/Users/tony/Library/Caches/go-build/3e/3e86caeb9e4ddda1c030bd3ac6df48e8c4bcf8102f2ba1728387902a92c950b2-d
packagefile golang.org/x/sys/unix=/Users/tony/Library/Caches/go-build/58/58b1ce8fd6fb98e9442befdc4a05a62cf24466def046bdb01f68df0b6a6bb03d-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b121/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "$WORK/b167=>" -shared -N -l -p github.com/google/uuid -lang=go1.16 -complete -buildid 2BlG61cL0djjK_z56bp6/2BlG61cL0djjK_z56bp6 -goversion go1.17.9 -importcfg $WORK/b167/importcfg -pack /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/dce.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/doc.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/hash.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/marshal.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/node.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/node_net.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/null.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/sql.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/time.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/util.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/uuid.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/version1.go /Users/tony/go/pkg/mod/github.com/google/uuid@v1.3.0/version4.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -shared -N -l -p net/textproto -std -complete -buildid Eh4jtValPtsZiQywIxVS/Eh4jtValPtsZiQywIxVS -goversion go1.17.9 -importcfg $WORK/b121/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/textproto/header.go /Users/tony/sdk/go1.17.9/src/net/textproto/pipeline.go /Users/tony/sdk/go1.17.9/src/net/textproto/reader.go /Users/tony/sdk/go1.17.9/src/net/textproto/textproto.go /Users/tony/sdk/go1.17.9/src/net/textproto/writer.go
mkdir -p $WORK/b104/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "$WORK/b255=>" -shared -N -l -p log/syslog -std -complete -buildid -xW_Hw30pl0VG1lM7Ttw/-xW_Hw30pl0VG1lM7Ttw -goversion go1.17.9 -importcfg $WORK/b255/importcfg -pack /Users/tony/sdk/go1.17.9/src/log/syslog/doc.go /Users/tony/sdk/go1.17.9/src/log/syslog/syslog.go /Users/tony/sdk/go1.17.9/src/log/syslog/syslog_unix.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -shared -N -l -p github.com/imgproxy/imgproxy/v3/reuseport -lang=go1.16 -complete -buildid cEpCO7clCuwif-lN4xj0/cEpCO7clCuwif-lN4xj0 -goversion go1.17.9 -importcfg $WORK/b184/importcfg -pack ./reuseport/listen_reuseport.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -shared -N -l -p vendor/golang.org/x/net/http/httpproxy -std -complete -buildid rVuZ_6Qyn4a1eKKOlWzu/rVuZ_6Qyn4a1eKKOlWzu -goversion go1.17.9 -importcfg $WORK/b122/importcfg -pack /Users/tony/sdk/go1.17.9/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -shared -N -l -p github.com/prometheus/procfs -lang=go1.13 -complete -buildid T7jL0Qngll6Lq5awjT0n/T7jL0Qngll6Lq5awjT0n -goversion go1.17.9 -importcfg $WORK/b232/importcfg -pack /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/arp.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/buddyinfo.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/cmdline.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/crypto.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/doc.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/fs.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/fscache.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/ipvs.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/kernel_random.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/loadavg.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/mdstat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/meminfo.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/mountinfo.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/mountstats.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_conntrackstat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_dev.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_ip_socket.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_protocols.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_sockstat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_softnet.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_tcp.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_udp.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/net_unix.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/netstat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_cgroup.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_environ.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_fdinfo.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_io.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_limits.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_maps.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_ns.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_psi.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_smaps.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_stat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/proc_status.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/schedstat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/slab.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/stat.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/swaps.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/vm.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/xfrm.go /Users/tony/go/pkg/mod/github.com/prometheus/procfs@v0.7.3/zoneinfo.go
cat >$WORK/b104/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile crypto=/Users/tony/Library/Caches/go-build/24/24d2a4d114934d20fffdb2d86c3ce9ca5cc97a8101792e994bf0af0810354a57-d
packagefile crypto/aes=/Users/tony/Library/Caches/go-build/b3/b372adac6fedbeecbf6c16495e49614f3ab0f98a77463cb61ff96527197e32ad-d
packagefile crypto/cipher=/Users/tony/Library/Caches/go-build/b4/b4d087efb5ad6013db16ccdda4f11cd5e374022f84c66e34462c334208a40b15-d
packagefile crypto/des=/Users/tony/Library/Caches/go-build/4b/4b024f8ab476adb196722dd15032221823488be1a75b5f664054b73a7dc59fea-d
packagefile crypto/dsa=/Users/tony/Library/Caches/go-build/00/007397dd46ef472b109ad762f49402a792bcd72d5940eed88e029ac265a2f2bb-d
packagefile crypto/ecdsa=/Users/tony/Library/Caches/go-build/2e/2e1eae1ed0fcaad55df44b9dd3c460190a3185fb4d3616c586b5ee17eddc9bea-d
packagefile crypto/ed25519=/Users/tony/Library/Caches/go-build/0e/0eba67a025ea3b7fc5133c3bdcf9d8adf807b85130b6cb5641b94ac52ffcc683-d
packagefile crypto/elliptic=/Users/tony/Library/Caches/go-build/83/834b595f192b4991bc201e838921e790aa35d2c08c39304643b2a844d9fe6370-d
packagefile crypto/md5=/Users/tony/Library/Caches/go-build/20/20020d89e9b1e1a466f2e985b3f9daa2abb4052e99ef7068b6b1fe845a072621-d
packagefile crypto/rsa=/Users/tony/Library/Caches/go-build/7d/7dbcaae03534a6daa463c7ef143d7592fcfba87ff7b294c02f32eb114fb9f0d5-d
packagefile crypto/sha1=/Users/tony/Library/Caches/go-build/41/41bd93f9374d2b1d3beef274c0e548ea8a52d629869c32974c6eb59c16c328f3-d
packagefile crypto/sha256=/Users/tony/Library/Caches/go-build/5c/5cec9e6a72991bfd3d793f6f6019398f3dc0bc103ebd7507a0116bc6ef409943-d
packagefile crypto/sha512=/Users/tony/Library/Caches/go-build/d3/d35bd1b33d205420e1ee0c882c710bb9aeb6d47b6fe504df586fbea8aaed560f-d
packagefile crypto/x509/internal/macos=/Users/tony/Library/Caches/go-build/ce/cea455cc19b4e1fbc27cad779a9732ec2cf5d016a26eeac4c05c8f674c75d92f-d
packagefile crypto/x509/pkix=/Users/tony/Library/Caches/go-build/e4/e4b02fe14c9b8bab1a66cb8c8735f640ecfe78c0ae7d9e77c813796b77f23b4a-d
packagefile encoding/asn1=/Users/tony/Library/Caches/go-build/b3/b3aea93145bf219d5f03d5c83569b4a6d25a0172c0a996098b4012e69dbcb9fd-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/pem=/Users/tony/Library/Caches/go-build/b3/b398ab82a012fa0e8558dc6b3086680cf0a23bfcc38f1be98d59578bbac6d5fb-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile vendor/golang.org/x/crypto/cryptobyte=/Users/tony/Library/Caches/go-build/2e/2efe46d004328867d77358f79966c1232aeb86a91bcffc7daa683cdd89e99e59-d
packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/Users/tony/Library/Caches/go-build/f5/f5708ac841197e035c4c1d40de9677688eb6a0f039c28e8aac6223dc53542971-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math/big=/Users/tony/Library/Caches/go-build/34/341eb46429653b24a7624b3ac9322d15711b00becb5b17088135988aab57068c-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode=/Users/tony/Library/Caches/go-build/59/595cbf4905d6a8332708dd1f1eb00e4d712e8a1c1dbb5d538acf0a563394eb4e-d
packagefile unicode/utf16=/Users/tony/Library/Caches/go-build/da/dad078f721fd8d3f672eac4bbdd706df9338bf5ad9718e152908e5986389bfb2-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -shared -N -l -p crypto/x509 -std -complete -buildid IIpGoWe6zUFeoYxSJ9fL/IIpGoWe6zUFeoYxSJ9fL -goversion go1.17.9 -importcfg $WORK/b104/importcfg -pack /Users/tony/sdk/go1.17.9/src/crypto/x509/cert_pool.go /Users/tony/sdk/go1.17.9/src/crypto/x509/parser.go /Users/tony/sdk/go1.17.9/src/crypto/x509/pem_decrypt.go /Users/tony/sdk/go1.17.9/src/crypto/x509/pkcs1.go /Users/tony/sdk/go1.17.9/src/crypto/x509/pkcs8.go /Users/tony/sdk/go1.17.9/src/crypto/x509/root.go /Users/tony/sdk/go1.17.9/src/crypto/x509/root_darwin.go /Users/tony/sdk/go1.17.9/src/crypto/x509/sec1.go /Users/tony/sdk/go1.17.9/src/crypto/x509/verify.go /Users/tony/sdk/go1.17.9/src/crypto/x509/x509.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b255/_pkg_.a # internal
cp $WORK/b255/_pkg_.a /Users/tony/Library/Caches/go-build/a3/a3cea6b53219c7c63b953caf2daa9d1df1bd303726f33afd4cbf36dc6f20281c-d # internal
mkdir -p $WORK/b300/
cat >$WORK/b300/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/golang/protobuf/proto=/Users/tony/Library/Caches/go-build/34/34282415452e049a9f9e559efdc4f07f20e8e8ab6fe875b81694e00478142651-d
packagefile github.com/golang/protobuf/ptypes=/Users/tony/Library/Caches/go-build/35/35cf5c9b11a3ed86481e8e1c985b1290c6df3d7fda34ea9810e546f879c48ee5-d
packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/Users/tony/Library/Caches/go-build/39/3995d454b09af5e07187d8fe26cbad6ea6bafc0110ad029bc6244edddc065177-d
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal/grpcutil=/Users/tony/Library/Caches/go-build/99/99fc06bda44ba51a672ee9404b7be4fbbc5758b54c475f398ac74c32ad7b96fe-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b184/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "$WORK/b300=>" -shared -N -l -p google.golang.org/grpc/internal/binarylog -lang=go1.14 -complete -buildid JghbaNMAPa4p6-iLsJtw/JghbaNMAPa4p6-iLsJtw -goversion go1.17.9 -importcfg $WORK/b300/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/binarylog/binarylog.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/binarylog/binarylog_testutil.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/binarylog/env_config.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/binarylog/method_logger.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/binarylog/sink.go
cp $WORK/b184/_pkg_.a /Users/tony/Library/Caches/go-build/85/85e892873a19b88b6926f778da333e6e02797ba3c6ba896f7262f1661414e579-d # internal
mkdir -p $WORK/b323/
cat >$WORK/b323/importcfg << 'EOF' # internal
# import config
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile net=$WORK/b067/_pkg_.a
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "$WORK/b323=>" -shared -N -l -p google.golang.org/grpc/internal/syscall -lang=go1.14 -complete -buildid Hkg_OdUJl8n2gRSl_2Xg/Hkg_OdUJl8n2gRSl_2Xg -goversion go1.17.9 -importcfg $WORK/b323/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/syscall/syscall_nonlinux.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b162/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b122/_pkg_.a # internal
cp $WORK/b122/_pkg_.a /Users/tony/Library/Caches/go-build/e5/e5e66bb1bbf2436218367cc2111b19ecca044a696e55240e6daf969361e5f9f2-d # internal
cp $WORK/b162/_pkg_.a /Users/tony/Library/Caches/go-build/8e/8e15737ec47c5ac00caa3f8aa1946c3a3174c45a5334120bb8f5867cf7eca6ed-d # internal
mkdir -p $WORK/b326/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b121/_pkg_.a # internal
cat >$WORK/b326/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile net=$WORK/b067/_pkg_.a
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "$WORK/b326=>" -shared -N -l -p google.golang.org/grpc/stats -lang=go1.14 -complete -buildid lFchwC-mXabXLyt7IO4y/lFchwC-mXabXLyt7IO4y -goversion go1.17.9 -importcfg $WORK/b326/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/stats/handlers.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/stats/stats.go
mkdir -p $WORK/b473/
cat >$WORK/b473/importcfg << 'EOF' # internal
# import config
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "$WORK/b473=>" -shared -N -l -p github.com/DataDog/datadog-go/statsd -lang=go1.16 -complete -buildid 3avv38RjJoEwofytR-5d/3avv38RjJoEwofytR-5d -goversion go1.17.9 -importcfg $WORK/b473/importcfg -pack /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/aggregator.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/buffer.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/buffer_pool.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/buffered_metric_context.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/event.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/fnv1a.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/format.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/metrics.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/noop.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/options.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/pipe.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/sender.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/service_check.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/statsd.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/telemetry.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/udp.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/uds.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/utils.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go@v4.8.2+incompatible/statsd/worker.go
cp $WORK/b121/_pkg_.a /Users/tony/Library/Caches/go-build/6d/6dda18ac748b59e36ffaa4047b11fe187ff0aa761ff413f56405b14a082af90f-d # internal
mkdir -p $WORK/b115/
cat >$WORK/b115/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
packagefile vendor/golang.org/x/net/idna=/Users/tony/Library/Caches/go-build/a9/a9ccd1525e89884dad69910d61c0e46d46f16ec0979dbd9bb52d71c0bdfd0319-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -shared -N -l -p vendor/golang.org/x/net/http/httpguts -std -complete -buildid ubMhSRw8bPi0ilYoGExx/ubMhSRw8bPi0ilYoGExx -goversion go1.17.9 -importcfg $WORK/b115/importcfg -pack /Users/tony/sdk/go1.17.9/src/vendor/golang.org/x/net/http/httpguts/guts.go /Users/tony/sdk/go1.17.9/src/vendor/golang.org/x/net/http/httpguts/httplex.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b167/_pkg_.a # internal
cp $WORK/b167/_pkg_.a /Users/tony/Library/Caches/go-build/00/00ae30e9759d3218be08b69cf4521f1b7afaf3291968360c44331a3b61e33382-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b323/_pkg_.a # internal
cp $WORK/b323/_pkg_.a /Users/tony/Library/Caches/go-build/db/db850451794aeb8d6c57c90ce2059b09970a8addb8c5355fcccbcc493c3cc970-d # internal
mkdir -p $WORK/b483/
mkdir -p $WORK/b316/
cat >$WORK/b483/importcfg << 'EOF' # internal
# import config
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "$WORK/b483=>" -shared -N -l -p github.com/mailru/easyjson/buffer -lang=go1.12 -complete -buildid Zrs-ZNXHIheF7vEDZLto/Zrs-ZNXHIheF7vEDZLto -goversion go1.17.9 -importcfg $WORK/b483/importcfg -pack /Users/tony/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer/pool.go
cat >$WORK/b316/importcfg << 'EOF' # internal
# import config
packagefile golang.org/x/net/idna=/Users/tony/Library/Caches/go-build/31/3179f6874a797834899e8acd725f1852cb11b3f433e3438da6f4f91b36945d1e-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "$WORK/b316=>" -shared -N -l -p golang.org/x/net/http/httpguts -lang=go1.17 -complete -buildid kmzWYYQAOxrZbLL_PMn1/kmzWYYQAOxrZbLL_PMn1 -goversion go1.17.9 -importcfg $WORK/b316/importcfg -pack /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http/httpguts/guts.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http/httpguts/httplex.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b326/_pkg_.a # internal
cp $WORK/b326/_pkg_.a /Users/tony/Library/Caches/go-build/ba/ba2e5c43eef58208d261b124fb191c8f016b4707c416cd103b41af794c4df445-d # internal
mkdir -p $WORK/b484/
cat >$WORK/b484/importcfg << 'EOF' # internal
# import config
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "$WORK/b484=>" -shared -N -l -p github.com/DataDog/datadog-go/v5/statsd -lang=go1.13 -complete -buildid qU_BdG0jdyn48kVYCj7A/qU_BdG0jdyn48kVYCj7A -goversion go1.17.9 -importcfg $WORK/b484/importcfg -pack /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/aggregator.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/buffer.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/buffer_pool.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/buffered_metric_context.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/event.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/fnv1a.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/format.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/metrics.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/noop.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/options.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/pipe.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/sender.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/service_check.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/statsd.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/telemetry.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/udp.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/uds.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/utils.go /Users/tony/go/pkg/mod/github.com/!data!dog/datadog-go/v5@v5.0.2/statsd/worker.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b483/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b316/_pkg_.a # internal
cp $WORK/b483/_pkg_.a /Users/tony/Library/Caches/go-build/00/00e97bf959643b77dff8f78aa7623fee1b8da5f73077ebd3f4c27e1b380af204-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b115/_pkg_.a # internal
cp $WORK/b316/_pkg_.a /Users/tony/Library/Caches/go-build/a5/a5fa7a26ec2cde990c532a64433741d5573b457e807238a47fc401c4d5cf0896-d # internal
mkdir -p $WORK/b505/
cp $WORK/b115/_pkg_.a /Users/tony/Library/Caches/go-build/96/966dbe8087982498abe014b33623ec3d4c77a0326cddf3be44fce9658d9258f8-d # internal
mkdir -p $WORK/b517/
cat >$WORK/b505/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b517/importcfg << 'EOF' # internal
# import config
packagefile net=$WORK/b067/_pkg_.a
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "$WORK/b517=>" -shared -N -l -p golang.org/x/net/netutil -lang=go1.17 -complete -buildid aoFpgxUmepz4PI-Ea9UI/aoFpgxUmepz4PI-Ea9UI -goversion go1.17.9 -importcfg $WORK/b517/importcfg -pack /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/netutil/listen.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "$WORK/b505=>" -shared -N -l -p github.com/newrelic/go-agent/v3/internal -lang=go1.7 -complete -buildid MyRfoZF5IfMd9rdpvfrh/MyRfoZF5IfMd9rdpvfrh -goversion go1.17.9 -importcfg $WORK/b505/importcfg -pack /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/connect_reply.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/context.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/expect.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/hidden_methods.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/limits.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/message_metric_key.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/metric_rules.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/security_policies.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/segment_terms.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/trace_id_generator.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/usage.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilities.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b300/_pkg_.a # internal
cp $WORK/b300/_pkg_.a /Users/tony/Library/Caches/go-build/ac/aca665ce8ae325cbecdc91c4951e44a33c782a72a3f39b6409fa9afa214fdf26-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b517/_pkg_.a # internal
cp $WORK/b517/_pkg_.a /Users/tony/Library/Caches/go-build/21/21a078c4d5ee2a88a567c66bbd64165931915212993fcbb8e44c2ef010a8f4ce-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b505/_pkg_.a # internal
cp $WORK/b505/_pkg_.a /Users/tony/Library/Caches/go-build/20/2031c0dbee493b0c71d1cfe1ded5fb3ef80b365432cda993bc3da6e2017a86f0-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b473/_pkg_.a # internal
cp $WORK/b473/_pkg_.a /Users/tony/Library/Caches/go-build/22/22d395b937d1b1fe3339c24461260042d73cb377995ebda26fd9c1443cf6832e-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b484/_pkg_.a # internal
cp $WORK/b484/_pkg_.a /Users/tony/Library/Caches/go-build/ef/efc368060c3caad958fcf0e59e758ae719291d8019236dcf56c4da0efd632483-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b104/_pkg_.a # internal
cp $WORK/b104/_pkg_.a /Users/tony/Library/Caches/go-build/3e/3e1062cc0df76da72923be85ee6189cebfa4e8562789af7506fb74d3d02ce6cb-d # internal
mkdir -p $WORK/b084/
cat >$WORK/b084/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
importmap golang.org/x/crypto/curve25519=vendor/golang.org/x/crypto/curve25519
importmap golang.org/x/crypto/hkdf=vendor/golang.org/x/crypto/hkdf
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile container/list=/Users/tony/Library/Caches/go-build/e1/e14f6313b49d35c945b40edde9faebba153baa939ee365869d8be6c199c4b8f8-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto=/Users/tony/Library/Caches/go-build/24/24d2a4d114934d20fffdb2d86c3ce9ca5cc97a8101792e994bf0af0810354a57-d
packagefile crypto/aes=/Users/tony/Library/Caches/go-build/b3/b372adac6fedbeecbf6c16495e49614f3ab0f98a77463cb61ff96527197e32ad-d
packagefile crypto/cipher=/Users/tony/Library/Caches/go-build/b4/b4d087efb5ad6013db16ccdda4f11cd5e374022f84c66e34462c334208a40b15-d
packagefile crypto/des=/Users/tony/Library/Caches/go-build/4b/4b024f8ab476adb196722dd15032221823488be1a75b5f664054b73a7dc59fea-d
packagefile crypto/ecdsa=/Users/tony/Library/Caches/go-build/2e/2e1eae1ed0fcaad55df44b9dd3c460190a3185fb4d3616c586b5ee17eddc9bea-d
packagefile crypto/ed25519=/Users/tony/Library/Caches/go-build/0e/0eba67a025ea3b7fc5133c3bdcf9d8adf807b85130b6cb5641b94ac52ffcc683-d
packagefile crypto/elliptic=/Users/tony/Library/Caches/go-build/83/834b595f192b4991bc201e838921e790aa35d2c08c39304643b2a844d9fe6370-d
packagefile crypto/hmac=/Users/tony/Library/Caches/go-build/a4/a486c676dbd4d4afef6245279b06ae3bff1d3bc9a81fc14af077e59b49860783-d
packagefile crypto/md5=/Users/tony/Library/Caches/go-build/20/20020d89e9b1e1a466f2e985b3f9daa2abb4052e99ef7068b6b1fe845a072621-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/rc4=/Users/tony/Library/Caches/go-build/0c/0caf7fb0c576a9276d9f76d6729c6d6ffeea4aebcb3b3b0a2b765e032d4ed1ec-d
packagefile crypto/rsa=/Users/tony/Library/Caches/go-build/7d/7dbcaae03534a6daa463c7ef143d7592fcfba87ff7b294c02f32eb114fb9f0d5-d
packagefile crypto/sha1=/Users/tony/Library/Caches/go-build/41/41bd93f9374d2b1d3beef274c0e548ea8a52d629869c32974c6eb59c16c328f3-d
packagefile crypto/sha256=/Users/tony/Library/Caches/go-build/5c/5cec9e6a72991bfd3d793f6f6019398f3dc0bc103ebd7507a0116bc6ef409943-d
packagefile crypto/sha512=/Users/tony/Library/Caches/go-build/d3/d35bd1b33d205420e1ee0c882c710bb9aeb6d47b6fe504df586fbea8aaed560f-d
packagefile crypto/subtle=/Users/tony/Library/Caches/go-build/72/725433454aa9e6f5b30c9ceb78edb4381704d4fd9e0fa7f0ab0ce2e6d2f2f21f-d
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile encoding/pem=/Users/tony/Library/Caches/go-build/b3/b398ab82a012fa0e8558dc6b3086680cf0a23bfcc38f1be98d59578bbac6d5fb-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile vendor/golang.org/x/crypto/chacha20poly1305=/Users/tony/Library/Caches/go-build/cb/cb408cd5e1a2137c0ff55be2aeb26623b0c55d37127940f548158338de5beb9a-d
packagefile vendor/golang.org/x/crypto/cryptobyte=/Users/tony/Library/Caches/go-build/2e/2efe46d004328867d77358f79966c1232aeb86a91bcffc7daa683cdd89e99e59-d
packagefile vendor/golang.org/x/crypto/curve25519=/Users/tony/Library/Caches/go-build/87/878b99645343c65b915aff9b474539d07c7cd51272814dbd818a6537a7634fae-d
packagefile vendor/golang.org/x/crypto/hkdf=/Users/tony/Library/Caches/go-build/1a/1a9146cc345521572e8465407e644e03ca69b8a440b80511a62f3c0e1fb3b9ab-d
packagefile hash=/Users/tony/Library/Caches/go-build/d4/d42d7d78dd69a03b13eea61dc5cce82c0cc087c033817d64c83b20c015c17a5c-d
packagefile internal/cpu=/Users/tony/Library/Caches/go-build/8f/8f55565c665f70e03fbc47c9905234c71a9e52f6cf49c4b0cdba275fd1df0f2f-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math/big=/Users/tony/Library/Caches/go-build/34/341eb46429653b24a7624b3ac9322d15711b00becb5b17088135988aab57068c-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -shared -N -l -p crypto/tls -std -complete -buildid eIMi4wghvXwhDBgfEqDj/eIMi4wghvXwhDBgfEqDj -goversion go1.17.9 -importcfg $WORK/b084/importcfg -pack /Users/tony/sdk/go1.17.9/src/crypto/tls/alert.go /Users/tony/sdk/go1.17.9/src/crypto/tls/auth.go /Users/tony/sdk/go1.17.9/src/crypto/tls/cipher_suites.go /Users/tony/sdk/go1.17.9/src/crypto/tls/common.go /Users/tony/sdk/go1.17.9/src/crypto/tls/common_string.go /Users/tony/sdk/go1.17.9/src/crypto/tls/conn.go /Users/tony/sdk/go1.17.9/src/crypto/tls/handshake_client.go /Users/tony/sdk/go1.17.9/src/crypto/tls/handshake_client_tls13.go /Users/tony/sdk/go1.17.9/src/crypto/tls/handshake_messages.go /Users/tony/sdk/go1.17.9/src/crypto/tls/handshake_server.go /Users/tony/sdk/go1.17.9/src/crypto/tls/handshake_server_tls13.go /Users/tony/sdk/go1.17.9/src/crypto/tls/key_agreement.go /Users/tony/sdk/go1.17.9/src/crypto/tls/key_schedule.go /Users/tony/sdk/go1.17.9/src/crypto/tls/prf.go /Users/tony/sdk/go1.17.9/src/crypto/tls/ticket.go /Users/tony/sdk/go1.17.9/src/crypto/tls/tls.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b232/_pkg_.a # internal
cp $WORK/b232/_pkg_.a /Users/tony/Library/Caches/go-build/85/85cdf595a8b211df71b3a53c905f3c9a5f7fb7218023af07fa94aed7d76487d6-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b084/_pkg_.a # internal
cp $WORK/b084/_pkg_.a /Users/tony/Library/Caches/go-build/26/260139ec71925377bf950fb7c8d7afcabb80c3e34fe783a2b02c546cbfebbdfe-d # internal
mkdir -p $WORK/b128/
mkdir -p $WORK/b374/
mkdir -p $WORK/b287/
cat >$WORK/b374/importcfg << 'EOF' # internal
# import config
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile os/exec=/Users/tony/Library/Caches/go-build/67/6709db01fa4e80effc1dcb54c72447033ff8371458bb35764a4676d8f2f92005-d
packagefile os/user=$WORK/b357/_pkg_.a
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "$WORK/b374=>" -shared -N -l -p google.golang.org/api/transport/cert -lang=go1.15 -complete -buildid XOO4CqyASlaeqTXgf5tW/XOO4CqyASlaeqTXgf5tW -goversion go1.17.9 -importcfg $WORK/b374/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/transport/cert/default_cert.go
cat >$WORK/b287/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile syscall=/Users/tony/Library/Caches/go-build/35/35cd6ff9341f49186e75650354a644afc9189e46cfb57f3278a6cea611869e67-d
EOF
cat >$WORK/b128/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile internal/nettrace=/Users/tony/Library/Caches/go-build/07/07e20de8af8ca32453eafbd7a9217ecfe14053a1c0fd89d9e0bf1cbb566d940c-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -shared -N -l -p google.golang.org/grpc/internal/credentials -lang=go1.14 -complete -buildid Kys6XJ0QKvcx3sJGi2Cw/Kys6XJ0QKvcx3sJGi2Cw -goversion go1.17.9 -importcfg $WORK/b287/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/credentials/credentials.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/credentials/spiffe.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/credentials/syscallconn.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/credentials/util.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -shared -N -l -p net/http/httptrace -std -complete -buildid 4o3P1va96bTTy24iX_rO/4o3P1va96bTTy24iX_rO -goversion go1.17.9 -importcfg $WORK/b128/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/http/httptrace/trace.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b128/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b374/_pkg_.a # internal
cp $WORK/b128/_pkg_.a /Users/tony/Library/Caches/go-build/48/481bc3e47855f3f5c872fc27813c93705dce4365c915416983bd67fe0fcee279-d # internal
cp $WORK/b374/_pkg_.a /Users/tony/Library/Caches/go-build/a2/a2d0be1cc37eee1fdbf37bfe487e8456265dcda612b25935080348355c4b420a-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b287/_pkg_.a # internal
cp $WORK/b287/_pkg_.a /Users/tony/Library/Caches/go-build/4c/4c373692cf0e935ac5681caf3740a7b28a0e3883c5b2248cb488ad82fc1c0d5d-d # internal
mkdir -p $WORK/b285/
mkdir -p $WORK/b072/
cat >$WORK/b285/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/golang/protobuf/proto=/Users/tony/Library/Caches/go-build/34/34282415452e049a9f9e559efdc4f07f20e8e8ab6fe875b81694e00478142651-d
packagefile google.golang.org/grpc/attributes=/Users/tony/Library/Caches/go-build/41/41cdaabeda8266ccefba400960da366ecf6fcb4eaf071cc367e8fd2601362e5a-d
packagefile google.golang.org/grpc/internal/credentials=$WORK/b287/_pkg_.a
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "$WORK/b285=>" -shared -N -l -p google.golang.org/grpc/credentials -lang=go1.14 -complete -buildid --ZRSsvJ_uyXcbASfCUN/--ZRSsvJ_uyXcbASfCUN -goversion go1.17.9 -importcfg $WORK/b285/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/credentials.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/tls.go
cat >$WORK/b072/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile container/list=/Users/tony/Library/Caches/go-build/e1/e14f6313b49d35c945b40edde9faebba153baa939ee365869d8be6c199c4b8f8-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b115/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b122/_pkg_.a
packagefile vendor/golang.org/x/net/http2/hpack=/Users/tony/Library/Caches/go-build/88/88f3d39604715f14fa3069b27cbc4cb89f7c32c33009e5d8bc74f458fe483227-d
packagefile vendor/golang.org/x/net/idna=/Users/tony/Library/Caches/go-build/a9/a9ccd1525e89884dad69910d61c0e46d46f16ec0979dbd9bb52d71c0bdfd0319-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/fs=/Users/tony/Library/Caches/go-build/c1/c1b3d53c784d4b87ff55553c192f8682d032cc228d488e92194a3e3d8be2f41d-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile mime=/Users/tony/Library/Caches/go-build/d7/d7207707212af0552094ed68802dd88bd776802603411cf6fc986cf42058d431-d
packagefile mime/multipart=/Users/tony/Library/Caches/go-build/82/82c61ed1049545a3877c764a3d54aa3ad91dc3095e5fcc002010b845d50403d5-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http/httptrace=$WORK/b128/_pkg_.a
packagefile net/http/internal=/Users/tony/Library/Caches/go-build/a8/a8d79b3760f9ff86599519a857a4597ff8c9325ac6ce6f2d3c7760a82cee1742-d
packagefile net/http/internal/ascii=/Users/tony/Library/Caches/go-build/c8/c837711f8debcff45f78c191f66e9c2a6bc77cc7bf849744e719eaa3126fe522-d
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile path=/Users/tony/Library/Caches/go-build/94/949f143bf94f29964d6e75cd430e41c62bea1d1ee8bbcf0a1686b0e38d36b735-d
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -shared -N -l -p net/http -std -complete -buildid JOau60IAs7Foy_vSGIuH/JOau60IAs7Foy_vSGIuH -goversion go1.17.9 -importcfg $WORK/b072/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/http/client.go /Users/tony/sdk/go1.17.9/src/net/http/clone.go /Users/tony/sdk/go1.17.9/src/net/http/cookie.go /Users/tony/sdk/go1.17.9/src/net/http/doc.go /Users/tony/sdk/go1.17.9/src/net/http/filetransport.go /Users/tony/sdk/go1.17.9/src/net/http/fs.go /Users/tony/sdk/go1.17.9/src/net/http/h2_bundle.go /Users/tony/sdk/go1.17.9/src/net/http/header.go /Users/tony/sdk/go1.17.9/src/net/http/http.go /Users/tony/sdk/go1.17.9/src/net/http/jar.go /Users/tony/sdk/go1.17.9/src/net/http/method.go /Users/tony/sdk/go1.17.9/src/net/http/request.go /Users/tony/sdk/go1.17.9/src/net/http/response.go /Users/tony/sdk/go1.17.9/src/net/http/roundtrip.go /Users/tony/sdk/go1.17.9/src/net/http/server.go /Users/tony/sdk/go1.17.9/src/net/http/sniff.go /Users/tony/sdk/go1.17.9/src/net/http/socks_bundle.go /Users/tony/sdk/go1.17.9/src/net/http/status.go /Users/tony/sdk/go1.17.9/src/net/http/transfer.go /Users/tony/sdk/go1.17.9/src/net/http/transport.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b285/_pkg_.a # internal
cp $WORK/b285/_pkg_.a /Users/tony/Library/Caches/go-build/1d/1d3840c02dad547fd072b87fb5fbdc2e9aada6480baa20f1e0ae465d7f4e7222-d # internal
mkdir -p $WORK/b295/
mkdir -p $WORK/b289/
mkdir -p $WORK/b384/
mkdir -p $WORK/b325/
cat >$WORK/b295/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile net=$WORK/b067/_pkg_.a
EOF
mkdir -p $WORK/b304/
cat >$WORK/b384/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile net=$WORK/b067/_pkg_.a
EOF
cat >$WORK/b289/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile google.golang.org/grpc/attributes=/Users/tony/Library/Caches/go-build/41/41cdaabeda8266ccefba400960da366ecf6fcb4eaf071cc367e8fd2601362e5a-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/serviceconfig=/Users/tony/Library/Caches/go-build/04/0464e1176587e536e750b47643aa83f615c8bfbbb905909508d91d3a095a2726-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "$WORK/b384=>" -shared -N -l -p google.golang.org/grpc/credentials/alts/internal -lang=go1.14 -complete -buildid S6gHAniVm8U7fUfRvxRn/S6gHAniVm8U7fUfRvxRn -goversion go1.17.9 -importcfg $WORK/b384/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/common.go
cat >$WORK/b304/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc/connectivity=/Users/tony/Library/Caches/go-build/77/772b436c1df4cc1c4061bd4aab21a386c1e0068a1ccc2a18ba34ac775418dd63-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile net=$WORK/b067/_pkg_.a
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "$WORK/b295=>" -shared -N -l -p google.golang.org/grpc/credentials/insecure -lang=go1.14 -complete -buildid a21AnZJrSH_L9sAFy6oJ/a21AnZJrSH_L9sAFy6oJ -goversion go1.17.9 -importcfg $WORK/b295/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/insecure/insecure.go
cat >$WORK/b325/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile net=$WORK/b067/_pkg_.a
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "$WORK/b289=>" -shared -N -l -p google.golang.org/grpc/resolver -lang=go1.14 -complete -buildid bYpPYKx61ka1JNPUwdla/bYpPYKx61ka1JNPUwdla -goversion go1.17.9 -importcfg $WORK/b289/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/resolver/map.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/resolver/resolver.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "$WORK/b304=>" -shared -N -l -p google.golang.org/grpc/internal/channelz -lang=go1.14 -complete -buildid pZoVuTNd9Z-7wpiDc49C/pZoVuTNd9Z-7wpiDc49C -goversion go1.17.9 -importcfg $WORK/b304/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/channelz/funcs.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/channelz/logging.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/channelz/types.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/channelz/types_nonlinux.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/channelz/util_nonlinux.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "$WORK/b325=>" -shared -N -l -p google.golang.org/grpc/peer -lang=go1.14 -complete -buildid nRX88W1KXiL4mbHYvK_c/nRX88W1KXiL4mbHYvK_c -goversion go1.17.9 -importcfg $WORK/b325/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/peer/peer.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b384/_pkg_.a # internal
cp $WORK/b384/_pkg_.a /Users/tony/Library/Caches/go-build/35/355be7ea959285e76112464932467522f55f9c9c66db99ca0b5bba1c1bcfcc28-d # internal
mkdir -p $WORK/b388/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b325/_pkg_.a # internal
cat >$WORK/b388/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile crypto/aes=/Users/tony/Library/Caches/go-build/b3/b372adac6fedbeecbf6c16495e49614f3ab0f98a77463cb61ff96527197e32ad-d
packagefile crypto/cipher=/Users/tony/Library/Caches/go-build/b4/b4d087efb5ad6013db16ccdda4f11cd5e374022f84c66e34462c334208a40b15-d
packagefile crypto/hmac=/Users/tony/Library/Caches/go-build/a4/a486c676dbd4d4afef6245279b06ae3bff1d3bc9a81fc14af077e59b49860783-d
packagefile crypto/sha256=/Users/tony/Library/Caches/go-build/5c/5cec9e6a72991bfd3d793f6f6019398f3dc0bc103ebd7507a0116bc6ef409943-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc/credentials/alts/internal=$WORK/b384/_pkg_.a
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b295/_pkg_.a # internal
cp $WORK/b325/_pkg_.a /Users/tony/Library/Caches/go-build/e5/e5ff1ae607154ad9a06c5d6f5c533b8c9abca9fe89f81a2cbc47783635afa8b7-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "$WORK/b388=>" -shared -N -l -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.14 -complete -buildid bD6iJL0F2GZLhQsVMBuD/bD6iJL0F2GZLhQsVMBuD -goversion go1.17.9 -importcfg $WORK/b388/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/aeadrekey.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/aes128gcm.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/aes128gcmrekey.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/common.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/counter.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/record.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/conn/utils.go
cp $WORK/b295/_pkg_.a /Users/tony/Library/Caches/go-build/b2/b2206a55b780a38272f32c6d54df72463eb9283a382f736f48280b7784975be4-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b289/_pkg_.a # internal
cp $WORK/b289/_pkg_.a /Users/tony/Library/Caches/go-build/d0/d01faec6a3e3581ee8d767dd8639899716cb4f74a2640b931631ed8cc424bfea-d # internal
mkdir -p $WORK/b281/
mkdir -p $WORK/b308/
cat >$WORK/b281/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile google.golang.org/grpc/connectivity=/Users/tony/Library/Caches/go-build/77/772b436c1df4cc1c4061bd4aab21a386c1e0068a1ccc2a18ba34ac775418dd63-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/internal=/Users/tony/Library/Caches/go-build/39/39be520a8fb6586ef59c33841ac68c157d0bd2f0de68d50c24d3e4d7912b14a4-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/resolver=$WORK/b289/_pkg_.a
packagefile google.golang.org/grpc/serviceconfig=/Users/tony/Library/Caches/go-build/04/0464e1176587e536e750b47643aa83f615c8bfbbb905909508d91d3a095a2726-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
EOF
cat >$WORK/b308/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc/balancer/grpclb/state=/Users/tony/Library/Caches/go-build/03/03e5e33e9044391138622da85a7ffda562497f59abe4011ed7553ebfb421f6c3-d
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal/backoff=/Users/tony/Library/Caches/go-build/76/76579df694e6a0a584e46a4013facba25e7348ce5755cd1a6ed03fcd5f2835e4-d
packagefile google.golang.org/grpc/internal/envconfig=/Users/tony/Library/Caches/go-build/db/db7f8b06e3cc6e839ce44b6359b3e14fe5796989ab24a5d3efcb2de1a936b4e2-d
packagefile google.golang.org/grpc/internal/grpcrand=/Users/tony/Library/Caches/go-build/2c/2ce51fe983369d976814ce1a84c6b9249d2940847e1e332fa1690944259e6fe0-d
packagefile google.golang.org/grpc/resolver=$WORK/b289/_pkg_.a
packagefile google.golang.org/grpc/serviceconfig=/Users/tony/Library/Caches/go-build/04/0464e1176587e536e750b47643aa83f615c8bfbbb905909508d91d3a095a2726-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "$WORK/b281=>" -shared -N -l -p google.golang.org/grpc/balancer -lang=go1.14 -complete -buildid 4NaJaClA0S2Bl01tD1PE/4NaJaClA0S2Bl01tD1PE -goversion go1.17.9 -importcfg $WORK/b281/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/balancer.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "$WORK/b308=>" -shared -N -l -p google.golang.org/grpc/internal/resolver/dns -lang=go1.14 -complete -buildid pI9yahR4yS47fmlzPIVH/pI9yahR4yS47fmlzPIVH -goversion go1.17.9 -importcfg $WORK/b308/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/resolver/dns/dns_resolver.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b281/_pkg_.a # internal
cp $WORK/b281/_pkg_.a /Users/tony/Library/Caches/go-build/72/723c1ed5f8d82775f5d2c5127dad41e6597d2b5335e219e4264ceed8f789e8ec-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b388/_pkg_.a # internal
cp $WORK/b388/_pkg_.a /Users/tony/Library/Caches/go-build/cf/cfacea78be2bf6777ae73bcb12f0e895231ee967a2c95b184cb216029da9e5c2-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b308/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b304/_pkg_.a # internal
cp $WORK/b308/_pkg_.a /Users/tony/Library/Caches/go-build/a2/a2d8bc5b59a9797b2b7a38838fa891bd0bc66b1ad896a091809710a49c6d6cf7-d # internal
cp $WORK/b304/_pkg_.a /Users/tony/Library/Caches/go-build/73/7386d5875c893b894fa3029f779b4cf58264075522a41b265b23c7dd2c87415e-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b072/_pkg_.a # internal
cp $WORK/b072/_pkg_.a /Users/tony/Library/Caches/go-build/b6/b6a93a4afa6ab273877dead259a1aa31421208bc78c3ab2d7507985a2936387b-d # internal
mkdir -p $WORK/b165/
mkdir -p $WORK/b066/
mkdir -p $WORK/b175/
cat >$WORK/b165/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/pborman/uuid=/Users/tony/Library/Caches/go-build/61/61fdd86b69bf42d72b344113edf627cadd1f59b28b6240e02e63f600bf4f922a-d
packagefile github.com/shirou/gopsutil/load=/Users/tony/Library/Caches/go-build/68/6820b78c5f7bddd59ee62ed4c9d84bde155acda7eaa5f76ced005c36e4a7009e-d
packagefile github.com/shirou/gopsutil/mem=$WORK/b170/_pkg_.a
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "$WORK/b165=>" -shared -N -l -p github.com/honeybadger-io/honeybadger-go -lang=go1.12 -complete -buildid ScHyP9EzCW8SJ32o_114/ScHyP9EzCW8SJ32o_114 -goversion go1.17.9 -importcfg $WORK/b165/importcfg -pack /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/buffered_worker.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/client.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/configuration.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/context.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/context_sync.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/error.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/honeybadger.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/notice.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/null_backend.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/server.go /Users/tony/go/pkg/mod/github.com/honeybadger-io/honeybadger-go@v0.5.0/worker.go
cat >$WORK/b066/importcfg << 'EOF' # internal
# import config
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/internal/ascii=/Users/tony/Library/Caches/go-build/c8/c837711f8debcff45f78c191f66e9c2a6bc77cc7bf849744e719eaa3126fe522-d
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -shared -N -l -p net/http/cookiejar -std -complete -buildid _lF8IPFoEo5rgnrzxSuK/_lF8IPFoEo5rgnrzxSuK -goversion go1.17.9 -importcfg $WORK/b066/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/http/cookiejar/jar.go /Users/tony/sdk/go1.17.9/src/net/http/cookiejar/punycode.go
cat >$WORK/b175/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b115/_pkg_.a
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/internal=/Users/tony/Library/Caches/go-build/a8/a8d79b3760f9ff86599519a857a4597ff8c9325ac6ce6f2d3c7760a82cee1742-d
packagefile net/http/internal/ascii=/Users/tony/Library/Caches/go-build/c8/c837711f8debcff45f78c191f66e9c2a6bc77cc7bf849744e719eaa3126fe522-d
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "$WORK/b175=>" -shared -N -l -p net/http/httputil -std -complete -buildid sC7JJ3tY-h3bTW44iuoy/sC7JJ3tY-h3bTW44iuoy -goversion go1.17.9 -importcfg $WORK/b175/importcfg -pack /Users/tony/sdk/go1.17.9/src/net/http/httputil/dump.go /Users/tony/sdk/go1.17.9/src/net/http/httputil/httputil.go /Users/tony/sdk/go1.17.9/src/net/http/httputil/persist.go /Users/tony/sdk/go1.17.9/src/net/http/httputil/reverseproxy.go
mkdir -p $WORK/b259/
mkdir -p $WORK/b253/
cat >$WORK/b259/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b253/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/mattn/go-ieproxy=/Users/tony/Library/Caches/go-build/72/7289b691a2962b93fd098663909d0bfe3273b9618eb8b772499b789e2ca92eda-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile log/syslog=$WORK/b255/_pkg_.a
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "$WORK/b259=>" -shared -N -l -p cloud.google.com/go/compute/metadata -lang=go1.15 -complete -buildid 2Lr-uodi1RrCrtKNZolF/2Lr-uodi1RrCrtKNZolF -goversion go1.17.9 -importcfg $WORK/b259/importcfg -pack /Users/tony/go/pkg/mod/cloud.google.com/go/compute@v1.5.0/metadata/metadata.go /Users/tony/go/pkg/mod/cloud.google.com/go/compute@v1.5.0/metadata/retry.go
mkdir -p $WORK/b275/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "$WORK/b253=>" -shared -N -l -p github.com/Azure/azure-pipeline-go/pipeline -lang=go1.14 -complete -buildid 1ZdycIZAnmHahEgzRpAK/1ZdycIZAnmHahEgzRpAK -goversion go1.17.9 -importcfg $WORK/b253/importcfg -pack /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/core.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/defaultlog.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/defaultlog_syslog.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/doc.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/error.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/progress.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/request.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/response.go /Users/tony/go/pkg/mod/github.com/!azure/azure-pipeline-go@v0.2.3/pipeline/version.go
mkdir -p $WORK/b235/
cat >$WORK/b235/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/prometheus/client_golang/prometheus=/Users/tony/Library/Caches/go-build/fd/fde94f70675ee10f31bff94d133f70dce4b70429ec9e5b247239af8b4238c3e8-d
packagefile github.com/prometheus/client_model/go=/Users/tony/Library/Caches/go-build/3c/3cac60c606a588512da27d975c4b5f34f75d363d199e8599a1918d288510fce9-d
packagefile github.com/prometheus/common/expfmt=/Users/tony/Library/Caches/go-build/43/4335e36984a84b4ea578914efad2b3fb68bfc6fcd623ccc20df82d3ed8d5265d-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/httptrace=$WORK/b128/_pkg_.a
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b275/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile golang.org/x/net/internal/timeseries=/Users/tony/Library/Caches/go-build/35/35a0f833bcff997b4be8538041274b034c81043c9c3fc9a99ea3bac6eea76ce2-d
packagefile html/template=/Users/tony/Library/Caches/go-build/c6/c6b45df2e8d2bc3d695930316eb626360556f91a9aa0ea81d9d2fcf49f90eff0-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile text/tabwriter=/Users/tony/Library/Caches/go-build/52/5281f18af976c28c4a3e9ce94a5af429d28d54e51e70244d027bd3c7256f2f0d-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "$WORK/b275=>" -shared -N -l -p golang.org/x/net/trace -lang=go1.17 -complete -buildid Mn1zdFw6hSI0U5ZsSqR0/Mn1zdFw6hSI0U5ZsSqR0 -goversion go1.17.9 -importcfg $WORK/b275/importcfg -pack /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/trace/events.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/trace/histogram.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/trace/trace.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -shared -N -l -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.13 -complete -buildid XlFp97h0H9Kn9FadoGsX/XlFp97h0H9Kn9FadoGsX -goversion go1.17.9 -importcfg $WORK/b235/importcfg -pack /Users/tony/go/pkg/mod/github.com/prometheus/client_golang@v1.12.1/prometheus/promhttp/delegator.go /Users/tony/go/pkg/mod/github.com/prometheus/client_golang@v1.12.1/prometheus/promhttp/http.go /Users/tony/go/pkg/mod/github.com/prometheus/client_golang@v1.12.1/prometheus/promhttp/instrument_client.go /Users/tony/go/pkg/mod/github.com/prometheus/client_golang@v1.12.1/prometheus/promhttp/instrument_server.go /Users/tony/go/pkg/mod/github.com/prometheus/client_golang@v1.12.1/prometheus/promhttp/option.go
mkdir -p $WORK/b315/
cat >$WORK/b315/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile golang.org/x/net/http/httpguts=$WORK/b316/_pkg_.a
packagefile golang.org/x/net/http2/hpack=/Users/tony/Library/Caches/go-build/a3/a3cf7059c1319b990b62dbb430df512fb398b7d0e0bd8687dda4dafbe1404134-d
packagefile golang.org/x/net/idna=/Users/tony/Library/Caches/go-build/31/3179f6874a797834899e8acd725f1852cb11b3f433e3438da6f4f91b36945d1e-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/httptrace=$WORK/b128/_pkg_.a
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "$WORK/b315=>" -shared -N -l -p golang.org/x/net/http2 -lang=go1.17 -complete -buildid dvc8b-ApNamW1GDST7m_/dvc8b-ApNamW1GDST7m_ -goversion go1.17.9 -importcfg $WORK/b315/importcfg -pack /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/ascii.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/ciphers.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/client_conn_pool.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/databuffer.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/errors.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/flow.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/frame.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/go111.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/go115.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/gotrack.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/headermap.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/http2.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/not_go118.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/pipe.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/server.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/transport.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/write.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/writesched.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/writesched_priority.go /Users/tony/go/pkg/mod/golang.org/x/net@v0.0.0-20220403103023-749bd193bc2b/http2/writesched_random.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b066/_pkg_.a # internal
cp $WORK/b066/_pkg_.a /Users/tony/Library/Caches/go-build/c6/c65a0d02a8f99638ffac550c48d8d46eff9e726c47567e47df49d5bcdff2d0f6-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b259/_pkg_.a # internal
cp $WORK/b259/_pkg_.a /Users/tony/Library/Caches/go-build/be/beba1584a4e42d1004740d4521abf370e6fee1a2ea2678b33e66ef7d306f2954-d # internal
mkdir -p $WORK/b352/
cat >$WORK/b352/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile cloud.google.com/go/compute/metadata=$WORK/b259/_pkg_.a
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/rsa=/Users/tony/Library/Caches/go-build/7d/7dbcaae03534a6daa463c7ef143d7592fcfba87ff7b294c02f32eb114fb9f0d5-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile golang.org/x/oauth2=/Users/tony/Library/Caches/go-build/2d/2dba3c045184dd7e121c33f05ae319292764de955b3d10f5f4ac80874699efc0-d
packagefile golang.org/x/oauth2/authhandler=/Users/tony/Library/Caches/go-build/26/267c35633288735a93649852f3eaefe2f1d47064b571ad695c78e1aa9705ca5a-d
packagefile golang.org/x/oauth2/google/internal/externalaccount=/Users/tony/Library/Caches/go-build/36/365c4762486ce671a327ed91fa23dfdb97fe7b3d717237976da2c640ed1e9dd4-d
packagefile golang.org/x/oauth2/internal=/Users/tony/Library/Caches/go-build/62/621b2797ac311a919ab7fcc815a308c1318de2c1f2982bf16dfb303bc0cfd359-d
packagefile golang.org/x/oauth2/jws=/Users/tony/Library/Caches/go-build/d3/d3bb10e9b1e578f87e02746e8bbb73a80039502ca4498141748f3cc33477662f-d
packagefile golang.org/x/oauth2/jwt=/Users/tony/Library/Caches/go-build/72/72424d1fd5f4bae88bd004951703b9f175f22ce37d524e4e41b6f777b6aa90c8-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile os/user=$WORK/b357/_pkg_.a
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "$WORK/b352=>" -shared -N -l -p golang.org/x/oauth2/google -lang=go1.11 -complete -buildid NLNrqsRqwBtSYMOCHODt/NLNrqsRqwBtSYMOCHODt -goversion go1.17.9 -importcfg $WORK/b352/importcfg -pack /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/appengine.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/appengine_gen2_flex.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/default.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/doc.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/google.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/jwt.go /Users/tony/go/pkg/mod/golang.org/x/oauth2@v0.0.0-20220309155454-6242fa91716a/google/sdk.go
mkdir -p $WORK/b423/
cat >$WORK/b423/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/aws/aws-sdk-go/aws=/Users/tony/Library/Caches/go-build/d4/d4aaa44b0e72132851773688723bc89724f996dbf3c48d5aa84ec235adfeb81c-d
packagefile github.com/aws/aws-sdk-go/aws/awserr=/Users/tony/Library/Caches/go-build/3f/3f4a899cece47d15d994a3188099a827c8d0e9cc149c6417661e1f0d717abc80-d
packagefile github.com/aws/aws-sdk-go/aws/awsutil=/Users/tony/Library/Caches/go-build/92/921abb5c1ed64c3af707bfce5d886f026609023d9ddf6f894c4b42886e4ef4bd-d
packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/Users/tony/Library/Caches/go-build/76/76c5ca8fd23d1a3ae5e85f8702a876d029be3fa14781c17307512a753f401875-d
packagefile github.com/aws/aws-sdk-go/internal/sdkio=/Users/tony/Library/Caches/go-build/8b/8b34872e5da1b7e46755ea60751ee200240de2af049bb55fafcdb578e4d22162-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "$WORK/b423=>" -shared -N -l -p github.com/aws/aws-sdk-go/aws/request -lang=go1.11 -complete -buildid HwbZcFsdvOWP5Ep6a90i/HwbZcFsdvOWP5Ep6a90i -goversion go1.17.9 -importcfg $WORK/b423/importcfg -pack /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/connection_reset_error.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/handlers.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/http_request.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/offset_reader.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/request.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/request_1_8.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/request_context.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/request_pagination.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/retryer.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/timeout_read_closer.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/validation.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/request/waiter.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b253/_pkg_.a # internal
cp $WORK/b253/_pkg_.a /Users/tony/Library/Caches/go-build/5d/5dd6f9720ddadea313bd43ba5a1e8ed4e30d3acafcdfbc04c328417df256c4a6-d # internal
mkdir -p $WORK/b252/
cat >$WORK/b252/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/hmac=/Users/tony/Library/Caches/go-build/a4/a486c676dbd4d4afef6245279b06ae3bff1d3bc9a81fc14af077e59b49860783-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/sha256=/Users/tony/Library/Caches/go-build/5c/5cec9e6a72991bfd3d793f6f6019398f3dc0bc103ebd7507a0116bc6ef409943-d
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/xml=/Users/tony/Library/Caches/go-build/76/768ecd273ab0d1fbcdb1c8e3bf68c1451316ff89a818784f726579e456b4a265-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/Azure/azure-pipeline-go/pipeline=$WORK/b253/_pkg_.a
packagefile github.com/google/uuid=$WORK/b167/_pkg_.a
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "$WORK/b252=>" -shared -N -l -p github.com/Azure/azure-storage-blob-go/azblob -lang=go1.15 -complete -buildid KvA35nwXqISmhbkmJ9Ch/KvA35nwXqISmhbkmJ9Ch -goversion go1.17.9 -importcfg $WORK/b252/importcfg -pack /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/access_conditions.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/bytes_writer.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/chunkwriting.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/common_utils.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/highlevel.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/parsing_urls.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/request_common.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/sas_service.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/section_writer.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/service_codes_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/storage_account_credential.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_append_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_block_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_container.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_page_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/url_service.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/user_delegation_credential.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/version.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_credential_anonymous.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_credential_shared_key.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_credential_token.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_pipeline.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_policy_request_log.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_policy_retry.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_policy_telemetry.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_policy_unique_request_id.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_retry_reader.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_sas_account.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_sas_query_params.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_service_codes_common.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_storage_error.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_util_validate.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zc_uuid.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zt_doc.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_append_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_block_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_client.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_container.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_models.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_page_blob.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_responder_policy.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_response_error.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_service.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_validation.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_generated_version.go /Users/tony/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.14.0/azblob/zz_response_helpers.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b175/_pkg_.a # internal
cp $WORK/b175/_pkg_.a /Users/tony/Library/Caches/go-build/fe/fe7002520cd314489c6afe40dd77a8b3b1f767f61b631ee6c57b2090c2a6d41f-d # internal
mkdir -p $WORK/b172/
cat >$WORK/b172/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/getsentry/sentry-go/internal/crypto/randutil=/Users/tony/Library/Caches/go-build/c9/c9469d9a387ec56470a7d869110c4356386ea7a0b3ac583e4736d1172fb6c0e4-d
packagefile github.com/getsentry/sentry-go/internal/debug=/Users/tony/Library/Caches/go-build/18/188ca5d965e568c664ce74a7e23ea498d57879b0c878172d4da62b2f8da15695-d
packagefile github.com/getsentry/sentry-go/internal/ratelimit=/Users/tony/Library/Caches/go-build/cd/cdbbdc8760db3978f2b0224edaf160f4e1d66248ca2f8aa329f1173004478c3d-d
packagefile go/build=/Users/tony/Library/Caches/go-build/0a/0a7df814387b4a571d84a9ada3ba2f33fb9b4715d3044e057a8dfa0f0ae594c0-d
packagefile golang.org/x/sys/execabs=/Users/tony/Library/Caches/go-build/e1/e1d89cb8dfa63cc9ed0225c8cd8ceb303ff8b2c00ee90cfac082282c1c052445-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile runtime/debug=/Users/tony/Library/Caches/go-build/0e/0e6177d39a87d98e5d6f8c3603408fd9b7cc3b3ad4dd617093522e071bd1db92-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -shared -N -l -p github.com/getsentry/sentry-go -lang=go1.17 -complete -buildid Az6ayt73C2131k-Y9jOk/Az6ayt73C2131k-Y9jOk -goversion go1.17.9 -importcfg $WORK/b172/importcfg -pack /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/client.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/doc.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/dsn.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/hub.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/integrations.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/interfaces.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/scope.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/sentry.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/sourcereader.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/span_recorder.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/stacktrace.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/traces_sampler.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/tracing.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/transport.go /Users/tony/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/util.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b165/_pkg_.a # internal
cp $WORK/b165/_pkg_.a /Users/tony/Library/Caches/go-build/26/26c0f05a3e02a7fc8927b812d84def2d699401a4f6e71e604ef8832735743e88-d # internal
mkdir -p $WORK/b471/
cat >$WORK/b471/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/DataDog/datadog-agent/pkg/obfuscate=/Users/tony/Library/Caches/go-build/a5/a53e95187c882586d75defe862c49fadbce630e98f59864bf16d7282e7bc6899-d
packagefile github.com/DataDog/datadog-go/v5/statsd=$WORK/b484/_pkg_.a
packagefile github.com/DataDog/sketches-go/ddsketch=/Users/tony/Library/Caches/go-build/fd/fdcf5f632e043e84f44c3f3e2895fb3eaa5eda9d5f44f2134b6e890aeff6abf8-d
packagefile github.com/tinylib/msgp/msgp=/Users/tony/Library/Caches/go-build/a0/a092219360750263b5497a8e347c6b64fb12427c61096bbf078a85eb8deaec9a-d
packagefile golang.org/x/time/rate=/Users/tony/Library/Caches/go-build/f6/f66bd8db3e4d71bd8866fe32c167ef357f8038c705fce1085d0eb1679401fec6-d
packagefile golang.org/x/xerrors=/Users/tony/Library/Caches/go-build/ce/ceda4ba62a662fca59f9822dca277075bf9e042ccafc4db8aef3eaa07389605b-d
packagefile google.golang.org/protobuf/proto=/Users/tony/Library/Caches/go-build/08/08eb657979ad2e30f5ab8c6e514b706589545325ddca998f8b27d9764c0ec2b5-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/ddtrace=/Users/tony/Library/Caches/go-build/2a/2adb198a99c980a07e23665f86848f42471d8f60ed17a4e274bb016414bf0c2d-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext=/Users/tony/Library/Caches/go-build/c1/c1c49d9e16346e465129fa4f83d5402392049ece2a3077209180cd3b34b6fd86-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/ddtrace/internal=/Users/tony/Library/Caches/go-build/54/5414abef3a17b8ed46913a0cd3e52c0a848baef4a281cdc3a9a7ee4c0748bef4-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal=/Users/tony/Library/Caches/go-build/34/343a18621de62efd01f458e0ebd888673fa57aaafdae9a714571789dcea64f58-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/appsec=/Users/tony/Library/Caches/go-build/41/41fff2614bcf0be9abe2610d21d7ba8a8fdd90da9ccf9dcc5347b2f374727f63-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/globalconfig=/Users/tony/Library/Caches/go-build/07/0796e362ec7654d68026c845c375a9bfe8fbda3ca07c75bd5693bf76590128c0-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/log=/Users/tony/Library/Caches/go-build/1a/1a728ec3a26391a272537296d19ecab6d7b1c073a882ff5af409afc5179037b0-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/osinfo=/Users/tony/Library/Caches/go-build/8b/8b95238dc67384d2972f6620dd5b8a43e15bfc2fd92c39f0665e6de3a572e648-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/samplernames=/Users/tony/Library/Caches/go-build/21/21d407b1a9a2100c19d09617b0af325cb82286354835263f65b0d094c365af2f-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/traceprof=/Users/tony/Library/Caches/go-build/2e/2eaf3a8e55af272279563cb4950a76b6b2fc26998f73b0852c371e78b67f84f1-d
packagefile gopkg.in/DataDog/dd-trace-go.v1/internal/version=/Users/tony/Library/Caches/go-build/8b/8b90607fbc7174d653ba605c5ba91e52264adf210b53d68443318e258c264933-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/big=/Users/tony/Library/Caches/go-build/34/341eb46429653b24a7624b3ac9322d15711b00becb5b17088135988aab57068c-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile runtime/debug=/Users/tony/Library/Caches/go-build/0e/0e6177d39a87d98e5d6f8c3603408fd9b7cc3b3ad4dd617093522e071bd1db92-d
packagefile runtime/pprof=/Users/tony/Library/Caches/go-build/23/2346afd0b270007b6f4dcd32bdc2e7d7943cf303135a7b7aa9e3efb6be5de74a-d
packagefile runtime/trace=/Users/tony/Library/Caches/go-build/36/3669ef13d9a1379f110770f7a26ad5d5835d5c307ff6faa86142e2bc2c0a9657-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "$WORK/b471=>" -shared -N -l -p gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer -lang=go1.12 -complete -buildid SOemnkfRxUEZjiaToK5f/SOemnkfRxUEZjiaToK5f -goversion go1.17.9 -importcfg $WORK/b471/importcfg -pack /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/context.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/doc.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/log.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/metrics.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/option.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/payload.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/propagator.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/rand.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/sampler.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/span.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/span_msgp.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/spancontext.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/stats.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/stats_payload.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/stats_payload_msgp.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/textmap.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/time.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/tracer.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/tracer_go11.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/transport.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/util.go /Users/tony/go/pkg/mod/gopkg.in/!data!dog/dd-trace-go.v1@v1.37.1/ddtrace/tracer/writer.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b352/_pkg_.a # internal
cp $WORK/b352/_pkg_.a /Users/tony/Library/Caches/go-build/89/89a1b2b229300786ab08c1506bdf9b707fae814ccca58cbbfb0ee285e55a1ef2-d # internal
mkdir -p $WORK/b511/
cat >$WORK/b511/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/newrelic/go-agent/v3/internal/logger=/Users/tony/Library/Caches/go-build/40/4060f07280d4870d241ad3671504c9852b0c66d02cd433c365f332f9361d8eee-d
packagefile github.com/newrelic/go-agent/v3/internal/sysinfo=/Users/tony/Library/Caches/go-build/57/572252753c764969053dca6af993213909dc9d50c5ddafc35bfb28dc0e69724f-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "$WORK/b511=>" -shared -N -l -p github.com/newrelic/go-agent/v3/internal/utilization -lang=go1.7 -complete -buildid _ILuU7hRu5DBaufq2oVS/_ILuU7hRu5DBaufq2oVS -goversion go1.17.9 -importcfg $WORK/b511/importcfg -pack /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/addresses.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/aws.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/azure.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/fqdn.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/gcp.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/pcf.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/provider.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/internal/utilization/utilization.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b275/_pkg_.a # internal
cp $WORK/b275/_pkg_.a /Users/tony/Library/Caches/go-build/61/610b2340f0c23279ff9b05e09981cf4baca27985619a548a8883094ab867c406-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b423/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b511/_pkg_.a # internal
cp $WORK/b423/_pkg_.a /Users/tony/Library/Caches/go-build/ba/ba607a8793fe48eeacde1838e531fee1777d0384a955bd6cff559ddb5d0ad2c4-d # internal
cp $WORK/b511/_pkg_.a /Users/tony/Library/Caches/go-build/ec/ec5fbb87fcb746e1489f4bc17ce050112dbe15e6c2cab04fc2c3c0346c988b2f-d # internal
mkdir -p $WORK/b434/
cat >$WORK/b434/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/aws/aws-sdk-go/aws=/Users/tony/Library/Caches/go-build/d4/d4aaa44b0e72132851773688723bc89724f996dbf3c48d5aa84ec235adfeb81c-d
packagefile github.com/aws/aws-sdk-go/aws/awserr=/Users/tony/Library/Caches/go-build/3f/3f4a899cece47d15d994a3188099a827c8d0e9cc149c6417661e1f0d717abc80-d
packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/Users/tony/Library/Caches/go-build/76/76c5ca8fd23d1a3ae5e85f8702a876d029be3fa14781c17307512a753f401875-d
packagefile github.com/aws/aws-sdk-go/aws/request=$WORK/b423/_pkg_.a
packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/Users/tony/Library/Caches/go-build/cd/cdeb1c43e92e1955680306e7a0fe11642eab6cf7ca4c6c12ce3681c8ce24851a-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
mkdir -p $WORK/b446/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "$WORK/b434=>" -shared -N -l -p github.com/aws/aws-sdk-go/private/protocol -lang=go1.11 -complete -buildid ZXWXVjtA_YD1WuFS3vgR/ZXWXVjtA_YD1WuFS3vgR -goversion go1.17.9 -importcfg $WORK/b434/importcfg -pack /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/host.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/host_prefix.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/idempotency.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/jsonvalue.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/payload.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/protocol.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/timestamp.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/unmarshal.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/private/protocol/unmarshal_error.go
cat >$WORK/b446/importcfg << 'EOF' # internal
# import config
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/aws/aws-sdk-go/aws=/Users/tony/Library/Caches/go-build/d4/d4aaa44b0e72132851773688723bc89724f996dbf3c48d5aa84ec235adfeb81c-d
packagefile github.com/aws/aws-sdk-go/aws/awserr=/Users/tony/Library/Caches/go-build/3f/3f4a899cece47d15d994a3188099a827c8d0e9cc149c6417661e1f0d717abc80-d
packagefile github.com/aws/aws-sdk-go/aws/request=$WORK/b423/_pkg_.a
packagefile net=$WORK/b067/_pkg_.a
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "$WORK/b446=>" -shared -N -l -p github.com/aws/aws-sdk-go/aws/csm -lang=go1.11 -complete -buildid G7zLURdlQJgfLlPVaHkp/G7zLURdlQJgfLlPVaHkp -goversion go1.17.9 -importcfg $WORK/b446/importcfg -pack /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/doc.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/enable.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/metric.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/metric_chan.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/metric_exception.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/csm/reporter.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b446/_pkg_.a # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b434/_pkg_.a # internal
cp $WORK/b446/_pkg_.a /Users/tony/Library/Caches/go-build/67/67af620c59ce34c12e143e21e41307ef5746821315c7161ac8ffa4a96b5e21bb-d # internal
cp $WORK/b434/_pkg_.a /Users/tony/Library/Caches/go-build/35/35ea535394bfcf07aae78a504c8483e8f80b70938fe8644f144df1e6bb96f3d6-d # internal
mkdir -p $WORK/b447/
cat >$WORK/b447/importcfg << 'EOF' # internal
# import config
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/aws/aws-sdk-go/aws=/Users/tony/Library/Caches/go-build/d4/d4aaa44b0e72132851773688723bc89724f996dbf3c48d5aa84ec235adfeb81c-d
packagefile github.com/aws/aws-sdk-go/aws/awserr=/Users/tony/Library/Caches/go-build/3f/3f4a899cece47d15d994a3188099a827c8d0e9cc149c6417661e1f0d717abc80-d
packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/Users/tony/Library/Caches/go-build/1c/1c40ac18c6add046f972a33f8b1e9b1ce0d06d025cb11b31dbc6d128762113e1-d
packagefile github.com/aws/aws-sdk-go/aws/credentials=/Users/tony/Library/Caches/go-build/53/538cb7bfa6e4b52866bbcf9f4384d530ae379a3efe4020ea848f5aafd757835f-d
packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/Users/tony/Library/Caches/go-build/d4/d415fb5e4ec6e5b4cd365c13c1214630b61631a4341cfd8d723b565b890bc6d0-d
packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/Users/tony/Library/Caches/go-build/c7/c7971e18479e560cf21a192913ec6f7dd99466c51dea7e55528349bea07c52fe-d
packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/Users/tony/Library/Caches/go-build/4a/4a193919cdd8ec60fa5030028ede80c4283071d0bd0b5276b21795eac398514d-d
packagefile github.com/aws/aws-sdk-go/aws/endpoints=/Users/tony/Library/Caches/go-build/56/56afaa25420ecde22fb86435366b751cecaa48dd2a1d74173c4c3fc6712ea7ea-d
packagefile github.com/aws/aws-sdk-go/aws/request=$WORK/b423/_pkg_.a
packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/Users/tony/Library/Caches/go-build/11/113f9efe18fae529a600be81eb275318888ba95b148056fa7a4facb479d58e6f-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "$WORK/b447=>" -shared -N -l -p github.com/aws/aws-sdk-go/aws/defaults -lang=go1.11 -complete -buildid Lt1PHHiq4SyDepqIQk2R/Lt1PHHiq4SyDepqIQk2R -goversion go1.17.9 -importcfg $WORK/b447/importcfg -pack /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/defaults/defaults.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/defaults/shared_config.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b172/_pkg_.a # internal
cp $WORK/b172/_pkg_.a /Users/tony/Library/Caches/go-build/c0/c0922b0ecdabfbb7d219e736eaf83f4a59e56f89e7e9501cfecb1a1c23736244-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b447/_pkg_.a # internal
cp $WORK/b447/_pkg_.a /Users/tony/Library/Caches/go-build/ba/baad28d4a577e9a7d1aa707a6d9e2b599f22d9a589b75540c69d30689b2ef257-d # internal
mkdir -p $WORK/b420/
cat >$WORK/b420/importcfg << 'EOF' # internal
# import config
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/aws/aws-sdk-go/aws=/Users/tony/Library/Caches/go-build/d4/d4aaa44b0e72132851773688723bc89724f996dbf3c48d5aa84ec235adfeb81c-d
packagefile github.com/aws/aws-sdk-go/aws/awserr=/Users/tony/Library/Caches/go-build/3f/3f4a899cece47d15d994a3188099a827c8d0e9cc149c6417661e1f0d717abc80-d
packagefile github.com/aws/aws-sdk-go/aws/client=/Users/tony/Library/Caches/go-build/fe/fedb49a4aa075bf3c6aad59082770af3d7f3dcf97ee03ac725dccca286747ea8-d
packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/Users/tony/Library/Caches/go-build/1c/1c40ac18c6add046f972a33f8b1e9b1ce0d06d025cb11b31dbc6d128762113e1-d
packagefile github.com/aws/aws-sdk-go/aws/credentials=/Users/tony/Library/Caches/go-build/53/538cb7bfa6e4b52866bbcf9f4384d530ae379a3efe4020ea848f5aafd757835f-d
packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/Users/tony/Library/Caches/go-build/89/89afeee4d98a8c073ef187b65f791913a3c5eaf71167de1fc2981ae74076bca7-d
packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/Users/tony/Library/Caches/go-build/96/967e52d82ddfea44a8e90603ea77fc3d4eb0e2e3184b8ba9692ed160efae5780-d
packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/Users/tony/Library/Caches/go-build/cb/cbee9792e677257768df33bde8c76be4b833b834d33e35cd7b8487bbbe4df077-d
packagefile github.com/aws/aws-sdk-go/aws/csm=$WORK/b446/_pkg_.a
packagefile github.com/aws/aws-sdk-go/aws/defaults=$WORK/b447/_pkg_.a
packagefile github.com/aws/aws-sdk-go/aws/endpoints=/Users/tony/Library/Caches/go-build/56/56afaa25420ecde22fb86435366b751cecaa48dd2a1d74173c4c3fc6712ea7ea-d
packagefile github.com/aws/aws-sdk-go/aws/request=$WORK/b423/_pkg_.a
packagefile github.com/aws/aws-sdk-go/internal/ini=/Users/tony/Library/Caches/go-build/bd/bd54412481b02e611c682f57b9fa3893bc48490bc45a2d3af70e7ad21ea2bcda-d
packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/Users/tony/Library/Caches/go-build/11/113f9efe18fae529a600be81eb275318888ba95b148056fa7a4facb479d58e6f-d
packagefile github.com/aws/aws-sdk-go/service/sts=/Users/tony/Library/Caches/go-build/b4/b4cd63a6848188b0bcbafb987516a3786e0286c424394a8ae151dcc5f0cd274d-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "$WORK/b420=>" -shared -N -l -p github.com/aws/aws-sdk-go/aws/session -lang=go1.11 -complete -buildid NQuZWXcRjFufXi6YYLcX/NQuZWXcRjFufXi6YYLcX -goversion go1.17.9 -importcfg $WORK/b420/importcfg -pack /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/credentials.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/custom_transport.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/doc.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/env_config.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/session.go /Users/tony/go/pkg/mod/github.com/aws/aws-sdk-go@v1.43.33/aws/session/shared_config.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b235/_pkg_.a # internal
cp $WORK/b235/_pkg_.a /Users/tony/Library/Caches/go-build/82/82b5973014c3d7a2d5752be54bc1b02e82e62ba35ff9ee7019ba61ec729d6e58-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b471/_pkg_.a # internal
cp $WORK/b471/_pkg_.a /Users/tony/Library/Caches/go-build/09/0926c038944831a1b36595445abe9221474b5c9f9fa843b265cb4bbc083104d9-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b420/_pkg_.a # internal
cp $WORK/b420/_pkg_.a /Users/tony/Library/Caches/go-build/b1/b1370708de3aaadf49d036f130c08f0176ff62eb084939ab3793127b76ce015f-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b315/_pkg_.a # internal
cp $WORK/b315/_pkg_.a /Users/tony/Library/Caches/go-build/7a/7ae487bae03b7343e5fe657f3b5a6268663330021259286ba4e7fcb07731ac53-d # internal
mkdir -p $WORK/b314/
cat >$WORK/b314/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/golang/protobuf/proto=/Users/tony/Library/Caches/go-build/34/34282415452e049a9f9e559efdc4f07f20e8e8ab6fe875b81694e00478142651-d
packagefile golang.org/x/net/http2=$WORK/b315/_pkg_.a
packagefile golang.org/x/net/http2/hpack=/Users/tony/Library/Caches/go-build/a3/a3cf7059c1319b990b62dbb430df512fb398b7d0e0bd8687dda4dafbe1404134-d
packagefile google.golang.org/genproto/googleapis/rpc/status=/Users/tony/Library/Caches/go-build/3d/3d111d6a29c251e451f3b0605d77b034e628980cb90d599926b2712ec463b128-d
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal/channelz=$WORK/b304/_pkg_.a
packagefile google.golang.org/grpc/internal/credentials=$WORK/b287/_pkg_.a
packagefile google.golang.org/grpc/internal/grpcrand=/Users/tony/Library/Caches/go-build/2c/2ce51fe983369d976814ce1a84c6b9249d2940847e1e332fa1690944259e6fe0-d
packagefile google.golang.org/grpc/internal/grpcutil=/Users/tony/Library/Caches/go-build/99/99fc06bda44ba51a672ee9404b7be4fbbc5758b54c475f398ac74c32ad7b96fe-d
packagefile google.golang.org/grpc/internal/metadata=/Users/tony/Library/Caches/go-build/7c/7cdf5679fc1e4a7b4d8fec7a812e71a8c086a246098ce9ec40bb6f47cfb0cdb2-d
packagefile google.golang.org/grpc/internal/syscall=$WORK/b323/_pkg_.a
packagefile google.golang.org/grpc/internal/transport/networktype=/Users/tony/Library/Caches/go-build/43/43a453cb9f543f6f7e1a1496292621dd34f2a02a750dee39f68fa155cbf3df9c-d
packagefile google.golang.org/grpc/keepalive=/Users/tony/Library/Caches/go-build/c4/c4f5cacb775594af3933fd90ad605773a6add7498c1c6070e24d77ea0039cf8f-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/peer=$WORK/b325/_pkg_.a
packagefile google.golang.org/grpc/resolver=$WORK/b289/_pkg_.a
packagefile google.golang.org/grpc/stats=$WORK/b326/_pkg_.a
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile google.golang.org/grpc/tap=/Users/tony/Library/Caches/go-build/e8/e8c1b639e4e2ca93c68dcac232e59f371388e7a358ebea3fbdc8f93685e190a9-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/httputil=$WORK/b175/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile path/filepath=/Users/tony/Library/Caches/go-build/c6/c6734534ef830ce0fb2c9edf6b40fce59d9d14251e475357451b45a17cf5cca4-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "$WORK/b314=>" -shared -N -l -p google.golang.org/grpc/internal/transport -lang=go1.14 -complete -buildid u8EGfS5dQKhkGaFsuuJt/u8EGfS5dQKhkGaFsuuJt -goversion go1.17.9 -importcfg $WORK/b314/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/bdp_estimator.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/controlbuf.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/defaults.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/flowcontrol.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/handler_server.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/http2_client.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/http2_server.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/http_util.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/proxy.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/internal/transport/transport.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b314/_pkg_.a # internal
cp $WORK/b314/_pkg_.a /Users/tony/Library/Caches/go-build/6f/6f9750a04f9a9ee6a7c0b8383cdcd2fd7c4289f0b2259b7d2e695b75275f81a5-d # internal
mkdir -p $WORK/b274/
cat >$WORK/b274/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/binary=/Users/tony/Library/Caches/go-build/20/20a4e35c7ce4deb0625e9797c5bc75428d9f6e753668bd2a8a36a44de401c977-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile golang.org/x/net/trace=$WORK/b275/_pkg_.a
packagefile google.golang.org/grpc/backoff=/Users/tony/Library/Caches/go-build/21/2151dea5a17876cec0cd3e3ded07bf493906bd00b78d23229aa9fb7649597ef8-d
packagefile google.golang.org/grpc/balancer=$WORK/b281/_pkg_.a
packagefile google.golang.org/grpc/balancer/base=/Users/tony/Library/Caches/go-build/f0/f039ef844e53e654defba5c16a2e3f3a9a7dd0907dc5e1dde8a39a9560e7ee6f-d
packagefile google.golang.org/grpc/balancer/roundrobin=/Users/tony/Library/Caches/go-build/75/75fe756b072c48992838a602d961a8f09f06de41a6520b592b629dd844e0269c-d
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/connectivity=/Users/tony/Library/Caches/go-build/77/772b436c1df4cc1c4061bd4aab21a386c1e0068a1ccc2a18ba34ac775418dd63-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/insecure=$WORK/b295/_pkg_.a
packagefile google.golang.org/grpc/encoding=/Users/tony/Library/Caches/go-build/3d/3dfe90a2667f4ab0a13d1cefa2a0e86fdf6a6cad37dcc505438846c616530768-d
packagefile google.golang.org/grpc/encoding/proto=/Users/tony/Library/Caches/go-build/7a/7a57adf1355d9780df036a94ca918ac77571e394967da0f211d11207a20a2ff7-d
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal=/Users/tony/Library/Caches/go-build/39/39be520a8fb6586ef59c33841ac68c157d0bd2f0de68d50c24d3e4d7912b14a4-d
packagefile google.golang.org/grpc/internal/backoff=/Users/tony/Library/Caches/go-build/76/76579df694e6a0a584e46a4013facba25e7348ce5755cd1a6ed03fcd5f2835e4-d
packagefile google.golang.org/grpc/internal/balancerload=/Users/tony/Library/Caches/go-build/cc/cc459fee6c4664a4d29dcf40b1cfc7b259280ed206fec42b3b78a25b6b539314-d
packagefile google.golang.org/grpc/internal/binarylog=$WORK/b300/_pkg_.a
packagefile google.golang.org/grpc/internal/buffer=/Users/tony/Library/Caches/go-build/47/47df3e4707d122b9abe36cbaee9bbbe5d8c841f494e2341ced9ac54d1ee88b5e-d
packagefile google.golang.org/grpc/internal/channelz=$WORK/b304/_pkg_.a
packagefile google.golang.org/grpc/internal/grpcrand=/Users/tony/Library/Caches/go-build/2c/2ce51fe983369d976814ce1a84c6b9249d2940847e1e332fa1690944259e6fe0-d
packagefile google.golang.org/grpc/internal/grpcsync=/Users/tony/Library/Caches/go-build/ec/ec05b24b0c6e603f997fa2e1180bd3f7a10d438c5ab47dba99ce0c65c9b9de7a-d
packagefile google.golang.org/grpc/internal/grpcutil=/Users/tony/Library/Caches/go-build/99/99fc06bda44ba51a672ee9404b7be4fbbc5758b54c475f398ac74c32ad7b96fe-d
packagefile google.golang.org/grpc/internal/resolver=/Users/tony/Library/Caches/go-build/2e/2e5e3ad840f0d92982620adf93e809c2f3abd4b52c20e05ad949246df9945bff-d
packagefile google.golang.org/grpc/internal/resolver/dns=$WORK/b308/_pkg_.a
packagefile google.golang.org/grpc/internal/resolver/passthrough=/Users/tony/Library/Caches/go-build/15/15961d7b069ae68f307f7cc7f2f699532854798d7ba3ff8815a322ee7f60e77d-d
packagefile google.golang.org/grpc/internal/resolver/unix=/Users/tony/Library/Caches/go-build/b0/b032de08523d1d19a579d19d8e230d07b82c91bdfdb20efafc3eb9e3af46f23b-d
packagefile google.golang.org/grpc/internal/serviceconfig=/Users/tony/Library/Caches/go-build/90/90e0c065b623b1b424839e78666ea28fb5d59b9d7121515a5ccfce058de93954-d
packagefile google.golang.org/grpc/internal/transport=$WORK/b314/_pkg_.a
packagefile google.golang.org/grpc/keepalive=/Users/tony/Library/Caches/go-build/c4/c4f5cacb775594af3933fd90ad605773a6add7498c1c6070e24d77ea0039cf8f-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/peer=$WORK/b325/_pkg_.a
packagefile google.golang.org/grpc/resolver=$WORK/b289/_pkg_.a
packagefile google.golang.org/grpc/serviceconfig=/Users/tony/Library/Caches/go-build/04/0464e1176587e536e750b47643aa83f615c8bfbbb905909508d91d3a095a2726-d
packagefile google.golang.org/grpc/stats=$WORK/b326/_pkg_.a
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile google.golang.org/grpc/tap=/Users/tony/Library/Caches/go-build/e8/e8c1b639e4e2ca93c68dcac232e59f371388e7a358ebea3fbdc8f93685e190a9-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "$WORK/b274=>" -shared -N -l -p google.golang.org/grpc -lang=go1.14 -complete -buildid Ejfwok6HntXwvbs2irZX/Ejfwok6HntXwvbs2irZX -goversion go1.17.9 -importcfg $WORK/b274/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/backoff.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer_conn_wrappers.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/call.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/clientconn.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/codec.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/dialoptions.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/doc.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/interceptor.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/picker_wrapper.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/pickfirst.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/preloader.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/resolver_conn_wrapper.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/rpc_util.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/server.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/service_config.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/stream.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/trace.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/version.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b274/_pkg_.a # internal
cp $WORK/b274/_pkg_.a /Users/tony/Library/Caches/go-build/56/568b454831e0394e591c9c6aa8221eb9ba88a8f2bf2795912419461d4d7eb9a5-d # internal
mkdir -p $WORK/b403/
mkdir -p $WORK/b375/
cat >$WORK/b403/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/googleapis/gax-go/v2=/Users/tony/Library/Caches/go-build/eb/ebfc68f355e2c71569292e5906a67654b342830e8e862592195e73b706aa9e61-d
packagefile google.golang.org/api/googleapi=/Users/tony/Library/Caches/go-build/58/589acef8750564830c0eeee74587f23d77a7ee3e376a3e2a6de24b1fede5ab33-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile mime=/Users/tony/Library/Caches/go-build/d7/d7207707212af0552094ed68802dd88bd776802603411cf6fc986cf42058d431-d
packagefile mime/multipart=/Users/tony/Library/Caches/go-build/82/82c61ed1049545a3877c764a3d54aa3ad91dc3095e5fcc002010b845d50403d5-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/textproto=$WORK/b121/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode=/Users/tony/Library/Caches/go-build/59/595cbf4905d6a8332708dd1f1eb00e4d712e8a1c1dbb5d538acf0a563394eb4e-d
EOF
cat >$WORK/b375/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/golang/protobuf/proto=/Users/tony/Library/Caches/go-build/34/34282415452e049a9f9e559efdc4f07f20e8e8ab6fe875b81694e00478142651-d
packagefile github.com/golang/protobuf/ptypes/duration=/Users/tony/Library/Caches/go-build/62/62cff8a9ae907ca558bc415e9b9099fe3f596978ba66b10489bf4b6dfff402fe-d
packagefile github.com/golang/protobuf/ptypes/timestamp=/Users/tony/Library/Caches/go-build/59/59011424e64c616fec510a738b14e0a7aed38130083c4da7f6a2e2b15c2ee931-d
packagefile github.com/google/go-cmp/cmp=/Users/tony/Library/Caches/go-build/60/6026a8427a46b324ef70c00b35415a187de692980125cbe26f8e8f07f6ad6ab5-d
packagefile google.golang.org/grpc=$WORK/b274/_pkg_.a
packagefile google.golang.org/grpc/balancer=$WORK/b281/_pkg_.a
packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/Users/tony/Library/Caches/go-build/20/20ac17179d80a40e43cef430a6887837ce18ccdc2b2cd9738a38bd839feafb14-d
packagefile google.golang.org/grpc/balancer/grpclb/state=/Users/tony/Library/Caches/go-build/03/03e5e33e9044391138622da85a7ffda562497f59abe4011ed7553ebfb421f6c3-d
packagefile google.golang.org/grpc/balancer/roundrobin=/Users/tony/Library/Caches/go-build/75/75fe756b072c48992838a602d961a8f09f06de41a6520b592b629dd844e0269c-d
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/connectivity=/Users/tony/Library/Caches/go-build/77/772b436c1df4cc1c4061bd4aab21a386c1e0068a1ccc2a18ba34ac775418dd63-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/insecure=$WORK/b295/_pkg_.a
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal=/Users/tony/Library/Caches/go-build/39/39be520a8fb6586ef59c33841ac68c157d0bd2f0de68d50c24d3e4d7912b14a4-d
packagefile google.golang.org/grpc/internal/backoff=/Users/tony/Library/Caches/go-build/76/76579df694e6a0a584e46a4013facba25e7348ce5755cd1a6ed03fcd5f2835e4-d
packagefile google.golang.org/grpc/internal/channelz=$WORK/b304/_pkg_.a
packagefile google.golang.org/grpc/internal/grpcrand=/Users/tony/Library/Caches/go-build/2c/2ce51fe983369d976814ce1a84c6b9249d2940847e1e332fa1690944259e6fe0-d
packagefile google.golang.org/grpc/internal/metadata=/Users/tony/Library/Caches/go-build/7c/7cdf5679fc1e4a7b4d8fec7a812e71a8c086a246098ce9ec40bb6f47cfb0cdb2-d
packagefile google.golang.org/grpc/internal/resolver/dns=$WORK/b308/_pkg_.a
packagefile google.golang.org/grpc/keepalive=/Users/tony/Library/Caches/go-build/c4/c4f5cacb775594af3933fd90ad605773a6add7498c1c6070e24d77ea0039cf8f-d
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/resolver=$WORK/b289/_pkg_.a
packagefile google.golang.org/grpc/serviceconfig=/Users/tony/Library/Caches/go-build/04/0464e1176587e536e750b47643aa83f615c8bfbbb905909508d91d3a095a2726-d
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
mkdir -p $WORK/b404/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "$WORK/b403=>" -shared -N -l -p google.golang.org/api/internal/gensupport -lang=go1.15 -complete -buildid yww4E2o7hL5OI8amvd_c/yww4E2o7hL5OI8amvd_c -goversion go1.17.9 -importcfg $WORK/b403/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/buffer.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/doc.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/json.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/jsonfloat.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/media.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/params.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/resumable.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/retry.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/send.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/internal/gensupport/version.go
mkdir -p $WORK/b385/
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "$WORK/b375=>" -shared -N -l -p google.golang.org/grpc/balancer/grpclb -lang=go1.14 -complete -buildid OzWQFC87IvkhFJZ_b_kp/OzWQFC87IvkhFJZ_b_kp -goversion go1.17.9 -importcfg $WORK/b375/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/grpclb/grpclb.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/grpclb/grpclb_config.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/grpclb/grpclb_picker.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/grpclb/grpclb_remote_balancer.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/balancer/grpclb/grpclb_util.go
cat >$WORK/b404/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile go.opencensus.io/plugin/ochttp=/Users/tony/Library/Caches/go-build/2a/2a02a69ee7ac75966849631e6c5a79f2cc2a045e87b831c1224918bac7a5d54b-d
packagefile golang.org/x/net/http2=$WORK/b315/_pkg_.a
packagefile golang.org/x/oauth2=/Users/tony/Library/Caches/go-build/2d/2dba3c045184dd7e121c33f05ae319292764de955b3d10f5f4ac80874699efc0-d
packagefile google.golang.org/api/googleapi/transport=/Users/tony/Library/Caches/go-build/73/730cadc94ab0cd6c714717d76b2ada6a9c017937e6412420ac0e7e610e027899-d
packagefile google.golang.org/api/internal=/Users/tony/Library/Caches/go-build/0e/0ee4b07e56a47946dff78b56ed43b89a025b89cb3b07681eeba0c5ccb4150b7a-d
packagefile google.golang.org/api/option=/Users/tony/Library/Caches/go-build/14/14c613f9340683d2145d9a9dec91e3767e1eefe7145c6f7f48dd9ec8e09ffccd-d
packagefile google.golang.org/api/transport/cert=$WORK/b374/_pkg_.a
packagefile google.golang.org/api/transport/http/internal/propagation=/Users/tony/Library/Caches/go-build/c3/c3ffa46894d1c6b2b9c2d316df81d78c9fe3b6e78e0fbe2e5f99ba440fbc8e51-d
packagefile google.golang.org/api/transport/internal/dca=/Users/tony/Library/Caches/go-build/e5/e5a2596f78189f9741bd228584853fb89dc3be05d9246df396c2205f6ec460ad-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cat >$WORK/b385/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc=$WORK/b274/_pkg_.a
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal=$WORK/b384/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/Users/tony/Library/Caches/go-build/14/14dd51e290e02cdd502c47a7789ec964c1570f9a8273191c1e98a495eb1e7386-d
packagefile google.golang.org/grpc/credentials/alts/internal/conn=$WORK/b388/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/Users/tony/Library/Caches/go-build/d1/d1561b1156936a628b6b548075bd2564c537b41854c0279b3ab4c14b7d430188-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile net=$WORK/b067/_pkg_.a
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "$WORK/b385=>" -shared -N -l -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.14 -complete -buildid 0YJFzzl127EJbzxijHZn/0YJFzzl127EJbzxijHZn -goversion go1.17.9 -importcfg $WORK/b385/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/internal/handshaker/handshaker.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "$WORK/b404=>" -shared -N -l -p google.golang.org/api/transport/http -lang=go1.15 -complete -buildid iT2ekdpLBEpiOZ0zzzPJ/iT2ekdpLBEpiOZ0zzzPJ -goversion go1.17.9 -importcfg $WORK/b404/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/transport/http/configure_http2_go116.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/transport/http/dial.go
mkdir -p $WORK/b503/
cat >$WORK/b503/importcfg << 'EOF' # internal
# import config
packagefile bufio=/Users/tony/Library/Caches/go-build/e3/e32ca28c3e657e9df4a3e246c33a8015596f02997b46e19066200de96b26d3fe-d
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile container/heap=/Users/tony/Library/Caches/go-build/16/1683a8a2dc1cacfb9f78e3634a7365642eb28dd15714ab8eb59d2edcb6a13643-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile database/sql/driver=/Users/tony/Library/Caches/go-build/18/18d87e46afb75376597e8891009ae038f09bbca66948aeaea9d51874a6fb1b91-d
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/newrelic/go-agent/v3/internal=$WORK/b505/_pkg_.a
packagefile github.com/newrelic/go-agent/v3/internal/cat=/Users/tony/Library/Caches/go-build/1e/1e5aaed053d066149d6ec544b9db72c2bab1aa25158824e7389eb0313b064a51-d
packagefile github.com/newrelic/go-agent/v3/internal/com_newrelic_trace_v1=/Users/tony/Library/Caches/go-build/2f/2f77b17e63be63a72df3f01843d7a569f674a7ae1ba49ae13c904c56d7728743-d
packagefile github.com/newrelic/go-agent/v3/internal/jsonx=/Users/tony/Library/Caches/go-build/b1/b1e4eb23edfd470fd9d9fe9338e12caae91e5db2a0d969cefbf3b08bb69ed62c-d
packagefile github.com/newrelic/go-agent/v3/internal/logger=/Users/tony/Library/Caches/go-build/40/4060f07280d4870d241ad3671504c9852b0c66d02cd433c365f332f9361d8eee-d
packagefile github.com/newrelic/go-agent/v3/internal/sysinfo=/Users/tony/Library/Caches/go-build/57/572252753c764969053dca6af993213909dc9d50c5ddafc35bfb28dc0e69724f-d
packagefile github.com/newrelic/go-agent/v3/internal/utilization=$WORK/b511/_pkg_.a
packagefile google.golang.org/grpc=$WORK/b274/_pkg_.a
packagefile google.golang.org/grpc/backoff=/Users/tony/Library/Caches/go-build/21/2151dea5a17876cec0cd3e3ded07bf493906bd00b78d23229aa9fb7649597ef8-d
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/metadata=/Users/tony/Library/Caches/go-build/2e/2e0ec7f846790c8490fd59bc7a3220e9df1a84ace4f6adb80b741d4954eaf8db-d
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile hash/fnv=/Users/tony/Library/Caches/go-build/52/52d1bbe1a89ae9e7e5fae33f5c5b3bd6ea6278c6ce859e4b0c13ddb27f5f4b93-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile math=/Users/tony/Library/Caches/go-build/7e/7eb3abc2f6979ee9527c3017a13d2c80f397a6d0f55b9a73bdb973ed19b55ac4-d
packagefile math/rand=/Users/tony/Library/Caches/go-build/e4/e409000937c9b1b85a14e7849422e1ccb420737b141ad3435876d6a3f577129b-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile path=/Users/tony/Library/Caches/go-build/94/949f143bf94f29964d6e75cd430e41c62bea1d1ee8bbcf0a1686b0e38d36b735-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile runtime=/Users/tony/Library/Caches/go-build/af/af60da37908591d3d79b0ae860d8c1956ea8555d65896bd6ca45bdee94665ad1-d
packagefile runtime/debug=/Users/tony/Library/Caches/go-build/0e/0e6177d39a87d98e5d6f8c3603408fd9b7cc3b3ad4dd617093522e071bd1db92-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "$WORK/b503=>" -shared -N -l -p github.com/newrelic/go-agent/v3/newrelic -lang=go1.7 -complete -buildid TO7ez390UNTAM6UYGM3D/TO7ez390UNTAM6UYGM3D -goversion go1.17.9 -importcfg $WORK/b503/importcfg -pack /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/adaptive_sampler.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/analytics_events.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/apdex.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/app_run.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/application.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/attributes.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/attributes_from_internal.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/browser_header.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/collector.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/config.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/config_options.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/context.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/cross_process_http.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/custom_event.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/custom_events.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/custom_metric.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/datastore.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/distributed_tracing.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/doc.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/environment.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/error_events.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/errors.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/errors_from_internal.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/expect_implementation.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/harvest.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/instrumentation.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/internal_app.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/internal_response_writer.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/internal_txn.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/intrinsics.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/json_object_writer.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/limits.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/log.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/metric_names.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/metrics.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/obfuscate.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/priority.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/queuing.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/rand.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/rules_cache.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/sampler.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/segments.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/serverless.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/serverless_from_internal.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/slow_queries.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/span_events.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/sql_driver.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/sql_driver_optional_methods.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/stacktrace.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/trace_observer.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/trace_observer_common.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/tracing.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/transaction.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/transport.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/txn_cross_process.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/txn_events.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/txn_trace.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/url.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/utilities.go /Users/tony/go/pkg/mod/github.com/newrelic/go-agent/v3@v3.15.2/newrelic/version.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b252/_pkg_.a # internal
cp $WORK/b252/_pkg_.a /Users/tony/Library/Caches/go-build/87/87a4983cf439da4091614bb3ea294812e8640d181cb26c01795fb26c3091839d-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b385/_pkg_.a # internal
cp $WORK/b385/_pkg_.a /Users/tony/Library/Caches/go-build/82/825de9992e2fcd3dfb7398370d03054d75b56ecca5e062999a5ed6919d2a518b-d # internal
mkdir -p $WORK/b383/
cat >$WORK/b383/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal=$WORK/b384/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=$WORK/b385/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/Users/tony/Library/Caches/go-build/a0/a02807f05356cebc8ab40c3170c2c8d8bfba19ae9c59897165ade38e46240494-d
packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/Users/tony/Library/Caches/go-build/d1/d1561b1156936a628b6b548075bd2564c537b41854c0279b3ab4c14b7d430188-d
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal/googlecloud=/Users/tony/Library/Caches/go-build/98/9810a134b3010a8d519ef87f93dd4793a87eb1479c14437ef7307e3d469d51cc-d
packagefile google.golang.org/grpc/peer=$WORK/b325/_pkg_.a
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "$WORK/b383=>" -shared -N -l -p google.golang.org/grpc/credentials/alts -lang=go1.14 -complete -buildid i6QXN-OcLCM_QsPodT3z/i6QXN-OcLCM_QsPodT3z -goversion go1.17.9 -importcfg $WORK/b383/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/alts.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/alts/utils.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b404/_pkg_.a # internal
cp $WORK/b404/_pkg_.a /Users/tony/Library/Caches/go-build/a4/a47c8ce3489491ede56ef8b4c0f05fd4aa0fddf39c9d2e408dd89cb81e152a8b-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b403/_pkg_.a # internal
cp $WORK/b403/_pkg_.a /Users/tony/Library/Caches/go-build/ff/ffd0ff77f30a430d176dbc9284c83c8661c8053fe9fa2efe39b048d288cb6810-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b375/_pkg_.a # internal
cp $WORK/b375/_pkg_.a /Users/tony/Library/Caches/go-build/00/0089f55db502f505a88478472b99cc56e8deba25971f5494908f6689de681488-d # internal
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b383/_pkg_.a # internal
cp $WORK/b383/_pkg_.a /Users/tony/Library/Caches/go-build/08/08110b27e8d917a2d203819d8415d085b2844ac10e0797e4eb9d0566a4684eec-d # internal
mkdir -p $WORK/b382/
cat >$WORK/b382/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/alts=$WORK/b383/_pkg_.a
packagefile google.golang.org/grpc/credentials/oauth=/Users/tony/Library/Caches/go-build/d7/d7c4dcb333d8e51071e8948a39bc0b88313ae10b769e46249c5fc53b4b27191b-d
packagefile google.golang.org/grpc/grpclog=/Users/tony/Library/Caches/go-build/2f/2f0530b51c9d804f64bc199bbc3b6adc2bb54fbab59c7e08a430054e65939235-d
packagefile google.golang.org/grpc/internal=/Users/tony/Library/Caches/go-build/39/39be520a8fb6586ef59c33841ac68c157d0bd2f0de68d50c24d3e4d7912b14a4-d
packagefile net=$WORK/b067/_pkg_.a
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "$WORK/b382=>" -shared -N -l -p google.golang.org/grpc/credentials/google -lang=go1.14 -complete -buildid lfILaXKeJJFuMJI03bUQ/lfILaXKeJJFuMJI03bUQ -goversion go1.17.9 -importcfg $WORK/b382/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/google/google.go /Users/tony/go/pkg/mod/google.golang.org/grpc@v1.45.0/credentials/google/xds.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b382/_pkg_.a # internal
cp $WORK/b382/_pkg_.a /Users/tony/Library/Caches/go-build/20/20f35cd87fd83770dca2a0ce9705dc75ea8a1ce0555aa7cb1aa068d00bf45f14-d # internal
mkdir -p $WORK/b361/
cat >$WORK/b361/importcfg << 'EOF' # internal
# import config
packagefile cloud.google.com/go/compute/metadata=$WORK/b259/_pkg_.a
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile go.opencensus.io/plugin/ocgrpc=/Users/tony/Library/Caches/go-build/b2/b2053033fa485230416f73de1b558773ce34f2a9e9a66aaa696d05fa20992e60-d
packagefile golang.org/x/oauth2=/Users/tony/Library/Caches/go-build/2d/2dba3c045184dd7e121c33f05ae319292764de955b3d10f5f4ac80874699efc0-d
packagefile google.golang.org/api/internal=/Users/tony/Library/Caches/go-build/0e/0ee4b07e56a47946dff78b56ed43b89a025b89cb3b07681eeba0c5ccb4150b7a-d
packagefile google.golang.org/api/option=/Users/tony/Library/Caches/go-build/14/14c613f9340683d2145d9a9dec91e3767e1eefe7145c6f7f48dd9ec8e09ffccd-d
packagefile google.golang.org/api/transport/internal/dca=/Users/tony/Library/Caches/go-build/e5/e5a2596f78189f9741bd228584853fb89dc3be05d9246df396c2205f6ec460ad-d
packagefile google.golang.org/grpc=$WORK/b274/_pkg_.a
packagefile google.golang.org/grpc/balancer/grpclb=$WORK/b375/_pkg_.a
packagefile google.golang.org/grpc/credentials=$WORK/b285/_pkg_.a
packagefile google.golang.org/grpc/credentials/google=$WORK/b382/_pkg_.a
packagefile google.golang.org/grpc/credentials/oauth=/Users/tony/Library/Caches/go-build/d7/d7c4dcb333d8e51071e8948a39bc0b88313ae10b769e46249c5fc53b4b27191b-d
packagefile log=/Users/tony/Library/Caches/go-build/b0/b085a354085d2f8f9d05ca8fa06e1349b5efdcbea3b163230ce67385f8590e01-d
packagefile net=$WORK/b067/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync/atomic=/Users/tony/Library/Caches/go-build/60/60552d6c2d0e5f8ffbbea93c331e81aca0c152cdfc0ff1c1fef343d40b0c376e-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "$WORK/b361=>" -shared -N -l -p google.golang.org/api/transport/grpc -lang=go1.15 -complete -buildid P9XILbKCoB5WiTIeiBvE/P9XILbKCoB5WiTIeiBvE -goversion go1.17.9 -importcfg $WORK/b361/importcfg -pack /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/transport/grpc/dial.go /Users/tony/go/pkg/mod/google.golang.org/api@v0.74.0/transport/grpc/pool.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b361/_pkg_.a # internal
cp $WORK/b361/_pkg_.a /Users/tony/Library/Caches/go-build/98/98969b0ccacbc3d7abad9626914118378405a843c27b88f8cdb96a73f3f977fc-d # internal
mkdir -p $WORK/b258/
cat >$WORK/b258/importcfg << 'EOF' # internal
# import config
packagefile bytes=/Users/tony/Library/Caches/go-build/26/268127a45c5fde6b3b5cd315297980a0e6ab83e2dd37012d5ce3040cbd132961-d
packagefile cloud.google.com/go/compute/metadata=$WORK/b259/_pkg_.a
packagefile cloud.google.com/go/iam=/Users/tony/Library/Caches/go-build/2c/2c1a015d78287b13315b58ed62a77e692e97180a056e43e1f838227bce50aa16-d
packagefile cloud.google.com/go/internal=/Users/tony/Library/Caches/go-build/b8/b86fd7ec0129b4180c41fd2e7e2692d5b529462a7686c9ebb5e06d1ec857a1dc-d
packagefile cloud.google.com/go/internal/optional=/Users/tony/Library/Caches/go-build/32/32acaa4785023011a394e3b0bc385e5e3643290f4372b4234ba30702b5a488cd-d
packagefile cloud.google.com/go/internal/trace=/Users/tony/Library/Caches/go-build/37/370b17ae37ffb42ff5838993e7cc38fd3c2ccef9afe004e0e86343e11cff9afd-d
packagefile cloud.google.com/go/internal/version=/Users/tony/Library/Caches/go-build/e3/e3b584f2caa355247a9b67ad0fe3e4a8b82e00c5744d2c2a65cf542dfcd24e23-d
packagefile cloud.google.com/go/storage/internal=/Users/tony/Library/Caches/go-build/7c/7cd75966d8cfcf0af0698a7f2dba48d6fd09821172f561f0584129d5d0b277bc-d
packagefile cloud.google.com/go/storage/internal/apiv2=/Users/tony/Library/Caches/go-build/b8/b866d5b4fc5905328e090d0efe9fc726009045376c5d6c519ca131b100d0d51a-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto=/Users/tony/Library/Caches/go-build/24/24d2a4d114934d20fffdb2d86c3ce9ca5cc97a8101792e994bf0af0810354a57-d
packagefile crypto/rand=/Users/tony/Library/Caches/go-build/6b/6b1cbe2a1f7dd2f766a3425cfda830b154fad9b05e0c9e2e2bfee3b99dfef9c4-d
packagefile crypto/rsa=/Users/tony/Library/Caches/go-build/7d/7dbcaae03534a6daa463c7ef143d7592fcfba87ff7b294c02f32eb114fb9f0d5-d
packagefile crypto/sha256=/Users/tony/Library/Caches/go-build/5c/5cec9e6a72991bfd3d793f6f6019398f3dc0bc103ebd7507a0116bc6ef409943-d
packagefile crypto/x509=$WORK/b104/_pkg_.a
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile encoding/hex=/Users/tony/Library/Caches/go-build/f7/f758add672196ed5ea4f53edcafdd7ebf61f74bd6838985fbacb83432ae64068-d
packagefile encoding/json=/Users/tony/Library/Caches/go-build/f9/f99cb711ccb3666a3dad8ec2cb3bab3d234939d03523d4074ec754c223e528e2-d
packagefile encoding/pem=/Users/tony/Library/Caches/go-build/b3/b398ab82a012fa0e8558dc6b3086680cf0a23bfcc38f1be98d59578bbac6d5fb-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/golang/protobuf/proto=/Users/tony/Library/Caches/go-build/34/34282415452e049a9f9e559efdc4f07f20e8e8ab6fe875b81694e00478142651-d
packagefile github.com/googleapis/gax-go/v2=/Users/tony/Library/Caches/go-build/eb/ebfc68f355e2c71569292e5906a67654b342830e8e862592195e73b706aa9e61-d
packagefile github.com/googleapis/go-type-adapters/adapters=/Users/tony/Library/Caches/go-build/23/236c8eb23eabfc287a2d40d7b44a7aff47cf31d06b0384f7649f0c99f0e78154-d
packagefile golang.org/x/oauth2/google=$WORK/b352/_pkg_.a
packagefile golang.org/x/xerrors=/Users/tony/Library/Caches/go-build/ce/ceda4ba62a662fca59f9822dca277075bf9e042ccafc4db8aef3eaa07389605b-d
packagefile google.golang.org/api/googleapi=/Users/tony/Library/Caches/go-build/58/589acef8750564830c0eeee74587f23d77a7ee3e376a3e2a6de24b1fede5ab33-d
packagefile google.golang.org/api/iamcredentials/v1=/Users/tony/Library/Caches/go-build/d1/d1bff263725890b3e182fe5992ea54842fe98bb79afe87906b1b69768d2fcb8b-d
packagefile google.golang.org/api/iterator=/Users/tony/Library/Caches/go-build/18/18c1d5a8147261395dec270dcc3a820413cbe5f824bb0ebd3929fd4573e7a6fd-d
packagefile google.golang.org/api/option=/Users/tony/Library/Caches/go-build/14/14c613f9340683d2145d9a9dec91e3767e1eefe7145c6f7f48dd9ec8e09ffccd-d
packagefile google.golang.org/api/option/internaloption=/Users/tony/Library/Caches/go-build/0a/0af395977b83ed03418c0a69db22602ae8330e8ace0b465b911a4ecf70661156-d
packagefile google.golang.org/api/storage/v1=/Users/tony/Library/Caches/go-build/82/82ca98be5b56ba77e4e9bf21c3b5e784c6af6d549c4d0b86153f7db5851e740c-d
packagefile google.golang.org/api/transport=/Users/tony/Library/Caches/go-build/05/05a9ca48cd8e400eea397e81d12ff7107e0706ac3c933476155201cc252a5246-d
packagefile google.golang.org/api/transport/http=$WORK/b404/_pkg_.a
packagefile google.golang.org/genproto/googleapis/iam/v1=/Users/tony/Library/Caches/go-build/fa/fae0cc34ff2c53e7999c02d8ac5c6560a3af58b1812f970f612105e9ec8ce0f1-d
packagefile google.golang.org/genproto/googleapis/storage/v2=/Users/tony/Library/Caches/go-build/4b/4bbf7149f34c476e8103646bf952eb33422ad2b5ee40e64a8242fd4b9266a9a2-d
packagefile google.golang.org/genproto/googleapis/type/expr=/Users/tony/Library/Caches/go-build/a4/a4bcfd4b2cf29eeb5f15bc61f22e133aa40917dc04e1bc93ad9f729599a0c481-d
packagefile google.golang.org/grpc=$WORK/b274/_pkg_.a
packagefile google.golang.org/grpc/codes=/Users/tony/Library/Caches/go-build/31/317badbb4597ff4ce0d0e020dca832c2cde13d95a609ab7c24388a86916308a2-d
packagefile google.golang.org/grpc/status=/Users/tony/Library/Caches/go-build/d9/d93435ab304caa57735f0a95ab3983bc59edf9a83efd7cff4c9609719aa00e61-d
packagefile google.golang.org/protobuf/proto=/Users/tony/Library/Caches/go-build/08/08eb657979ad2e30f5ab8c6e514b706589545325ddca998f8b27d9764c0ec2b5-d
packagefile google.golang.org/protobuf/reflect/protoreflect=/Users/tony/Library/Caches/go-build/9e/9eded7d0bc0b79588d4e9002501466c32de9cf69603ffbb8b358d20006ebb1a7-d
packagefile google.golang.org/protobuf/types/known/timestamppb=/Users/tony/Library/Caches/go-build/bc/bc4080c80af996b9efcd23fe1208f2a082e21d4e14fd44817e97b9677f529215-d
packagefile hash/crc32=/Users/tony/Library/Caches/go-build/e2/e2bac99a67cf1a799707baafb41cb3a82001d2688d341246ce8d2e614e5a916d-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/url=/Users/tony/Library/Caches/go-build/fd/fd807549e69885af5d65fdb470efcbbdc774ffda572782388c3218878f25e53e-d
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile reflect=/Users/tony/Library/Caches/go-build/9f/9f1b771cfa337542fd498b35a98cdc2b813f5810497c434f9a7a1fd928312186-d
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile sort=/Users/tony/Library/Caches/go-build/e5/e5f6441467e18d76076c258dd0fb0251a2b40c4c6fe585fc0174435867f322fa-d
packagefile strconv=/Users/tony/Library/Caches/go-build/a8/a8015f207efe1d7921f77322ef66d70b5b0818def2acbb74fbf4531b94e43255-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
packagefile unicode/utf8=/Users/tony/Library/Caches/go-build/ad/ad8bb1ae3ecf9049600663382c688817985c052f39cd0535365f28d52dcd5964-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "$WORK/b258=>" -shared -N -l -p cloud.google.com/go/storage -lang=go1.15 -complete -buildid -FFA8-xVjBY1IaleJn4I/-FFA8-xVjBY1IaleJn4I -goversion go1.17.9 -importcfg $WORK/b258/importcfg -pack /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/acl.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/bucket.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/client.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/copy.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/doc.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/grpc_client.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/hmac.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/http_client.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/iam.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/invoke.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/notifications.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/post_policy_v4.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/reader.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/storage.go /Users/tony/go/pkg/mod/cloud.google.com/go/storage@v1.22.0/writer.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b258/_pkg_.a # internal
cp $WORK/b258/_pkg_.a /Users/tony/Library/Caches/go-build/4b/4bc5d0efb84950fc61d8060c99d262598a99d1b60cec8595e7c76d49131dfd48-d # internal
mkdir -p $WORK/b180/
cat >$WORK/b180/importcfg << 'EOF' # internal
# import config
packagefile compress/gzip=/Users/tony/Library/Caches/go-build/ec/ec0bf65df308c0e90db20b979efbc3ff2810c082cc00ab900ce851a7ad5a1cba-d
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile crypto/tls=$WORK/b084/_pkg_.a
packagefile encoding/base64=/Users/tony/Library/Caches/go-build/e7/e7e94b2ad38430c147219f225e50902cacc1dc82a27d2f854ad172399e764d08-d
packagefile errors=/Users/tony/Library/Caches/go-build/d5/d5acec4e6cec511c4be4fe367e9bbabde105b9c5c78808d490654c644bb3e2a1-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/imgproxy/imgproxy/v3/bufpool=/Users/tony/Library/Caches/go-build/64/648489a0323db12e023337c4473f56f5c3af3b885615268514925ad4cf4193fe-d
packagefile github.com/imgproxy/imgproxy/v3/bufreader=/Users/tony/Library/Caches/go-build/ba/ba46ba619121b30693d48a94b2015e3905b4b114382c977e0d6f82a116046e35-d
packagefile github.com/imgproxy/imgproxy/v3/config=/Users/tony/Library/Caches/go-build/09/0983583a7a9c88030d1494cb0bca3dd35af9a5a0c902b2dbae5e3107a31402b4-d
packagefile github.com/imgproxy/imgproxy/v3/ierrors=/Users/tony/Library/Caches/go-build/ee/eebccc98ae3eaa236fadd79f1ebe15f421a748fb61b6362b0b18612faa03e6a4-d
packagefile github.com/imgproxy/imgproxy/v3/imagemeta=/Users/tony/Library/Caches/go-build/f0/f09d90d6d9d14d2caab6af2f3e69a47428c406fb09d19a892f36f1f26ff82a8c-d
packagefile github.com/imgproxy/imgproxy/v3/imagetype=/Users/tony/Library/Caches/go-build/96/96b829055b98b7d1e65ba91f6538bde9c9fa9949d2635db96c1c167bd14fc697-d
packagefile github.com/imgproxy/imgproxy/v3/security=/Users/tony/Library/Caches/go-build/62/622c456c76486af0cf448e4e8f9cdff70b1f4a95da66e60aa581bd8ef5f6928f-d
packagefile github.com/imgproxy/imgproxy/v3/transport/azure=/Users/tony/Library/Caches/go-build/83/83dfa8191771214bc8410b385270a663719332c87cd61a13fb172e1f0c3a0a18-d
packagefile github.com/imgproxy/imgproxy/v3/transport/fs=/Users/tony/Library/Caches/go-build/0d/0db5218db5a2151d0a84f756fa2c54d13c121ac6ceb9a7e9faf06333ec54be3b-d
packagefile github.com/imgproxy/imgproxy/v3/transport/gcs=/Users/tony/Library/Caches/go-build/da/da9fc4cb645bb65cd58fed69827fc207f6dfde5a2470b857fccefd9f559eecd1-d
packagefile github.com/imgproxy/imgproxy/v3/transport/s3=/Users/tony/Library/Caches/go-build/f0/f05457cc37f2f30bc8c17e051273b2562eaeba84643cba8f520eaf968466ded4-d
packagefile github.com/imgproxy/imgproxy/v3/transport/swift=/Users/tony/Library/Caches/go-build/28/28bec32fb543df58cc01da57e2d8250298905c73ece973cbc6ef146f67365f43-d
packagefile io=/Users/tony/Library/Caches/go-build/59/594204c3fa8475e5fd00786dcf403a694036e4e810da4bbf9043449b0a3a35ef-d
packagefile io/ioutil=/Users/tony/Library/Caches/go-build/86/86cf394e5fffa7139748971b20a0e2205ef0dad7c81f3d994091f3b496a37e90-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile net/http/cookiejar=$WORK/b066/_pkg_.a
packagefile os=/Users/tony/Library/Caches/go-build/07/070af6226db222776217b0f07d6bbb73d8753c52aab2739bcb91cfb5fe44e1a9-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile sync=/Users/tony/Library/Caches/go-build/2b/2b9279715914da374f7236cf77252b3044e672089050ab58b51c7d03c918db46-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -shared -N -l -p github.com/imgproxy/imgproxy/v3/imagedata -lang=go1.16 -complete -buildid qwiOPyFnr7eN7AHngWsZ/qwiOPyFnr7eN7AHngWsZ -goversion go1.17.9 -importcfg $WORK/b180/importcfg -pack ./imagedata/download.go ./imagedata/image_data.go ./imagedata/read.go ./imagedata/timeout.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b180/_pkg_.a # internal
cp $WORK/b180/_pkg_.a /Users/tony/Library/Caches/go-build/82/82c675b3bb769dff28a3c4c32b309c46821d6bb6c141b145d6bc5845b8a208c1-d # internal
mkdir -p $WORK/b465/
cd /Users/tony/Workspace/goland/imgproxy/vips
pkg-config --cflags -- vips
pkg-config --libs -- vips
go build github.com/imgproxy/imgproxy/v3/vips: invalid flag in #cgo LDFLAGS: -s
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b503/_pkg_.a # internal
cp $WORK/b503/_pkg_.a /Users/tony/Library/Caches/go-build/3c/3c902a75842b009216d34d9c84d83e1202fd74b4008ce8a80225fba3b3ca02ad-d # internal
mkdir -p $WORK/b513/
cat >$WORK/b513/importcfg << 'EOF' # internal
# import config
packagefile context=/Users/tony/Library/Caches/go-build/b4/b4c12a093d29a1a21f53f9470fe1e57983bdf95c4db73a55b1e272d98e9d98d0-d
packagefile fmt=/Users/tony/Library/Caches/go-build/81/81c30e31353ab65e74d4f6d433e871adf103da13e3e9e46720d2223939a79363-d
packagefile github.com/imgproxy/imgproxy/v3/config=/Users/tony/Library/Caches/go-build/09/0983583a7a9c88030d1494cb0bca3dd35af9a5a0c902b2dbae5e3107a31402b4-d
packagefile github.com/imgproxy/imgproxy/v3/ierrors=/Users/tony/Library/Caches/go-build/ee/eebccc98ae3eaa236fadd79f1ebe15f421a748fb61b6362b0b18612faa03e6a4-d
packagefile github.com/imgproxy/imgproxy/v3/metrics=/Users/tony/Library/Caches/go-build/d2/d2289ccc53562e1e20f5e30012d5299b7c2633795c46d141945bb32d37447b95-d
packagefile github.com/matoous/go-nanoid/v2=/Users/tony/Library/Caches/go-build/1a/1ac55a51a62352c5c106a1ee6f06dd05411d01238c76ac5560cca045687ea744-d
packagefile github.com/sirupsen/logrus=/Users/tony/Library/Caches/go-build/b0/b0420e392c9719614ab70ecbc5e9b81d4536c50fc8b5daf6ec4281f202839c92-d
packagefile net=$WORK/b067/_pkg_.a
packagefile net/http=$WORK/b072/_pkg_.a
packagefile regexp=/Users/tony/Library/Caches/go-build/d5/d5853dfd7d1e993fb2bf032da474e438dae5e84e3c6ac973fcdfec2f924f141d-d
packagefile strings=/Users/tony/Library/Caches/go-build/f1/f1b26a3c7b0a500494f180066594c89721ef147a326fd75fd4dffdb35477dd73-d
packagefile time=/Users/tony/Library/Caches/go-build/41/41441cf0ed6cf84b41b5ecc80b1eca135e9f2586c21a6f262834bf8478f4d9fd-d
EOF
cd /Users/tony/Workspace/goland/imgproxy
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "$WORK/b513=>" -shared -N -l -p github.com/imgproxy/imgproxy/v3/router -lang=go1.16 -complete -buildid rTR3CJSbwlNUV3N88Zxw/rTR3CJSbwlNUV3N88Zxw -goversion go1.17.9 -importcfg $WORK/b513/importcfg -pack ./router/logging.go ./router/router.go ./router/timer.go
/Users/tony/sdk/go1.17.9/pkg/tool/darwin_arm64/buildid -w $WORK/b513/_pkg_.a # internal
cp $WORK/b513/_pkg_.a /Users/tony/Library/Caches/go-build/d9/d9e72e424847df8b8aec5133cdc9601d4eb4a738565d83da3ce6732560198b20-d # internal
This line https://github.com/imgproxy/imgproxy/blob/91a3671f9d58c68854335bd2fe9921212401ab6f/vips/vips.go#L5 is telling the linker to remove all debug information from the executable.
This line https://github.com/imgproxy/imgproxy/blob/91a3671f9d58c68854335bd2fe9921212401ab6f/vips/vips.go#L5 is telling the linker to remove all debug information from the executable.
thanks bro, I got it, you are the best👍
What version of Delve are you using (
dlv version
)?What version of Go are you using? (
go version
)?go1.18.1
by the way, go1.17.9 also has this problemWhat operating system and processor architecture are you using?
apple m1
What did you do?
debug with goland
What did you expect to see?
normal debug
What did you see instead?
Debugger finished with the exit code 1