go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.89k stars 2.14k forks source link

could not launch process: decoding dwarf section info at offset 0x0: too short #1138

Closed friends110110 closed 6 years ago

friends110110 commented 6 years ago

When I brew install go ,and go get -u -v github.com/derekparker/delve/cmd/dlv , I debug the program, it throw Exception as following (while it is ok when I run the program, ): GOROOT=/usr/local/Cellar/go/1.10/libexec #gosetup GOPATH=/Users/friends/Documents/VirtualMachine/share/gopath #gosetup /usr/local/Cellar/go/1.10/libexec/bin/go build -gcflags "-N -l" -tags nopkcs11 "-ldflags=-linkmode internal" -o /private/var/folders/cg/mwzlhrjs5y55ny553g6xz9tr0000gn/T/_peerserver -gcflags "all=-N -l" /Users/friends/Documents/VirtualMachine/share/gopath/src/github.com/hyperledger/fabric/peer/main.go #gosetup "/Applications/GoLand 1.0 EAP.app/Contents/plugins/intellij-go-plugin/lib/dlv/mac/dlv" --listen=localhost:50170 --headless=true --api-version=2 --backend=native exec /private/var/folders/cg/mwzlhrjs5y55ny553g6xz9tr0000gn/T/peer_server -- node start --peer-chaincodedev=true -orderer 192.168.120.189:7050 #gosetup could not launch process: decoding dwarf section info at offset 0x0: too short

Delve Debugger Version: 1.0.0 Build: $Id: c98a142125d0b17bb11ec0513bde346229b5f533 $

go version go1.10 darwin/amd64

MacOS Darwin

aarzilli commented 6 years ago

What that error means is the executable doesn't have debug symbols. This is usually a user error (stripped the executable) or a bug in the compiler/linker. Either way not a bug in delve.

In your case, however, I can not reproduce the problem at all. Running go build -gcflags='all=-N -l' -tags nopkcs11 -ldflags='-linkmode internal' in $GOPATH/src/github.com/hyperledger/fabric/peer (i.e. the same thing that IntelliJ is doing for you) on my macOS VM produces a debuggable executable.

Since you are not the first one to experience this problem (see #1006) I'm starting to think that there is some weird state that macOS can be in that will result in executables missing debug symbols. What's even weirder is that you are specifying -linkmode internal.

Can you post the output of go build -x -gcflags='all=-N -l' -tags nopkcs11 -ldflags='-linkmode internal' in $GOPATH/src/github.com/hyperledger/fabric/peer along with the output of objdump -section-headers ./peer (after you run the other command)?

Closed because it can not be reproduced.

friends110110 commented 6 years ago

But when I downupgrade the go version to 1.9.4 , it could debug normally.

dlsniper commented 6 years ago

Leaving a comment here to cross-link the issues https://youtrack.jetbrains.com/issue/GO-5446

friends110110 commented 6 years ago
friendsdeMacBook-Pro:peer friends$ go build -x -gcflags='all=-N -l' -tags nopkcs11 -ldflags='-linkmode internal'
WORK=/var/folders/cg/mwzlhrjs5y55ny553g6xz9tr0000gn/T/go-build562298797
mkdir -p $WORK/b001/
cat >$WORK/b001/importcfg.link << 'EOF' # internal
packagefile github.com/hyperledger/fabric/peer=/Users/friends/Library/Caches/go-build/ca/ca683522b3f12a2d56add698e31073a6842aafcfe2659b33446b6d7ffd700e02-d
packagefile fmt=/Users/friends/Library/Caches/go-build/3c/3c26af7eab3d6e4ba7fe18871fcaeb4185c8c9ac6f48b79351484878cd7bb603-d
packagefile github.com/hyperledger/fabric/common/flogging=/Users/friends/Library/Caches/go-build/e0/e05ebf439065cc937dac74b4f9e1c2bb0189986bc0683fd1012cd56d17ab96a7-d
packagefile github.com/hyperledger/fabric/core/config=/Users/friends/Library/Caches/go-build/49/49ef6d7da230e398904078c1e22dd7ff140c6ba58e379d62f38919e2764fc4ba-d
packagefile github.com/hyperledger/fabric/peer/chaincode=/Users/friends/Library/Caches/go-build/68/68be5ff60c33e840eda0dfee852882937ba5d7d8cea3d3433673a7def718d8d7-d
packagefile github.com/hyperledger/fabric/peer/channel=/Users/friends/Library/Caches/go-build/29/29772b67b4f50cc4f387cb7926232637a4dfad0a41fdf430520dd3e289ad429c-d
packagefile github.com/hyperledger/fabric/peer/clilogging=/Users/friends/Library/Caches/go-build/fe/fe02d63da20d08896ce61783d067508ec7277ea6b23d2fdaee20eb98f3737735-d
packagefile github.com/hyperledger/fabric/peer/common=/Users/friends/Library/Caches/go-build/72/7224ffcd3e73fd1d3da3eca1080a938f5c91b48bd4be846cc6b8ff9a132d5eab-d
packagefile github.com/hyperledger/fabric/peer/node=/Users/friends/Library/Caches/go-build/c1/c116b6cf209e796459afea64cfe88070107dee6184ac792cf63065ebb0f4020d-d
packagefile github.com/hyperledger/fabric/peer/version=/Users/friends/Library/Caches/go-build/6e/6e37d2c6ccf5545980d3b91bad68750f15fc76e6b0ed95ee916e97f46e7d307a-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spf13/cobra=/Users/friends/Library/Caches/go-build/e2/e2367c0ac0884165502ed90dd51329ffe7713b940793adb85f7f686b9c56e3e2-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spf13/viper=/Users/friends/Library/Caches/go-build/92/92b320ddfffb512dead3db13e6af59484a7fa484463105cf23436d4d1915f65a-d
packagefile net/http/pprof=/Users/friends/Library/Caches/go-build/e2/e25a9e03a9fa12feb3b7a9c33be50ceb8711e4f18f891f864f88120a61d9fe00-d
packagefile os=/Users/friends/Library/Caches/go-build/03/03fd772169b96fe861bab6402dc1462ae1b2a5f9243e5a7ffb953548193baa33-d
packagefile runtime=/Users/friends/Library/Caches/go-build/b2/b27b8c8838ae21cffdb0f7a6f58278c4706ed708d9c750733414c7ce68cee693-d
packagefile strings=/Users/friends/Library/Caches/go-build/79/79eb6bf789ae170c48c757dbfcd83a2dd61d35337008d09f1926dbc643ffbeb2-d
packagefile errors=/Users/friends/Library/Caches/go-build/92/92bebe3b4de0cf4a7ffdcc05ddf0c6800101f45b55766551b71dc6bbff40e994-d
packagefile io=/Users/friends/Library/Caches/go-build/53/534f1242d0ec45397f668b5662d8c9b43f888be7a76b395393a02bab5d09a65a-d
packagefile math=/Users/friends/Library/Caches/go-build/2b/2b9b823956c1649fe18f202dcfe0cfe31604cae743204ac0519f5d29a906111a-d
packagefile reflect=/Users/friends/Library/Caches/go-build/58/58cf0fa9a6529c0cd19f2cec6585795dfc13d74ea74f74a327df2b2124ba63de-d
packagefile strconv=/Users/friends/Library/Caches/go-build/7e/7ebf39764a7ffa284a3e82b435e513fe5d4e11beb69beeb08d65c26625b30d0b-d
packagefile sync=/Users/friends/Library/Caches/go-build/d4/d47bd7c8ae9621ffb15981d2a70392b8476bdd91b2ea48847ea3698ea1e1a8e3-d
packagefile unicode/utf8=/Users/friends/Library/Caches/go-build/52/520df34107488e6d461b380424ebb7c333c9e6229240be481c5ce7827ee3e2a0-d
packagefile github.com/hyperledger/fabric/vendor/github.com/op/go-logging=/Users/friends/Library/Caches/go-build/1e/1ed7eb856f5513bb839b7dbdeba3a34a1e318d53b7afac0e56e8412570b50848-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/grpclog=/Users/friends/Library/Caches/go-build/29/29dfd783032dbfb01061a93ee4cb686ecdb3e60a92ae95ad81ff7d31b1931876-d
packagefile regexp=/Users/friends/Library/Caches/go-build/86/8691730f14f263684c96f4602f1654ddf32da4cff53a0820ebd27a195b9f9499-d
packagefile path/filepath=/Users/friends/Library/Caches/go-build/f9/f94af6a9e2cf19f99f31f07e71cbe9440329e64d69547cac774069cf94404670-d
packagefile encoding/json=/Users/friends/Library/Caches/go-build/89/89fc283d1ef5929bd23817cb37200dbff12a7ab91dde1465b191e55d30514a84-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/protobuf/proto=/Users/friends/Library/Caches/go-build/b3/b32762c9979c5272e8628a930b265817699340f4542280051eabf65b18b987b3-d
packagefile github.com/hyperledger/fabric/common/cauthdsl=/Users/friends/Library/Caches/go-build/ed/ed1dea86d5e0a138933ad9dcdc52b1666ca2bad68cbdc5b87e2eaf5d83eb197b-d
packagefile github.com/hyperledger/fabric/common/util=/Users/friends/Library/Caches/go-build/5a/5a8694016a2b4fb4b805a80a2a4085884a09e862bba39114305c43efc58002b1-d
packagefile github.com/hyperledger/fabric/core/chaincode=/Users/friends/Library/Caches/go-build/0b/0bb9f212eb7d10af468e5062b2016c485c02feb8b6c9e31087475c039a9d1c94-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms=/Users/friends/Library/Caches/go-build/d6/d640e16c523703130ca8ab804b72ec1548e9eb7940f51cd6da1035543287e08b-d
packagefile github.com/hyperledger/fabric/core/chaincode/shim=/Users/friends/Library/Caches/go-build/6e/6eb54db51edda8cb6daae86cf98fc41ff44eda802aceada9c8dc7bc8a6211f23-d
packagefile github.com/hyperledger/fabric/core/common/ccpackage=/Users/friends/Library/Caches/go-build/01/015b76f1960dd7c44014e99382d33a3dcda99c70e3781750ba02db083bc11f8a-d
packagefile github.com/hyperledger/fabric/core/common/ccprovider=/Users/friends/Library/Caches/go-build/f1/f1f93e023913721d1437f63c8cf390760acef1a1e095f78b8f83c0541e59d786-d
packagefile github.com/hyperledger/fabric/core/container=/Users/friends/Library/Caches/go-build/ac/ac0a59053fa1ebf7519ff2a27e80ffb214971917d1e52e5cc3328b3897b72c3d-d
packagefile github.com/hyperledger/fabric/msp=/Users/friends/Library/Caches/go-build/57/573b93b34c120b17f28c23f95a6b9ee364c800bebd099e1d7ada3127a1ed03b1-d
packagefile github.com/hyperledger/fabric/msp/mgmt=/Users/friends/Library/Caches/go-build/4b/4bcc27986ce1788581af941a34a7250e121dba4c0fa878cc87642fab5dfe8695-d
packagefile github.com/hyperledger/fabric/protos/common=/Users/friends/Library/Caches/go-build/c4/c4232acd4f7a2d713bbe8b84a09b1f9699dae09d0b47b2fc360278cd551b46a4-d
packagefile github.com/hyperledger/fabric/protos/peer=/Users/friends/Library/Caches/go-build/91/913ac995cc2d61837029c59c9a9f1110a0b1f95425c032b21c66b82d21412562-d
packagefile github.com/hyperledger/fabric/protos/utils=/Users/friends/Library/Caches/go-build/56/56d9338e0ebabccdfdbd85e907329392cd78ac63bd024150d443219df2179b2f-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spf13/pflag=/Users/friends/Library/Caches/go-build/aa/aa6556cb220ebfc799126e99fc3042c60549b0823f6d53e97a9b06544b1ca49b-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/context=/Users/friends/Library/Caches/go-build/13/13b3dd16dc83ff160b0caf3a76242f837ffc21914171edbe6df3973ee488e0fe-d
packagefile io/ioutil=/Users/friends/Library/Caches/go-build/6b/6b83ad8cafc71c593bcb98b77d1a8d62e43d9b5c9568b714bc1bc29d48ce7ea7-d
packagefile github.com/hyperledger/fabric/common/configtx=/Users/friends/Library/Caches/go-build/a6/a61424d514b5e34a3f192802653ae77003af4a07208ea65dd3da00c829167a21-d
packagefile github.com/hyperledger/fabric/common/localmsp=/Users/friends/Library/Caches/go-build/59/59539a411f52c361ca7677f79ef36e75b9192618483ea5aa5d31a39c12c64c4e-d
packagefile github.com/hyperledger/fabric/common/tools/configtxgen/encoder=/Users/friends/Library/Caches/go-build/2f/2fb58e4fbca5c613ce5eb8010d4d98ce1a046776f4dd078f91335153b6c60c03-d
packagefile github.com/hyperledger/fabric/common/tools/configtxgen/localconfig=/Users/friends/Library/Caches/go-build/d8/d8c00e08e4bd98a9f4720dd7171b44849ce175f5eae78a95236fc586591334cb-d
packagefile github.com/hyperledger/fabric/core/scc/cscc=/Users/friends/Library/Caches/go-build/ab/ab8832fdda4f8c70abfab6449be5fd7799509a230df4917aa0bcdd299025b9e3-d
packagefile github.com/hyperledger/fabric/core/scc/qscc=/Users/friends/Library/Caches/go-build/52/52615b4d0f725c60d5f9f47b5e05a904e3f63d24eb285862f075d84d9fc41100-d
packagefile github.com/hyperledger/fabric/hsl/core/scc/common=/Users/friends/Library/Caches/go-build/f4/f42d4157e259958e855d0f2f124ecd82f2afa98589704054e80cf563d16051fe-d
packagefile github.com/hyperledger/fabric/hsl/core/scc/cscc=/Users/friends/Library/Caches/go-build/bf/bfa8f6b7f37a935a23b1be4dcdee2083d25fb18ecf0f91180aa04c5f82ccda99-d
packagefile github.com/hyperledger/fabric/protos/orderer=/Users/friends/Library/Caches/go-build/84/849c3b4eb90b24a37947fa0ca2ae5ee6f053a14ec9e0054794e8372e66d19bbf-d
packagefile github.com/hyperledger/fabric/vendor/github.com/pkg/errors=/Users/friends/Library/Caches/go-build/a3/a32138086a17d9e21c6c7d5e353c25aa2aaf9b8f89441808db26e3e454da9cdd-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc=/Users/friends/Library/Caches/go-build/ac/ac5d918a7b2e17162e0906d9ebfec1763bfbea0a75e3def2e29f2a3ed1a5783c-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/credentials=/Users/friends/Library/Caches/go-build/c7/c703f9da6148e80d09f76f948bd07e5fa02e01832c62d3566666507accf755fe-d
packagefile time=/Users/friends/Library/Caches/go-build/06/068ed4a1b5ad6553fe7f31d88948158593429cd19552cb4387c2a8e61cb03a1d-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/protobuf/ptypes/empty=/Users/friends/Library/Caches/go-build/ae/ae33735fe9f43b43012713ebafcd50f729b3021919d8e761b4ebe98982954bad-d
packagefile github.com/hyperledger/fabric/bccsp/factory=/Users/friends/Library/Caches/go-build/1b/1b4f7cdd732b7a7d45cb3ac586086ad67139ad9414b60e66f72fc2e6c39b70f6-d
packagefile github.com/hyperledger/fabric/common/channelconfig=/Users/friends/Library/Caches/go-build/d2/d2b1dc888565667040bdd5a619d3f9b58edb1da35b30525a83280a34a1fbbcc2-d
packagefile github.com/hyperledger/fabric/common/viperutil=/Users/friends/Library/Caches/go-build/9a/9af05e8f3bf2525f2f1fa8cad10efd6b6fc36b8c5987bcc2fb29fa56551aac79-d
packagefile github.com/hyperledger/fabric/core/peer=/Users/friends/Library/Caches/go-build/0f/0fe97c55a75212f99bb64820e9fde240d5d3b6a5e4be4bbce39b07a23649eb6c-d
packagefile github.com/hyperledger/fabric/core=/Users/friends/Library/Caches/go-build/94/94e1fe525f47bac65555f2e83b7c6a6a359e945dc5d0d03717b5e1f20f2d6267-d
packagefile github.com/hyperledger/fabric/core/aclmgmt=/Users/friends/Library/Caches/go-build/8e/8e3f899d6a331e3955424cbd46482b963d017de756c92eb7e017bc970201bbcf-d
packagefile github.com/hyperledger/fabric/core/chaincode/accesscontrol=/Users/friends/Library/Caches/go-build/bb/bb88745998f6bcf1e70453ed55f5094a73928d40caadd5ce3a638e684697751b-d
packagefile github.com/hyperledger/fabric/core/comm=/Users/friends/Library/Caches/go-build/aa/aaeb4ef77f1f2f66a0d637686294801d5a7da6160dcc009e172784eb061c5b05-d
packagefile github.com/hyperledger/fabric/core/endorser=/Users/friends/Library/Caches/go-build/78/789483cf0e9535433776b3db9e7b040d4454826deeabf656a58ab3b9867d802c-d
packagefile github.com/hyperledger/fabric/core/handlers/auth=/Users/friends/Library/Caches/go-build/c8/c85ba7bb9a04ab4aaa789be61d426266ee91ee08a82b7fdb76f7fb3d789c929a-d
packagefile github.com/hyperledger/fabric/core/handlers/library=/Users/friends/Library/Caches/go-build/ac/accd22fe3c8567c55443aa161c47a6a7df5e99369f9f718a2ee9c3d0cfbd00e9-d
packagefile github.com/hyperledger/fabric/core/ledger/customtx=/Users/friends/Library/Caches/go-build/8a/8a0178d6a440f6f8c687a6da36cd9667343eb0046f9e3b0b58040be0974f740c-d
packagefile github.com/hyperledger/fabric/core/ledger/ledgermgmt=/Users/friends/Library/Caches/go-build/96/962f9a677d34cf31c6bd208eb2229196743b276989319da02e373cb3d81ab117-d
packagefile github.com/hyperledger/fabric/core/scc=/Users/friends/Library/Caches/go-build/0b/0bf6765b48bdff390f94f52e5b927aefd172d4783b0c4282174ae1df5777b3c6-d
packagefile github.com/hyperledger/fabric/events/producer=/Users/friends/Library/Caches/go-build/c2/c284b9bf63e8346a2e10ad8a872e97618bfd033e059d44ac5dad68e07e17754e-d
packagefile github.com/hyperledger/fabric/gossip/service=/Users/friends/Library/Caches/go-build/67/678756091de792b8c5fc9d6f2d2aca2055fabc0399e33809c9a10797264fef84-d
packagefile github.com/hyperledger/fabric/peer/gossip=/Users/friends/Library/Caches/go-build/9a/9a447855d0391e3580e89e2b4f64afa4e6f37c048c2939b132f8f0474303e4b5-d
packagefile github.com/hyperledger/fabric/protos/ledger/rwset=/Users/friends/Library/Caches/go-build/83/8387210d103a32b2bf5f833f20feb94054faa32050cfb29ba511d3b687447173-d
packagefile net=/Users/friends/Library/Caches/go-build/54/54997b8d8b1b7a6f0ea73ef3b827224f495861d1ad49e4f613cd20964290dab4-d
packagefile net/http=/Users/friends/Library/Caches/go-build/41/419cc721a8d16e3eb2e9906ce648f5c95ecc82985c6164d2c972271567afaf42-d
packagefile os/signal=/Users/friends/Library/Caches/go-build/d2/d2a0627b97dd8c10af78e58e29e29301f22de3df047c73cdc665d687f2b646db-d
packagefile syscall=/Users/friends/Library/Caches/go-build/11/11a75f2c1b0bc6e6540de9abf85d67d431c9f823b1edb2a1d488bc1c80aef74d-d
packagefile github.com/hyperledger/fabric/common/metadata=/Users/friends/Library/Caches/go-build/ab/ab2be294cec77ea43eaf4f3585a11bfa9988d64f2c4e2b90ed0e898b9439a0fd-d
packagefile bytes=/Users/friends/Library/Caches/go-build/b9/b9149fc517dff54d6c57b1de37b4c4f0f480cff736e6e0ea06b74c6d77d7655d-d
packagefile sort=/Users/friends/Library/Caches/go-build/43/4305d57f4d584bf20e5c2936911d034deff6712afbe2b1ddad513d4d9558d674-d
packagefile text/template=/Users/friends/Library/Caches/go-build/9e/9edc55ddd8ab490ae4f92eff1325ade9f133f8319048079498cb5e7749fcd8bd-d
packagefile unicode=/Users/friends/Library/Caches/go-build/31/311278d2f37ccbfa705f06b589c935414ca46c2054b6504947716045171e3153-d
packagefile github.com/hyperledger/fabric/vendor/github.com/BurntSushi/toml=/Users/friends/Library/Caches/go-build/0c/0c10ef134087187099f0f07d6fe635516ce7e6b59067012b6f39d57276a568ea-d
packagefile github.com/hyperledger/fabric/vendor/github.com/kr/pretty=/Users/friends/Library/Caches/go-build/1b/1b7bb9d65c851e14e7fc123f1c6aa32a6e38d4bd786e1baa1199ec62bbf18c5e-d
packagefile github.com/hyperledger/fabric/vendor/github.com/magiconair/properties=/Users/friends/Library/Caches/go-build/cd/cd1ea0d3c90a42f164c283275f147e56f379537c9088508b765e5fc1645008c8-d
packagefile github.com/hyperledger/fabric/vendor/github.com/mitchellh/mapstructure=/Users/friends/Library/Caches/go-build/92/922d27278b3c0ec984b1ca60dcbe3e887f4c1bcc566779113e8ab38aac904662-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spf13/cast=/Users/friends/Library/Caches/go-build/fc/fc2f35b4aaa7fd9c22e87fac952f92e05699409f5689948e921de04121f1865b-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spf13/jwalterweatherman=/Users/friends/Library/Caches/go-build/5f/5f2c3a4fee7120f582540b4d3013fd66d2049926030cb8d8915d66fe089a8204-d
packagefile github.com/hyperledger/fabric/vendor/gopkg.in/yaml.v2=/Users/friends/Library/Caches/go-build/6d/6d725728ac4dd34b9827a3dd797f0802a562f33fd1aeaf8fc47fcd6705ba4fb7-d
packagefile bufio=/Users/friends/Library/Caches/go-build/9d/9d884fedeb654f12f38634b4413a96697ae86f377d763e65c3ff6ec821ae66f9-d
packagefile html/template=/Users/friends/Library/Caches/go-build/15/15b3235614476db4ff3cc87205d09ae8a78400f87d4c9ef0d927bd0ec0425564-d
packagefile log=/Users/friends/Library/Caches/go-build/b9/b9744e73b98e2446076b99f5f0dcdd0d5f5c36eee0c3a410c0965af1bb000585-d
packagefile runtime/pprof=/Users/friends/Library/Caches/go-build/d7/d705c8f0ecb2b52faf88bbdb8415d2690a182650a4d980ccba57ddd97ffb8edb-d
packagefile runtime/trace=/Users/friends/Library/Caches/go-build/69/690c6357cd3ae095e742d6385d53215e8decca1288506561f0cf97b869829bbc-d
packagefile internal/poll=/Users/friends/Library/Caches/go-build/94/942bf489de419b7f4aa648a763c400df9031103968ddd5be599f239892ce4115-d
packagefile internal/testlog=/Users/friends/Library/Caches/go-build/95/95fce6a2083b2da7d22739c0fb463245b9b9ac01bd39b8d421b5f1c48b77d269-d
packagefile sync/atomic=/Users/friends/Library/Caches/go-build/84/847c8ec5a11faeeb841ae3ca501944ca646950f112d5c3a4f002eac709085add-d
packagefile runtime/internal/atomic=/Users/friends/Library/Caches/go-build/ab/ab799770e820e2ee81a119d78622c3cc2bac088a8c715faa029ec1b9008bcfad-d
packagefile runtime/internal/sys=/Users/friends/Library/Caches/go-build/4a/4a6330c9d1921c268bb9a717d6ee0a5af4e9aa077630588f2a46e770aa2d361c-d
packagefile internal/cpu=/Users/friends/Library/Caches/go-build/65/65c9228e25956357f7cad0c9aee2789f1357520a2d5c648aa31fbcb030621d4b-d
packagefile internal/race=/Users/friends/Library/Caches/go-build/94/94bf3f11109e8855ea7adda6130e8c98495d5e00bad1df9eb97265b7f8719cef-d
packagefile log/syslog=/Users/friends/Library/Caches/go-build/f5/f5fd49c4c89b614171bd77db43010bfed41e404600853c4fe9d935a80cc6b98e-d
packagefile path=/Users/friends/Library/Caches/go-build/ba/ba799332c36ddcdf5f3673df50893494fa3f68d08a47316618dcac9eb0bc77c4-d
packagefile regexp/syntax=/Users/friends/Library/Caches/go-build/20/20404cd94dbfb1e03723264fc2d9cfe71fc47146f63424aa0c78dacfb7ee00c2-d
packagefile encoding=/Users/friends/Library/Caches/go-build/39/39cff81d6f7775beef3243a6a5ba556b2f54dacdc68dfb4cc5bd5e6c3ec2f023-d
packagefile encoding/base64=/Users/friends/Library/Caches/go-build/c0/c06b6988f590449dbb89e960e22d5cc6d2764e80cd6b137e157c5589625149ea-d
packagefile unicode/utf16=/Users/friends/Library/Caches/go-build/b6/b6e0654c55ce3dab72bb329cb7dab415147ea94bc87917cde9095f2cb560e961-d
packagefile github.com/hyperledger/fabric/vendor/github.com/Knetic/govaluate=/Users/friends/Library/Caches/go-build/78/78f1970e84992956a9f5818f1335035b7d830d8a7aa52984d09c455451f8ca41-d
packagefile github.com/hyperledger/fabric/common/policies=/Users/friends/Library/Caches/go-build/fe/fe6566590f171cad093294f1857ce6677d4fcbeb0e51f28b4ecb966ca92f1113-d
packagefile github.com/hyperledger/fabric/protos/msp=/Users/friends/Library/Caches/go-build/f8/f8e182fc996610d53ec5d13bee7eb1ba7d0547dc6477d03467cd41d398a71906-d
packagefile crypto/rand=/Users/friends/Library/Caches/go-build/56/568cbcc10d2e39d70880bd807766d028684bf6d4f7ca8ac61c1a53c133d6781b-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/protobuf/ptypes/timestamp=/Users/friends/Library/Caches/go-build/d5/d50955282821169a64e1aa64b96c6becd0ea82067a64a518f43ba2dd241cf936-d
packagefile github.com/hyperledger/fabric/bccsp=/Users/friends/Library/Caches/go-build/a0/a0e7a4814c1542003921b2e984e212a87948bddca9dec87daef7e131b2294f61-d
packagefile math/big=/Users/friends/Library/Caches/go-build/52/526a27d8552fd7608dbe5ea931df4731c97a5f3eeb8e465eb151714edc1c0ffb-d
packagefile context=/Users/friends/Library/Caches/go-build/be/be5a9980ad0edda027bcf04769dcf7707171ced3498e69bf0ebf6c559f64a453-d
packagefile github.com/hyperledger/fabric/common/ledger=/Users/friends/Library/Caches/go-build/89/89e51cd9e2816d877b85dd702da844fcadf044d12a36b5b593cd42d638aca7ca-d
packagefile github.com/hyperledger/fabric/core/common/sysccprovider=/Users/friends/Library/Caches/go-build/5f/5fbae4984568a3fb51f860d2e61c708e7edb5ca18af7ab2a3d60383bb0df12ed-d
packagefile github.com/hyperledger/fabric/core/container/api=/Users/friends/Library/Caches/go-build/f2/f2caf7768921d08f883da75edf622e79a94db7ec26ea010b58fe837d616a0139-d
packagefile github.com/hyperledger/fabric/core/container/ccintf=/Users/friends/Library/Caches/go-build/9f/9f2df317c4a6f1718b896a026d77ec2ac2de96669c2135cb3374e59f7578cdae-d
packagefile github.com/hyperledger/fabric/core/ledger=/Users/friends/Library/Caches/go-build/7e/7ec04b4c6f69a1fa5d4e85f84730082dc58c199706fcb528a9b929dcb677842a-d
packagefile github.com/hyperledger/fabric/vendor/github.com/looplab/fsm=/Users/friends/Library/Caches/go-build/38/38022d5af9d8bb5e1a27811bfa0b2f508c285a0f511fe133511b92575097b15a-d
packagefile archive/tar=/Users/friends/Library/Caches/go-build/f8/f8372565e114b359b554e32633f3a65dffdb35355315207eb45eb8d7e5bdfaba-d
packagefile compress/gzip=/Users/friends/Library/Caches/go-build/94/9436efa50101917a8f226c01e34455d5ea949c4dee1b65f93581445cd2637709-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms/car=/Users/friends/Library/Caches/go-build/7c/7cb384363b4026c5289d801b8c1a29467383039f1a192d0c7f19b953653d2240-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms/golang=/Users/friends/Library/Caches/go-build/58/581f3acd52ffa463ddc27e1c0724a218f8c7bab4d9d498e80988ed432a9b6f19-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms/java=/Users/friends/Library/Caches/go-build/56/5627ca8a82bd14812f2558215c0d86ca63370e6603389fc5c75d059c888a2cb0-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms/node=/Users/friends/Library/Caches/go-build/96/969c8e9855ff51fb876f856e126d63bc936a5e96613280458390c6f9052459a6-d
packagefile github.com/hyperledger/fabric/core/container/util=/Users/friends/Library/Caches/go-build/57/572ef0b572f8f70e2ad377df67ea79b17cd8d0ad06200dc6f3e553a1ff0c630c-d
packagefile container/list=/Users/friends/Library/Caches/go-build/b6/b631b8ec85af88ed191b8d888027aa1c99e528b235e347f97bc136c010641b56-d
packagefile flag=/Users/friends/Library/Caches/go-build/f8/f8be3ae41c4fb93df916da699eb16c5cb0dd99703e25f067eeadea0971e2d914-d
packagefile github.com/hyperledger/fabric/protos/ledger/queryresult=/Users/friends/Library/Caches/go-build/f0/f0e79023bc2d2fd38af81bc94c2a6fb729faf14c40e724bf45310519e40ed277-d
packagefile github.com/hyperledger/fabric/vendor/github.com/fsouza/go-dockerclient=/Users/friends/Library/Caches/go-build/94/94d6a59f15d866b50ba62295d963b807afc4415eacce4a15886fa3692766f934-d
packagefile github.com/hyperledger/fabric/core/container/dockercontroller=/Users/friends/Library/Caches/go-build/f4/f4a500f126ad8ca648982e3af858aa89ae760b2bb42da25b8a0fb7902900d9d2-d
packagefile github.com/hyperledger/fabric/core/container/inproccontroller=/Users/friends/Library/Caches/go-build/11/11808f146faa80f705ae5445ea94a9c414ffdf22017a504f9fd9943b8296c994-d
packagefile crypto=/Users/friends/Library/Caches/go-build/37/378c56a04bb1f23a1782682953e7928ee556b3f92b3e509b405d371950c92812-d
packagefile crypto/ecdsa=/Users/friends/Library/Caches/go-build/e3/e3e5cbddfbf83198e5d7b71f1098ef18c28fd43899f291641047f17585acb1f5-d
packagefile crypto/x509=/Users/friends/Library/Caches/go-build/8f/8f2894a1460ff58f149dd24efb717b0b63581b40202e524e50220586c1823299-d
packagefile crypto/x509/pkix=/Users/friends/Library/Caches/go-build/bd/bde0d683e5fa869629cc53e93645c836ebacb771613088ec4b09185785475846-d
packagefile encoding/asn1=/Users/friends/Library/Caches/go-build/17/17f32f10cc5edce28b1e5af41aae8463ea51229e39da3afa36aba0b23c1ae496-d
packagefile encoding/hex=/Users/friends/Library/Caches/go-build/1b/1b844ff017801076b90005b21bf292e397a1f7b55d118a79803d389d0f5158b5-d
packagefile encoding/pem=/Users/friends/Library/Caches/go-build/ad/ad1107f8448647d191a2b0c60e22db756b047a3ae07b03087a3277c6a943ec3e-d
packagefile github.com/hyperledger/fabric/bccsp/signer=/Users/friends/Library/Caches/go-build/db/db7b7af939cd57620366d2edb486950a46629ac0f064d413b0a58e3870ddaf73-d
packagefile github.com/hyperledger/fabric/bccsp/sw=/Users/friends/Library/Caches/go-build/19/19e9a367ad4dda5cfad540741fefd19e4c065f9307ad6c87bc423a122ba2c9b4-d
packagefile github.com/hyperledger/fabric/idemix=/Users/friends/Library/Caches/go-build/76/76c50a4a85170518474906265531386a20cd5c2d37918d8566f7095d508be5db-d
packagefile github.com/hyperledger/fabric/vendor/github.com/manudrijvers/amcl/go=/Users/friends/Library/Caches/go-build/5c/5c77af0ed3e4ee4ceea429900a7f084c73b18bcf3c97619a2d1e4f2a4ba45b01-d
packagefile github.com/hyperledger/fabric/msp/cache=/Users/friends/Library/Caches/go-build/a3/a3785b7703517fd14a6d9138a519271cce3b64a4d20a119a6528468e38724e7d-d
packagefile encoding/binary=/Users/friends/Library/Caches/go-build/0f/0f6038a96bf9dfdeb2b0db67b58f754f3c79fbb2ee3f99e2dd4b9a1344f3015a-d
packagefile github.com/hyperledger/fabric/common/crypto=/Users/friends/Library/Caches/go-build/19/193d1c849c5a7461ee8b26511571d64b093d509e9e373215be0009273bd2f21d-d
packagefile encoding/csv=/Users/friends/Library/Caches/go-build/63/639f32561c801763c1ad74327cc4921bed2770f726fdd4cbda832c5804c07416-d
packagefile github.com/hyperledger/fabric/common/configtx/api=/Users/friends/Library/Caches/go-build/fa/fad11dfa87f91c0e144591c742e4a633c745ab583be28ff9d427c78cba09f460-d
packagefile github.com/hyperledger/fabric/common/genesis=/Users/friends/Library/Caches/go-build/5c/5c9943287a9b3edc5248ca414589d16f39eee46d6de6b87c9eaea674cc7a6761-d
packagefile github.com/hyperledger/fabric/core/policy=/Users/friends/Library/Caches/go-build/57/5750ef3f5f41cf322a6261b63194e1323df5d82ad77ee353b1b1822f60d21211-d
packagefile github.com/hyperledger/fabric/core/chaincode/lib/cid=/Users/friends/Library/Caches/go-build/41/41225427bf4e79a507745c2a88b9184f0815beb4dff91ed475d600953745c7fc-d
packagefile runtime/debug=/Users/friends/Library/Caches/go-build/61/619e52cd86b5f592bad8fa8cffcc51fdf9af67003f1610921d295a9cd5ed3127-d
packagefile github.com/hyperledger/fabric/hsl/core/scc/votescc=/Users/friends/Library/Caches/go-build/bd/bd276cb4e08b21b95cd92bf27c587e510fe150517740d4c3161c1c3d47499bfa-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/http2=/Users/friends/Library/Caches/go-build/ec/ec7b38ec5fc23f8f7aa4dff82c8e5ed4204934cf30d62e8a2a4ba18a93f351f6-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/trace=/Users/friends/Library/Caches/go-build/4f/4f85e6dcb3bd5603efadded7b5190aedcbf57354e7a5bd166c56806575883e8c-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/codes=/Users/friends/Library/Caches/go-build/10/10d4ca5d39831f9d610c8cb435d2a373fadc5442bc323c94aaa258dde88d8900-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/connectivity=/Users/friends/Library/Caches/go-build/e0/e026960941c9d13dafaeca36e45d9cb1c76e5f4b8af421dba41cd5019a7f2b93-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/grpclb/grpc_lb_v1=/Users/friends/Library/Caches/go-build/69/69ccf64898600434e2b983f88cfb002556367c73b97a4bc561d2b668bbd05b06-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/internal=/Users/friends/Library/Caches/go-build/1a/1a36219e3201e7f8666d4f83f1313f6f566a432de95142f2b20a85c8cb82e4d8-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/keepalive=/Users/friends/Library/Caches/go-build/c8/c8eccbfa667f71eb20179685aab2b07e90b9b72ab08c29b89672f8c3a2f267fa-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/metadata=/Users/friends/Library/Caches/go-build/0b/0b806fe5e7955953b503bcfb25938d599bce425c62cd2bfb08ea755ab8dbaa6f-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/naming=/Users/friends/Library/Caches/go-build/7f/7fad1105ccad87f5d02a3eb7efc0388013fdca7008c4e64ab30f0cd394c3570b-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/peer=/Users/friends/Library/Caches/go-build/99/99623d9f8e4e58c6652381b8f0dd0a6437a4e9209f71ac3edff4e8525cab711d-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/stats=/Users/friends/Library/Caches/go-build/39/395eae9bd563a654753980504d17baa5cbcb597c5de8726d72a135cbe6c0856f-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/status=/Users/friends/Library/Caches/go-build/db/dbd0445aaa5465ca17260eddd847a77576d28ff18bb9d3d6cbcf3b59c373e063-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/tap=/Users/friends/Library/Caches/go-build/98/9885685c4e5472538bc17c888e0c4b955ac0e3fc3644fa4cf61fb9c941865a7a-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport=/Users/friends/Library/Caches/go-build/3f/3f045765552c5d73adb8b85860466669b9a9b056de2b563d120c98c34f082a90-d
packagefile math/rand=/Users/friends/Library/Caches/go-build/b5/b57a49649b610efe83adf4bc877143ba5dbe0c112d055a65a84e4de754ece666-d
packagefile net/http/httputil=/Users/friends/Library/Caches/go-build/bc/bce21133d6a790079fba974adb5a54969b31db88acc135d5100e5f9a73425f81-d
packagefile net/url=/Users/friends/Library/Caches/go-build/b8/b838d5550886839d1a44e1b1c7418ae7c6c2c101bcff93dffdf5fdd5196d0e05-d
packagefile crypto/tls=/Users/friends/Library/Caches/go-build/eb/eb75f6932f98447b396f866409696a1c3a170f253b8591788f58d8639e269535-d
packagefile plugin=/Users/friends/Library/Caches/go-build/02/028535a67d7e2e1e1a09c3c8848c2b69b04b468967c1e24651c0fe1d25b28df8-d
packagefile github.com/hyperledger/fabric/common/capabilities=/Users/friends/Library/Caches/go-build/42/42ea324609dfe7f6cea4e2d2f11614b89ce771537a8908c3cc746602c0d349b2-d
packagefile github.com/hyperledger/fabric/vendor/github.com/Shopify/sarama=/Users/friends/Library/Caches/go-build/7b/7b82667b320f96f4449800cfb65fbc6757e749e7032316babfaa43af4c9b3cec-d
packagefile github.com/hyperledger/fabric/common/configtx/test=/Users/friends/Library/Caches/go-build/d6/d622d3cd08381bf298be65197d3a07d69f5167dbe556e74216e374163ac5f8ee-d
packagefile github.com/hyperledger/fabric/common/mocks/config=/Users/friends/Library/Caches/go-build/3b/3ba5d458d8382c7292df97dfb72a1044bd7220b56ba20b8e9cb46040d9fb1a59-d
packagefile github.com/hyperledger/fabric/common/mocks/configtx=/Users/friends/Library/Caches/go-build/f0/f03a6cfebdf68352272e42be3800ae01faa83e11128558a116f31b4c9428042b-d
packagefile github.com/hyperledger/fabric/common/mocks/policies=/Users/friends/Library/Caches/go-build/41/417c58129aa12f67eeaf93fe87dc77bb1fd81a49b27975c3ddba8dcdfb32e30a-d
packagefile github.com/hyperledger/fabric/core/committer=/Users/friends/Library/Caches/go-build/89/89574d39e888e0e714a8a3a6d71f37d24c6454d4d941af541acce4c7c01d69c7-d
packagefile github.com/hyperledger/fabric/core/committer/txvalidator=/Users/friends/Library/Caches/go-build/cf/cf6ff825c1267ea05f6705681e02c9f8af6ce8a27f7421c8704a2f515ea27303-d
packagefile github.com/hyperledger/fabric/core/common/privdata=/Users/friends/Library/Caches/go-build/17/17080138aa49f9d5a3d716b1429b222402ba18e60122c716dd1eb96b1e15a2f9-d
packagefile github.com/hyperledger/fabric/core/transientstore=/Users/friends/Library/Caches/go-build/f8/f8e183a2abe04fe16a928b0d4ae700fa84e151da07799569036a2a3ff899f45c-d
packagefile github.com/hyperledger/fabric/gossip/api=/Users/friends/Library/Caches/go-build/f0/f0e369f704577d97c6486a90844761172a4977e21d9ef75080c8b8294e21d311-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/sync/semaphore=/Users/friends/Library/Caches/go-build/a8/a858e4d369957036ca857c23d850f0d8d1ea8c9259ed253a1a90a794809ebf9a-d
packagefile crypto/elliptic=/Users/friends/Library/Caches/go-build/c0/c020f392cc84b8df6f0f81e01385c620864336e5d7641edc55cf627cf04405b8-d
packagefile github.com/hyperledger/fabric/core/common/validation=/Users/friends/Library/Caches/go-build/55/554524f733905b26fe91bfcc446505cb1ea6a49973ce9819e84aeb8e32d56ae6-d
packagefile github.com/hyperledger/fabric/core/handlers/decoration=/Users/friends/Library/Caches/go-build/39/390f68397110ff073def87a0eead01da0ad25c5cb21c2ea34abab6350890e7d0-d
packagefile github.com/hyperledger/fabric/core/handlers/auth/filter=/Users/friends/Library/Caches/go-build/6a/6a3ed777b0c24cdfada4967d1b38f30f30ee60af8a4d80921f06daa7d509c57c-d
packagefile github.com/hyperledger/fabric/core/handlers/decoration/decorator=/Users/friends/Library/Caches/go-build/af/afe7a2f8b84ccd4c1cc39ead8228d28bb142f3973000406c2afa03c289b6d0a9-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger=/Users/friends/Library/Caches/go-build/91/912fa8d550a2a58307e8fd45644e6e2c4a932ca7349f76aa446601d987b746d5-d
packagefile github.com/hyperledger/fabric/core/ledger/ledgerconfig=/Users/friends/Library/Caches/go-build/f4/f4745542672a663a5ff90e42dc74244e19cbb18a87107f6ea470f4d6db9663e2-d
packagefile github.com/hyperledger/fabric/core/scc/escc=/Users/friends/Library/Caches/go-build/02/02256654bbf08b61d1189a9fa84b989cc1decb6e21fc1103b238c3c051d10ebd-d
packagefile github.com/hyperledger/fabric/core/scc/rscc=/Users/friends/Library/Caches/go-build/49/49054bbe374a12721c741630e79e9a5a3604c7252a54a92d0b7b2fe02701fb30-d
packagefile github.com/hyperledger/fabric/hsl/core/scc/clscc=/Users/friends/Library/Caches/go-build/20/207bdc073a27ceb78ccd4c286d9e8038c34feed40a1cad3ce90d9b038c488ce1-d
packagefile github.com/hyperledger/fabric/hsl/core/scc/cvscc=/Users/friends/Library/Caches/go-build/17/17243ee5cd0f2091c00dca8f1163560f3de5394f20f76e80b9bb83a75ed9bc16-d
packagefile github.com/hyperledger/fabric/core/ledger/util=/Users/friends/Library/Caches/go-build/60/6076ba892f5c90b2fcac5ffa7c7fa49716bf2be86850d71e7267134a3bc7d1e9-d
packagefile github.com/hyperledger/fabric/core/deliverservice=/Users/friends/Library/Caches/go-build/2a/2a0c4de2b355af8a1555cf0b79455d88131c3652b6bb74e5c2dbfdb1a0d1bd6d-d
packagefile github.com/hyperledger/fabric/core/deliverservice/blocksprovider=/Users/friends/Library/Caches/go-build/2d/2de446c68a5130095b42ac301a669c14a6884a0aa74478fe54f3f07e58f5c21f-d
packagefile github.com/hyperledger/fabric/gossip/common=/Users/friends/Library/Caches/go-build/d7/d775aad50da8c8c69f863f553abe54b91515844dfb14429ce7635c030d8a3c3c-d
packagefile github.com/hyperledger/fabric/gossip/election=/Users/friends/Library/Caches/go-build/6c/6cb8b77265cd0b819469ce9b7aa26600c57ad51d7a42693cd4fc279f012ec33d-d
packagefile github.com/hyperledger/fabric/gossip/gossip=/Users/friends/Library/Caches/go-build/a1/a1c454517cc77ba8648879ddb3c3a51ec21017d97c9657295b2fa0062e348672-d
packagefile github.com/hyperledger/fabric/gossip/integration=/Users/friends/Library/Caches/go-build/ec/ecd1d2aef3fff2eb6b446d2e09f6e61c94da4ef1ab8edb03d48febbf696ab902-d
packagefile github.com/hyperledger/fabric/gossip/privdata=/Users/friends/Library/Caches/go-build/33/33191bb2b1dd6183b179ab8a42b8946f130a204d899829385b1a2032fd576dff-d
packagefile github.com/hyperledger/fabric/gossip/state=/Users/friends/Library/Caches/go-build/ae/ae04573a60da333f7dcdb390a1b679995d4f3910e8796a0e6a29b4465c366565-d
packagefile github.com/hyperledger/fabric/gossip/util=/Users/friends/Library/Caches/go-build/77/77cf111bb516641dbe63158c6c0ad1033d1df29348f3df694ce52f8196dc3806-d
packagefile github.com/hyperledger/fabric/protos/gossip=/Users/friends/Library/Caches/go-build/7f/7f02aa201b950470a9ad37cf0aafbdfe91b2a1cd9c88571d6a510b0659744d07-d
packagefile vendor/golang_org/x/net/route=/Users/friends/Library/Caches/go-build/7b/7b83d5504c3da76c99263c5f4b8d76665d3b3d74eedf19f2a4a509178ef069f1-d
packagefile internal/nettrace=/Users/friends/Library/Caches/go-build/d3/d3c04a69a14fab4b5d3d3075829509a322bc1f6fd2d35aea187d4136516b5c59-d
packagefile internal/singleflight=/Users/friends/Library/Caches/go-build/67/67c0462e9eabbad97afcdf838d999c5b62c5a1dae87817a999c6508c93ff8365-d
packagefile runtime/cgo=/Users/friends/Library/Caches/go-build/c9/c99696cd90191f4d5156c88b151cf81195836fdf9adce17fa4e3f2f216efcc18-d
packagefile vendor/golang_org/x/net/http2/hpack=/Users/friends/Library/Caches/go-build/7d/7da5e4136150b2cbe874895136834fbeb7ac60d42f63b3b601fad38b09582a7f-d
packagefile vendor/golang_org/x/net/idna=/Users/friends/Library/Caches/go-build/9c/9c6c11a4587e601fcaf95517c6c5708b8d2efd8c0444b541e253e853de7580b3-d
packagefile vendor/golang_org/x/net/lex/httplex=/Users/friends/Library/Caches/go-build/db/db8415e37874b52b97244af08e1e86f998e04fff25943f485a16d06b326f9452-d
packagefile vendor/golang_org/x/net/proxy=/Users/friends/Library/Caches/go-build/3c/3cba071092018381348d1bce2baba1338ff8068a85be57828e9d620821b28ab3-d
packagefile mime=/Users/friends/Library/Caches/go-build/14/14f873dfc660a012973daf0e876834a737757e63908d87735ddc9cbcbe8dda76-d
packagefile mime/multipart=/Users/friends/Library/Caches/go-build/a9/a9abc252efc9fc3bc08572f71f23f8eb119136786f1ab304b50429580ce1f207-d
packagefile net/http/httptrace=/Users/friends/Library/Caches/go-build/bb/bb3ecfbefd7b6a1365e4710175105a783d4eacce943a5728799cd677672934d4-d
packagefile net/http/internal=/Users/friends/Library/Caches/go-build/32/3276c90e370f66640b28d5d71797c4ba338b3234e5f28de40b412ffc80c3d588-d
packagefile net/textproto=/Users/friends/Library/Caches/go-build/86/86f6e6e326820131ce2e188190653b050d7fba7972bf88415cf7a1b02901045a-d
packagefile text/template/parse=/Users/friends/Library/Caches/go-build/54/54dcf4d73cfd65b34ae332c41624d5d183a7eef6e27bbd445ec2f62e557032b0-d
packagefile github.com/hyperledger/fabric/vendor/github.com/kr/text=/Users/friends/Library/Caches/go-build/04/04b2f523094a497174e7d835260f62c54f024f661912cfa9942a37d70d5a3b6e-d
packagefile text/tabwriter=/Users/friends/Library/Caches/go-build/95/953ca885bb5bf55095356bfbad76b40bc48c734f36376bfd9ad7ff29e1882bc5-d
packagefile html=/Users/friends/Library/Caches/go-build/00/002582df2cf130ef649191923bba2680e8ed784e276837cf5e04d2e19e467a79-d
packagefile crypto/aes=/Users/friends/Library/Caches/go-build/ff/ff21566ef8a519ebeecae05cc1f5e8f107d802354a2de7019c48d2c314b885bb-d
packagefile crypto/cipher=/Users/friends/Library/Caches/go-build/b1/b196f757d4d93b41bd5676ac63ed86e1e9b0f92f01e6f821715c6c04bab13a2d-d
packagefile hash=/Users/friends/Library/Caches/go-build/d5/d564c22b76874ca9d77056bad93a4c840cc99510af66730f4fa4bb48774a5542-d
packagefile math/bits=/Users/friends/Library/Caches/go-build/e8/e86c12f1d661b5030f87e212df212c045db2fc895b85cffa75ac53ae6a9363fd-d
packagefile os/user=/Users/friends/Library/Caches/go-build/83/83f1590381d370501fcbae7ebd23f3980b7af26a06bd04514ce95dc3a825354c-d
packagefile compress/flate=/Users/friends/Library/Caches/go-build/e1/e12ff0079f46fc72bae2cc00ee25d2746429c8dae7b7f8f7ee2bf7adc968b420-d
packagefile hash/crc32=/Users/friends/Library/Caches/go-build/bd/bde3441be2caf0c73497e5e8a347d75330418286b6a3fdd94169b9786666c461-d
packagefile github.com/hyperledger/fabric/core/chaincode/platforms/util=/Users/friends/Library/Caches/go-build/84/84ec47dfe2c0781a905030b573a93da58415b53c25589be65ae4c28b7a9f5996-d
packagefile os/exec=/Users/friends/Library/Caches/go-build/7e/7e5d6a073688df6e21c60d00993e0debca97c1e6c3c6ebd3fc352a1f1bb4ad10-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/opts=/Users/friends/Library/Caches/go-build/84/84e9e81cb87dd079802f4ad92ab70a22a7b714c04db4d5b6c25ce28111171c9b-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/archive=/Users/friends/Library/Caches/go-build/65/654a52745728deb94d5b4a3c4a2cc860f0d867dcc19369ca1508dffdbf158302-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/fileutils=/Users/friends/Library/Caches/go-build/8e/8e1eca27cae767d70c892de0d143794abb5c43a5f479d349caad334ab96122f3-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/homedir=/Users/friends/Library/Caches/go-build/f7/f723fbc687db8893cb5116ac7762a6678e7ba1f9765e92a63f15fe9d181882b9-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/stdcopy=/Users/friends/Library/Caches/go-build/74/741f05dbe9e775f9688a16b43783aeba65d9f1c1865575243c37a3352bcde1d1-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/go-units=/Users/friends/Library/Caches/go-build/4d/4dc09c2335f165178b7b613c637b29fbfac0b1147bacbfe61226a9e7b3790766-d
packagefile github.com/hyperledger/fabric/vendor/github.com/hashicorp/go-cleanhttp=/Users/friends/Library/Caches/go-build/3b/3b723879ac803bb2bd510c8f50d7ae81451e6571c20ee2bd14ca078c6fc1bf30-d
packagefile crypto/sha512=/Users/friends/Library/Caches/go-build/24/24d8d6deeb6962502ef0831e3fac86c6eb872b5e00b44fdca11ffa0404cc9bc4-d
packagefile crypto/des=/Users/friends/Library/Caches/go-build/10/105d5c88218f8c6e2ad7da76997d46940bb09418a6c16b57a35b35063db308aa-d
packagefile crypto/dsa=/Users/friends/Library/Caches/go-build/21/211b962e387bfcd4b3c245eed9717ccbb3867552f3623bb8696b0c3ca4b24cd7-d
packagefile crypto/md5=/Users/friends/Library/Caches/go-build/14/14b45241a2c813f666153056cf9499167541c0d8bca2f8df8c029c43c2826aba-d
packagefile crypto/rsa=/Users/friends/Library/Caches/go-build/d0/d0721392a42a64dc0ec8a8d14ff6f1026c0af585c4dc2a8c8c66977c5a204993-d
packagefile crypto/sha1=/Users/friends/Library/Caches/go-build/ae/aedc2ec945637fafb97f5fbc60eb52204dd9ce55c40e57060c01541833ad3dd0-d
packagefile crypto/sha256=/Users/friends/Library/Caches/go-build/26/26ce4ebec1feb3bedd3e19c811f3d69ec97ef8dafb1a93c7c416b13d222ce5e8-d
packagefile vendor/golang_org/x/crypto/cryptobyte=/Users/friends/Library/Caches/go-build/40/402cadb19bead4c96e8c89a61068bcb11f8a36d33593992cf663aa857a63c5cf-d
packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=/Users/friends/Library/Caches/go-build/73/7327d70a4420f7c1555be9b0597827454b57ec78be163e9b73a316543ca7a809-d
packagefile github.com/hyperledger/fabric/bccsp/utils=/Users/friends/Library/Caches/go-build/f8/f8e25acd6c98ad370c08512fef6ec3364d92926cb22376db9926a4fa7ac7b093-d
packagefile crypto/hmac=/Users/friends/Library/Caches/go-build/7a/7a9f3c56081bceb3e76ef64f7227609e9ef52503263faf9b1805b7e6153394f7-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/crypto/sha3=/Users/friends/Library/Caches/go-build/e7/e7386aeda1d8fb0be28f5621e9ff3595d628b0060a6f852c9249e9651cdaea5d-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/groupcache/lru=/Users/friends/Library/Caches/go-build/0d/0d3bb1c05133572655d1a1f20d494f3569861a25a409ba9160b86a5b0a30d0ed-d
packagefile github.com/hyperledger/fabric/common/attrmgr=/Users/friends/Library/Caches/go-build/d2/d25e5d81744e51fb57c982c54bb0196b7c64f608184753690bacaabc7682efcb-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/http2/hpack=/Users/friends/Library/Caches/go-build/b9/b98f7ec02af057d814c2994e32c2d1de953281aaedf5daccec602e9efedbaa3d-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/idna=/Users/friends/Library/Caches/go-build/25/2526e6055f449d10eabf681c6a7df9476bd98a2bad39f3acf705e7a4721f7d3d-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/lex/httplex=/Users/friends/Library/Caches/go-build/52/52341d8b78442336f0ad509eed492cfb543ce6316d569260997b89e59c94de89-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/net/internal/timeseries=/Users/friends/Library/Caches/go-build/e8/e8e2e54d4f4a10e0b37d33308c267c2287ac50822c5deb253f4a6d7f1fae06bd-d
packagefile github.com/hyperledger/fabric/vendor/google.golang.org/genproto/googleapis/rpc/status=/Users/friends/Library/Caches/go-build/c8/c89d23accc38e336763005843a4b63ff0e92cbae82db052657c82bc5093354f7-d
packagefile crypto/internal/cipherhw=/Users/friends/Library/Caches/go-build/bd/bd24499b767adf559fc7fbb1892166476ca5726b816997fc5d7a6c965897f4cf-d
packagefile crypto/rc4=/Users/friends/Library/Caches/go-build/da/da6d98dc2b88cee5f4d1ce83690fd08c921fbd8b2b21ad7ca3687b39b5a7e066-d
packagefile crypto/subtle=/Users/friends/Library/Caches/go-build/90/90343830080b275128ae5f223d0ec02c57c0ac476664db59e432bcd40f1ea346-d
packagefile vendor/golang_org/x/crypto/chacha20poly1305=/Users/friends/Library/Caches/go-build/e7/e78716dde0b62f5afea1ba9986ef9078020fc28a8328dbb198543967603e75b4-d
packagefile vendor/golang_org/x/crypto/curve25519=/Users/friends/Library/Caches/go-build/76/7622d0e7a3de27f2fbf1294f6b0579a8b852747f623b7bfe15d731cecc90be05-d
packagefile github.com/hyperledger/fabric/vendor/github.com/davecgh/go-spew/spew=/Users/friends/Library/Caches/go-build/8a/8a0b5623a73bad0783eac76d935bac35668e742422b6b054db63ebb69c01b128-d
packagefile github.com/hyperledger/fabric/vendor/github.com/eapache/go-resiliency/breaker=/Users/friends/Library/Caches/go-build/44/445a8e0dde894a4ffdce2a8b8cf51c743208260a6caf2b0b31ea26699ee1c7c6-d
packagefile github.com/hyperledger/fabric/vendor/github.com/eapache/go-xerial-snappy=/Users/friends/Library/Caches/go-build/cd/cde81b6a01719ebe6dff5055e86c06c16f3f45a66177b64502f8a28d40692a08-d
packagefile github.com/hyperledger/fabric/vendor/github.com/eapache/queue=/Users/friends/Library/Caches/go-build/29/295af418288e632ce526e7c81ebc769d9979afccb0b56c8df7ce5e51ce2322fa-d
packagefile github.com/hyperledger/fabric/vendor/github.com/pierrec/lz4=/Users/friends/Library/Caches/go-build/6c/6c372efe4947a56b2e7dd72fa4290f35f8a6830f9f37c8d713832942e12753bf-d
packagefile github.com/hyperledger/fabric/vendor/github.com/rcrowley/go-metrics=/Users/friends/Library/Caches/go-build/39/3998dc3868ca207f5f0dee33bbd71a35b7b279067780b524b917df0d5a004aea-d
packagefile hash/fnv=/Users/friends/Library/Caches/go-build/58/5865092a2215328e7fee5fe2dce554dda52737ac648aebc489f5a8dc6efa787e-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/rwsetutil=/Users/friends/Library/Caches/go-build/58/58e3dcc30230e823a99538328b996d2a61eb5fcdb3d23e7b56e20e6916134a3f-d
packagefile github.com/hyperledger/fabric/common/ledger/util=/Users/friends/Library/Caches/go-build/26/26a754e8eb56e10b4ecb82042a6e1936fb3e48c5b0914dd772b4c41a534f8658-d
packagefile github.com/hyperledger/fabric/common/ledger/util/leveldbhelper=/Users/friends/Library/Caches/go-build/da/da825a9ace2cbe23f7094a2b8c4614836af5b339bdc68b53242c4702d85a2da1-d
packagefile github.com/hyperledger/fabric/core/ledger/pvtdatastorage=/Users/friends/Library/Caches/go-build/58/58ad725359dbaa3c2d810cb69f167459fc7f597ef9cf6bef5607ce83abd3f04e-d
packagefile github.com/hyperledger/fabric/vendor/github.com/stretchr/testify/assert=/Users/friends/Library/Caches/go-build/cb/cb4fcb85389d15c1f7c84dfa38ce0d01b875127695f6fc42cbe9ffd750bb8a90-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/iterator=/Users/friends/Library/Caches/go-build/50/50af4be19b8b8fbfbbe94b4aa0c9eddc18d692b5b4060056548d71df741d7ab9-d
packagefile testing=/Users/friends/Library/Caches/go-build/62/62c1f4114410f8e178a7941da084f3358f45b624a384bff3b187ff0cb0a112c5-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb=/Users/friends/Library/Caches/go-build/ee/ee410b2ff8d7a46a2bb3231e1a9c8f59633f403cc781ba6959507936b8a32599-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb=/Users/friends/Library/Caches/go-build/4d/4d756299aea57396496abdb945eda607df9038ed136026a9ab17bd9ebb811dae-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/privacyenabledstate=/Users/friends/Library/Caches/go-build/8a/8abfd28e3ed9d55c74937ef98545faf2fa91649a288be6899ddef796988f56dd-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr=/Users/friends/Library/Caches/go-build/e5/e5cb838638773caf1e144ad2eecdac3d10220dbce9d3b5992404a50ddee1e683-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr=/Users/friends/Library/Caches/go-build/d7/d72cd2f9ed10702c37c8204de89d81a2ecd4e51784df9a66a27709650195dfc5-d
packagefile github.com/hyperledger/fabric/core/ledger/ledgerstorage=/Users/friends/Library/Caches/go-build/55/5505c73ea7cc9ff904ce757a369b70ad4ae51472413dc1a258ce1224d6f27ab4-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb=/Users/friends/Library/Caches/go-build/5f/5fee15b079c9fb81c1fbdb22b8c20b01b830834fca37435a240f2316a7df09a9-d
packagefile github.com/hyperledger/fabric/common/resourcesconfig=/Users/friends/Library/Caches/go-build/90/906bd049b94af73540642eb376eacec581b8b84bbac25ae5090ab6137587e91b-d
packagefile github.com/hyperledger/fabric/hsl/common/utils=/Users/friends/Library/Caches/go-build/51/516f3fc70acfca8decd6a3b2d6fe481efcfbd3330a76788e5331f1a70f914fe9-d
packagefile github.com/hyperledger/fabric/vendor/github.com/ipfs/go-ipfs-api=/Users/friends/Library/Caches/go-build/d3/d3504498e2265c88d47f5a2e70eea32dce229af089223c3012ecb500b7e40eb1-d
packagefile github.com/hyperledger/fabric/gossip/discovery=/Users/friends/Library/Caches/go-build/30/307a524861f2f89205f24a6fe522f0d1ebe025de049c1c6531e99c5d5d9e3676-d
packagefile github.com/hyperledger/fabric/gossip/comm=/Users/friends/Library/Caches/go-build/f4/f4432493dbc95c4f00df1d2be94b2554543fca0b1de8d386dbca6c9a11249695-d
packagefile github.com/hyperledger/fabric/gossip/filter=/Users/friends/Library/Caches/go-build/3b/3bd5550af12cd8016401e757b88315433127931a95441a3ec46db4ff50856430-d
packagefile github.com/hyperledger/fabric/gossip/gossip/channel=/Users/friends/Library/Caches/go-build/ba/bab3807984d8f45121766f0613a91d9c6b7ec449fbbe78f849b668e39e793680-d
packagefile github.com/hyperledger/fabric/gossip/gossip/msgstore=/Users/friends/Library/Caches/go-build/ec/ecc8b54f08bc9afe5c5b8ef824a3d6e24fc830dabd83324a44efd417ecd35d14-d
packagefile github.com/hyperledger/fabric/gossip/gossip/pull=/Users/friends/Library/Caches/go-build/37/377ae447145a4ee1a3cd56481b702a34e785ff82a98341b36f50c0f5d35553be-d
packagefile github.com/hyperledger/fabric/gossip/identity=/Users/friends/Library/Caches/go-build/2c/2cc4dc23e17a3746b2d909e0e59c1978ca536dbb596e39b2019d2cf9c75582b0-d
packagefile github.com/hyperledger/fabric/protos/ledger/rwset/kvrwset=/Users/friends/Library/Caches/go-build/a1/a14ab657569b0d5ba7dd7e89ef1077c49330f02ee53ff9d4a1bebd8cc2cb95f9-d
packagefile vendor/golang_org/x/text/secure/bidirule=/Users/friends/Library/Caches/go-build/6c/6c20c0ad48735ce656aa2971d35c40c6f8ec8a27897d3b45b000c74149a4d3ff-d
packagefile vendor/golang_org/x/text/unicode/bidi=/Users/friends/Library/Caches/go-build/6b/6bd4cd2c623e18ac4c731a7302e8e6f9b7657079e27b2d2bc63be5657f7dcf9e-d
packagefile vendor/golang_org/x/text/unicode/norm=/Users/friends/Library/Caches/go-build/b1/b146b4a555ae60cb524decab001ed3030b11b8b7934667f8be19099d02a0460d-d
packagefile mime/quotedprintable=/Users/friends/Library/Caches/go-build/30/30ffaa78aab9444e86c5b90a6fcc862ad44bc5e825de44f31b360d0832712277-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/engine-api/types/filters=/Users/friends/Library/Caches/go-build/3b/3bb9bc72352db9d9aa1d443f16c388f146320b0c82827661aee8d9bb39a175c0-d
packagefile compress/bzip2=/Users/friends/Library/Caches/go-build/ec/eca60f2d1e1df0b60cf7604d3d70ff4b4fa0a443e9884711aca610c63c8ba60d-d
packagefile github.com/hyperledger/fabric/vendor/github.com/Sirupsen/logrus=/Users/friends/Library/Caches/go-build/ba/ba2b374cce0ff6382e2ce6c526677c50e88a3f09c5a7cf6fe37438318e9efbbe-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/idtools=/Users/friends/Library/Caches/go-build/7e/7e88481e90fc4dd519ca5213dd1398b858a9d4fed8dc5a1764f1867f01cfe168-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/ioutils=/Users/friends/Library/Caches/go-build/78/7845b3650c490316436558f26d155e6efefbbc527e024640145a14dfc2c511f4-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/pools=/Users/friends/Library/Caches/go-build/9b/9bb7116af84ad42c57a9014db1d31d56337a0d15699d6a71152cf1ab91adf322-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/promise=/Users/friends/Library/Caches/go-build/fd/fdbc8d8be8439a8abe0db48362920548bd503df4086b9fa5dd4b9d407e7bc32e-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/docker/pkg/system=/Users/friends/Library/Caches/go-build/d9/d9479b83cf1d5b56f9c309d6f273091f66dfc2c06068898b3300575c573ba959-d
packagefile text/scanner=/Users/friends/Library/Caches/go-build/c1/c1edb6602c952308fe786f69669f1b3a3de2b36371b8721bc5e585651a7c23ac-d
packagefile github.com/hyperledger/fabric/vendor/github.com/opencontainers/runc/libcontainer/user=/Users/friends/Library/Caches/go-build/7d/7d491b2ab523ad838da432a8541d3bd1c2411e126c6948271090869598f16e1b-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/protobuf/ptypes/any=/Users/friends/Library/Caches/go-build/e5/e504591449a6a0d0787b837a7d2434f0a81564581eb0d5600729928e136fdb31-d
packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=/Users/friends/Library/Caches/go-build/b0/b096242263f517c3b32db78011e44f3d5db560778cf631200afb9d203a89505f-d
packagefile vendor/golang_org/x/crypto/poly1305=/Users/friends/Library/Caches/go-build/37/378630487a7af58421ee2c448de0e935fa67f89dda52d5c45d3f98cf3cd23abe-d
packagefile github.com/hyperledger/fabric/vendor/github.com/golang/snappy=/Users/friends/Library/Caches/go-build/bc/bcbff3b04149e75ef234f148db9267b5a8b7e05f0813daa27500dc6b37324780-d
packagefile github.com/hyperledger/fabric/vendor/github.com/pierrec/xxHash/xxHash32=/Users/friends/Library/Caches/go-build/91/91a3a4a0717ec76401af7d9a1e0357ffb74f48b46222960b5335a8f933126221-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/version=/Users/friends/Library/Caches/go-build/c6/c64d4daf6573a863887cda38e1b66b334bf1a805f6ea08adbb787adfb1c37b2c-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/opt=/Users/friends/Library/Caches/go-build/74/74b91b7f66c607c92f83b3088b381fa4b4a7246cca6536d8f561fdfd4e1fbb86-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/util=/Users/friends/Library/Caches/go-build/37/37e9eede4e32b1dad1159f87fe23695c649a3d390317754f7621d31cc22f7426-d
packagefile github.com/hyperledger/fabric/vendor/github.com/pmezard/go-difflib/difflib=/Users/friends/Library/Caches/go-build/36/367b1af63387aad9865ac37eff8dd9b6e711314190ab2316c83554b4f43f1b01-d
packagefile net/http/httptest=/Users/friends/Library/Caches/go-build/42/42681b61fb1856b466e8622f94d5a16e0023929b978e64c505cfe725a83b6287-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/comparer=/Users/friends/Library/Caches/go-build/84/84a5899f6d42b4dab5774625a3ec92823ca79ce8a0354c3ba5d324bb15860715-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/errors=/Users/friends/Library/Caches/go-build/1a/1aa0240a070f942d68775c392a1de2a80ad7ec84dd5e68e069d74d04f3b8aeda-d
packagefile github.com/hyperledger/fabric/common/ledger/blkstorage=/Users/friends/Library/Caches/go-build/12/125bfd98ca5424a4bc12bbbc4077e2e1b21681955e94d3d98885c3d953bb515c-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb=/Users/friends/Library/Caches/go-build/e0/e0260cde176048189472e0aaa0f9cfbba5b96c5fd7a2a12dc9d2f8c8a3c7d8ff-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/statecouchdb=/Users/friends/Library/Caches/go-build/13/134a9e22faa7bd34e0e3626fb002e40407653b906ff2150f63a51298956ce84a-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb=/Users/friends/Library/Caches/go-build/19/194abc2a084d8ee3f9b0373d4f3b6a971f455f7f17e7ac4d474431cf25f1c979-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator=/Users/friends/Library/Caches/go-build/93/93e36cc92a96e9f243acca00cc7ec7c7d96974fa1224088e5e3c9516545c7b8f-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/valimpl=/Users/friends/Library/Caches/go-build/bf/bf3c7322399d45c2d9ea4afb6dcb0acf730e837249389d743ab15b93b472c0d4-d
packagefile github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage=/Users/friends/Library/Caches/go-build/86/86494e98872d09144179d812e1fcbab113007a4d316c51c87c2f262adf74fa94-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/cache=/Users/friends/Library/Caches/go-build/85/85b1749253a359fa2e27f0ae6f158550b904887e2a4d7621336907131fa61c12-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/filter=/Users/friends/Library/Caches/go-build/02/021205dd0b8a921bd5705e3ef740c060e9ec15b5eeea4bdfa25066861ecde1c7-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/journal=/Users/friends/Library/Caches/go-build/1c/1c3ade7e765a4267e9ee2683a9dcf8d29c4bd1abaa422c18e892d8c4238850f5-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/memdb=/Users/friends/Library/Caches/go-build/c6/c653cdaa6d93ee4c6b460a7f88288cfc610e84cec37726bfc067592248c463f3-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/storage=/Users/friends/Library/Caches/go-build/c4/c47982fee368a027edff4fd9220d9d3f429d75c7dd7787c94093920c897087c4-d
packagefile github.com/hyperledger/fabric/vendor/github.com/syndtr/goleveldb/leveldb/table=/Users/friends/Library/Caches/go-build/c1/c110155a3d9a69032702aeb04a73415c911f0452f036c52aae50636c8a014353-d
packagefile archive/zip=/Users/friends/Library/Caches/go-build/77/77aa6277bfc9b15c0033240a823e49ca537a147ec8554b1f78c3bd8f6d519ffa-d
packagefile github.com/hyperledger/fabric/vendor/github.com/ipfs/go-ipfs-cmdkit/files=/Users/friends/Library/Caches/go-build/91/918f75e12fc56bc621ef1aab16edda0683d58fdd703bc6108e8e5a8d4cc1a73a-d
packagefile github.com/hyperledger/fabric/vendor/github.com/libp2p/go-libp2p-peer=/Users/friends/Library/Caches/go-build/ab/ab968879a1efda27194f7f58e62c90ce395a49c1470904c6a506d0fe74253e01-d
packagefile github.com/hyperledger/fabric/vendor/github.com/libp2p/go-libp2p-pubsub/pb=/Users/friends/Library/Caches/go-build/db/dbb2d07a729f613fed301a2dd600d0b4da5251208af9db594b444b44ab4f80e3-d
packagefile github.com/hyperledger/fabric/vendor/github.com/mitchellh/go-homedir=/Users/friends/Library/Caches/go-build/5d/5d480eab9fa518d5b7e0b2c65fe9843b90ae0496e7f90005ec27bc5a04cf7121-d
packagefile github.com/hyperledger/fabric/vendor/github.com/multiformats/go-multiaddr=/Users/friends/Library/Caches/go-build/37/37cca98eaf979329dbba721ec7ea11654aa188c8cb2a792ff966180482842e01-d
packagefile github.com/hyperledger/fabric/vendor/github.com/multiformats/go-multiaddr-net=/Users/friends/Library/Caches/go-build/8d/8d1ba8749152c6be5b6b4aa707960a2d3773666a82c1a692add4bf97b9893c24-d
packagefile github.com/hyperledger/fabric/vendor/github.com/whyrusleeping/tar-utils=/Users/friends/Library/Caches/go-build/ef/ef067339a34a41261399d3a9582c66cad76fefe9cf8f8f2314614121fa67f001-d
packagefile github.com/hyperledger/fabric/gossip/gossip/algo=/Users/friends/Library/Caches/go-build/26/261447f4cca2ee867c66f6fe9268b17b44f78868a0d0f25ca5c777738c5cd204-d
packagefile vendor/golang_org/x/text/transform=/Users/friends/Library/Caches/go-build/7e/7eb60f7de1299bc0a9a54cba6f2dd73a9c4765ea8dc9cbded73f03b8822d7a50-d
packagefile github.com/hyperledger/fabric/vendor/github.com/docker/engine-api/types/versions=/Users/friends/Library/Caches/go-build/d8/d8f5a45367fc9fea939a887218eb39690c69962ac4983c96f68befda9706397d-d
packagefile github.com/hyperledger/fabric/core/ledger/util/couchdb=/Users/friends/Library/Caches/go-build/16/160ddee423492d1e1548718a9e00be18a7ca14ad7dd585d581e3bdf9645244f5-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval=/Users/friends/Library/Caches/go-build/bf/bf671aedbc50ad64e1911cfbf7ee86f88b52d921044151c6310f8419b5ff53ab-d
packagefile github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/valinternal=/Users/friends/Library/Caches/go-build/bf/bfeb9391f2526fdd2d0ea107642614493d48a662d9cb0a70762b47bc02f03a21-d
packagefile github.com/hyperledger/fabric/vendor/github.com/ipfs/go-log=/Users/friends/Library/Caches/go-build/12/1230051482eedbc2c7fcf45e32c018f2204dd4597f09f5911baa60ee5eaf5552-d
packagefile github.com/hyperledger/fabric/vendor/github.com/libp2p/go-libp2p-crypto=/Users/friends/Library/Caches/go-build/ff/ff2ec95a8edd13d6f9eaa581cad6a7bdab065405c9d7dd9d6a67b7ba95695107-d
packagefile github.com/hyperledger/fabric/vendor/github.com/mr-tron/base58/base58=/Users/friends/Library/Caches/go-build/34/34b7976f1d8d3c7653fe55700c88ae19c7b57d2c4d65d9655a9efe74f56cdd5c-d
packagefile github.com/hyperledger/fabric/vendor/github.com/multiformats/go-multicodec-packed=/Users/friends/Library/Caches/go-build/42/42b99714b9f3ad5a3499106e8ece491ebf84415e45f5258c6d01ec5c3c43daae-d
packagefile github.com/hyperledger/fabric/vendor/github.com/multiformats/go-multihash=/Users/friends/Library/Caches/go-build/0c/0c666ecfc6061c9bf97f9de8fd041ed3e270d45fbb92f419809701477aaf647e-d
packagefile github.com/hyperledger/fabric/vendor/github.com/gogo/protobuf/proto=/Users/friends/Library/Caches/go-build/a6/a610b6332f22067767dbbba3e1a434c5fd3fb02968c7b1619b5e5f52a71ae6f1-d
packagefile encoding/base32=/Users/friends/Library/Caches/go-build/2c/2c2c5cfad356cc9f09ad6e124546db8a06f5473d4f4e2fd1743985dea7ed1a3b-d
packagefile github.com/hyperledger/fabric/vendor/github.com/frrist/opentracing-go=/Users/friends/Library/Caches/go-build/90/905232f3ce4a635b03449436dfd12800857ce594037b0274349f72ec2db11bc1-d
packagefile github.com/hyperledger/fabric/vendor/github.com/frrist/opentracing-go/ext=/Users/friends/Library/Caches/go-build/36/36cb58a1a50d38caba658d40fe08d82770198aafb04d940a156a25a701436014-d
packagefile github.com/hyperledger/fabric/vendor/github.com/frrist/opentracing-go/log=/Users/friends/Library/Caches/go-build/cd/cd9ad5cb691a9115efb7ef6e68faf413bfb1f532ac1e3ce3b76f1c3728dbc866-d
packagefile github.com/hyperledger/fabric/vendor/github.com/whyrusleeping/go-logging=/Users/friends/Library/Caches/go-build/f7/f7697562a775f1327f7780732ece8989c26af066e843d50cf5ae67b2de293492-d
packagefile github.com/hyperledger/fabric/vendor/github.com/agl/ed25519=/Users/friends/Library/Caches/go-build/52/5245176aa08d8d05a51ca7a4943b923a434f798566d9662fd57d0726045a1986-d
packagefile github.com/hyperledger/fabric/vendor/github.com/agl/ed25519/extra25519=/Users/friends/Library/Caches/go-build/0b/0b993c9ea00a84f82901d6c0b7d811fc93b8bb7a4bdf74821777925ae5aa9749-d
packagefile github.com/hyperledger/fabric/vendor/github.com/btcsuite/btcd/btcec=/Users/friends/Library/Caches/go-build/ab/ab4dd11459475f85b70d391c444e4d2f3831a344a081f4fa8b68d757e683d8ac-d
packagefile github.com/hyperledger/fabric/vendor/github.com/libp2p/go-libp2p-crypto/pb=/Users/friends/Library/Caches/go-build/69/69460e91d909d0201a7b0695487fa3f888bdff1a3c9b838641b3fa5720c09a56-d
packagefile github.com/hyperledger/fabric/vendor/github.com/minio/blake2b-simd=/Users/friends/Library/Caches/go-build/52/5217c4e80a78aebb2d2eae25e99d3396acc628bc1708cc14f601ad7aed573d12-d
packagefile github.com/hyperledger/fabric/vendor/github.com/minio/sha256-simd=/Users/friends/Library/Caches/go-build/65/65d4241899ae6bf35bf6ade6cacbbcd09b2c691f73478bf660baf4d7edb5ed30-d
packagefile github.com/hyperledger/fabric/vendor/github.com/spaolacci/murmur3=/Users/friends/Library/Caches/go-build/e6/e6d915e985fadf05808d0c2f027bec46540244b350eb382a6376bc2c4cec4736-d
packagefile github.com/hyperledger/fabric/vendor/golang.org/x/crypto/blake2s=/Users/friends/Library/Caches/go-build/ca/cab2ac66e24aed32046da75e708c8f9de8461f748e5faf64a860a0503ae6c25a-d
packagefile github.com/hyperledger/fabric/vendor/leb.io/hashland/keccakpg=/Users/friends/Library/Caches/go-build/b0/b0c4d8412577ee61451e796d696634a685c060211c49a18dccfe0a37242d4b81-d
packagefile github.com/hyperledger/fabric/vendor/github.com/agl/ed25519/edwards25519=/Users/friends/Library/Caches/go-build/f9/f9ec70f737cbba6339193911d8b32e667c20de53e4b2a87ac1b1584bc3aae2e7-d
packagefile compress/zlib=/Users/friends/Library/Caches/go-build/85/85db4372cf6822f87c3724951cb152b2b83d5564c7fdfdad4059e52242a518d5-d
packagefile hash/adler32=/Users/friends/Library/Caches/go-build/6f/6f78ee40149b6824d046397f8cadaa4343895a5bdd99926650f0641c2239316a-d
EOF
mkdir -p $WORK/b001/exe/
cd .
/usr/local/Cellar/go/1.10/libexec/pkg/tool/darwin_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=rSrXxachumb0eVxsIPnA/3NdhSIpuVM_WlhxOzWq3/Jf0EQ33jjw-GjB7Wo1BX/rSrXxachumb0eVxsIPnA -linkmode internal -extld=clang /Users/friends/Library/Caches/go-build/ca/ca683522b3f12a2d56add698e31073a6842aafcfe2659b33446b6d7ffd700e02-d
/usr/local/Cellar/go/1.10/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b001/exe/a.out # internal
mv $WORK/b001/exe/a.out peer
rm -r $WORK/b001/
friends110110 commented 6 years ago
friendsdeMacBook-Pro:peer friends$ objdump -section-headers ./peer

./peer: file format Mach-O 64-bit x86-64

Sections:
Idx Name          Size      Address          Type
  0 __text        00b64690 0000000001001000 DATA 
  1 __rodata      0035cd3b 0000000001b656a0 DATA 
  2 __symbol_stub1 00000162 0000000001ec23e0 TEXT 
  3 __typelink    00008550 0000000001ec2560 DATA 
  4 __itablink    00002748 0000000001ecaab0 DATA 
  5 __gosymtab    00000000 0000000001ecd1f8 DATA 
  6 __gopclntab   0043ff11 0000000001ecd200 DATA 
  7 __nl_symbol_ptr 000001f0 000000000230e000 DATA 
  8 __noptrdata   000330e1 000000000230e200 DATA 
  9 __data        000133f0 0000000002341300 DATA 
 10 __bss         000222a8 0000000002354700 BSS
 11 __noptrbss    00003ad8 00000000023769c0 BSS
friends110110 commented 6 years ago

@aarzilli

aarzilli commented 6 years ago

that doesn't show anything because of the cache, you should do that again with GOCACHE=off

friends110110 commented 6 years ago

@aarzilli As you said, I execute the command:

go build -x -gcflags='all=-N -l' -tags nopkcs11 -ldflags='-linkmode internal' objdump -section-headers ./peer

friends110110 commented 6 years ago

@aarzilli where to add GOCACHE=off ?

aarzilli commented 6 years ago

like this: GOCACHE=off go build -x -gcflags='all=-N -l' -tags nopkcs11 -ldflags='-linkmode internal'

aarzilli commented 6 years ago

Wait, it's not necessary. I found the problem:

packagefile plugin=/Users/friends/Library/Caches/go-build/02/028535a67d7e2e1e1a09c3c8848c2b69b04b468967c1e24651c0fe1d25b28df8-d

I'm not sure why yours is importing plugin and mine wasn't but see https://github.com/golang/go/issues/23733

friends110110 commented 6 years ago

@aarzilli The real issue is that .debug_frame is missing entirely in 1.10. So what should I do now to debug successfully?

aarzilli commented 6 years ago

Either downgrade to 1.9 or wait until 1.11 and hope somebody fixes it.

ricky2015 commented 6 years ago

I also encountering this issue in Windows 7 using latest LiteIDE x34.1 AND go version is also the latest 1.11.

kishaningithub commented 6 years ago

Encountering the same issue in latest Mac OS X in go 1.11

exlimit commented 6 years ago

I also encountering this issue in Windows 7 using latest LiteIDE x34.1 AND go version is also the latest 1.1

I also encountering this issue in Windows 10 using latest vscode AND go version is also the latest 1.11,update

k-przybyszewski commented 6 years ago

same here. Any workarounds?

smoya commented 6 years ago

same here ✋ ! go v1.11, MacOs Sierra 10.13.6

exlimit commented 6 years ago

@smoya I solved my problem. The main reason is that I upgraded the go to v1.11, but the debuging tool dlv not updated. when use vscode for debuging report this error, only need to update dlv and other related tools, the specific method can refer to this or direct use of the command panel of vscode Go: Install/Update Tools

smoya commented 6 years ago

Hi @exlimit, Thanks, now it works :D The problem is that in GOLAND IDE doesn't. I did this workaround and now works: https://stackoverflow.com/questions/43014884/mac-osx-jetbrains-gogland-delve-debugging-meet-could-not-launch-process-could/43014980#43014980

dlsniper commented 6 years ago

@smoya update GoLand to 2018.2.2 and this should solve the issue. The bundled version is compiled with Go 1.11

smoya commented 6 years ago

@dlsniper that definitely worked! Many thanks 👍

xkqgit commented 6 years ago

@dlsniper I use GoLand-IDE 2018.2.2 and use GO 1.11 ,but still error msg "could not launch process: decoding dwarf section info at offset 0x0: too short" my go env is : set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\Administrator\AppData\Local\go-build set GOEXE=.exe set GOFLAGS= set GOHOSTARCH=amd64 set GOHOSTOS=windows set GOOS=windows set GOPATH=F:\GoLandWorks set GOPROXY= set GORACE= set GOROOT=C:\xkqtools\go\go1.11.windows-amd64 set GOTMPDIR= set GOTOOLDIR=C:\xkqtools\go\go1.11.windows-amd64\pkg\tool\windows_amd64 set GCCGO=gccgo set CC=gcc set CXX=g++ set CGO_ENABLED=1 set GOMOD= set CGO_CFLAGS=-g -O2 set CGO_CPPFLAGS= set CGO_CXXFLAGS=-g -O2 set CGO_FFLAGS=-g -O2 set CGO_LDFLAGS=-g -O2 set PKG_CONFIG=pkg-config set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\ADMINI~1\AppData\Local\Temp\go-build368315838=/tmp/go-build -gno-record-gcc-switches

anybody can help me?

dlsniper commented 6 years ago

@xkqgit can you please either open an issue on https://youtrack.jetbrains.com/issues/Go, contact me on twitter at @dlsniper or ping me on Gophers Slack at @dlsniper (invite from https://invite.slack.golangbridge.org/ ) or write me a mail at florin [at) jetbrains so we can investigate this without having to send notifications to all other people in this issue? Thank you.

xkqgit commented 6 years ago

@dlsniper I created one issue on https://youtrack.jetbrains.com/issue/GO-6289 Thanks again!!!

mrsiano commented 6 years ago

I've prometheus running (binary app), and I'm trying to use dlv attach, I'm using go 1.11 and I'm afraid the binary complied in diffrent version. is that make sense ?

this is what I'm facing /]# dlv attach 1 could not attach to pid 1: decoding dwarf section info at offset 0x0: too short

dlsniper commented 6 years ago

It depends on how the app was compiled and if the binary was stripped of debug information or not. How do you compile that binary?

mrsiano commented 6 years ago

the project is openshift-monitoring-operator and it uses https://github.com/coreos/prometheus-operator

skyformat99 commented 6 years ago

@smoya I solved my problem. The main reason is that I upgraded the go to v1.11, but the debuging tool dlv not updated. when use vscode for debuging report this error, only need to update dlv and other related tools, the specific method can refer to this or direct use of the command panel of vscode Go: Install/Update Tools

thanks, solved problem!!!!!

JiaLiPassion commented 5 years ago

Still get the same issue could not launch process: decoding dwarf section info at offset 0x0: too short after update to Mac OS 10.14, GO 1.11

shibd commented 5 years ago

Hi @exlimit, Thanks, now it works :D The problem is that in GOLAND IDE doesn't. I did this workaround and now works: https://stackoverflow.com/questions/43014884/mac-osx-jetbrains-gogland-delve-debugging-meet-could-not-launch-process-could/43014980#43014980 @smoya Thanks, I solved my problem

dlsniper commented 5 years ago

What workaround worked? We should fix this in the IDE but it's unclear how you run into these issues or "fix" them. Thank you.

Vingor commented 5 years ago

I fixed this issue by replace the dlv in Goland package with the new dlv

dlsniper commented 5 years ago

@vingor what GoLand version are you running?

coriolinus commented 5 years ago

This doesn't appear to be user error: the dlv debug command should never strip the output executable.

$ go version
Mon Nov  5 13:22:27 CET 2018
go version go1.11.1 darwin/amd64
$ go get -u github.com/derekparker/delve/cmd/dlv
Mon Nov  5 13:24:47 CET 2018
$ dlv debug ./cmd/chaos.generate/ -- -g genesis.toml -a assc.toml
Mon Nov  5 13:24:54 CET 2018
could not launch process: decoding dwarf section info at offset 0x0: too short
PatrickWalker commented 5 years ago

Still get the same issue could not launch process: decoding dwarf section info at offset 0x0: too short after update to Mac OS 10.14, GO 1.11

@JiaLiPassion I resolved it by moving to 1.1.0 of Delv. Apologies if you've already tried that

JiaLiPassion commented 5 years ago

@PatrickWalker , Thanks, I will test it in my local.

tanhuiya commented 5 years ago

Still get the same issue could not launch process: decoding dwarf section info at offset 0x0: too short

os: Mac OS 10.14.1 GO 1.11.1

nkbai commented 5 years ago

Still get the same issue could not launch process: decoding dwarf section info at offset 0x0: too short

os: Mac OS 10.14.1 GO 1.11.2

pengisgood commented 5 years ago

any updates? I use Mac OSX 1.14.1, go 1.11, dlv 1.1.0 still has the same error.

lehors commented 5 years ago

It works with the latest version of Go, installed from source, off the master branch as of today (1/9/19).

nkbai commented 5 years ago

not all go application report this error,only one application report this error. this application is :https://github.com/SmartMeshFoundation/Photon/

zeayes commented 5 years ago

export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug

official-doc

lehors commented 5 years ago

export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug

official-doc

Nope: $ export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug could not launch process: decoding dwarf section info at offset 0x0: too short $ go version go version go1.11.2 darwin/amd64 $ uname -a Darwin Arnauds-MBP.lan 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64 x86_64

Roasbeef commented 5 years ago

Still getting this for Go 1.11 on Mac OS.

kwongiho commented 5 years ago

is it fixed ?

lehors commented 5 years ago

export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug

official-doc

Nope: $ export GOFLAGS="-ldflags=-compressdwarf=false"; dlv debug could not launch process: decoding dwarf section info at offset 0x0: too short $ go version go version go1.11.2 darwin/amd64 $ uname -a Darwin Arnauds-MBP.lan 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64 x86_64

is it fixed ?

Not in the official release. My understanding is that it will be in 1.12 when it gets released. But as I indicated above, it works with a build of the latest unreleased version.

pengfilee commented 5 years ago

export GOFLAGS="-ldflags=-compressdwarf=false";

thank you ,so we should see the offical-doc when find error

lehors commented 5 years ago

Ok, upgrading to Go 1.12 which is now available resolves this problem.

taotao365s commented 5 years ago

upgrading goland to 2018.3 ,ok!