Skip to content

Instantly share code, notes, and snippets.

@robkerr1992
Created February 18, 2018 00:30
Show Gist options
  • Save robkerr1992/65fe051f942e06bccd617f90392541c4 to your computer and use it in GitHub Desktop.
Save robkerr1992/65fe051f942e06bccd617f90392541c4 to your computer and use it in GitHub Desktop.
ethereum (ethereum/ethereum/ethereum) on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for ethereum/ethereum/ethereum on macOS 10.12.6
Build date: 2018-02-17 18:04:42
HOMEBREW_VERSION: 1.5.4
ORIGIN: https://github.com/Homebrew/brew
HEAD: 021fe22e3c982b08346422d1e7897e929a709380
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bf27165321681547c4720c0fac3c4d16643de56d
Core tap last commit: 10 hours ago
HOMEBREW_PREFIX: /usr/local
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.14.3 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
macOS: 10.12.6-x86_64
Xcode: N/A
CLT: 9.2.0.0.1.1510905681
X11: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/kubectl
ethereum/ethereum/ethereum
Formula: ethereum
Tap: ethereum/ethereum
Path: /usr/local/Homebrew/Library/Taps/ethereum/homebrew-ethereum/ethereum.rb
2018-02-17 18:04:38 -0600
go
env
GOARCH="amd64"
GOBIN=""
GOCACHE="/private/tmp/ethereum-20180217-1170-qkkz1i/.brew_home/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/private/tmp/ethereum-20180217-1170-qkkz1i/.brew_home/go"
GORACE=""
GOROOT="/usr/local/opt/go/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build117793956=/tmp/go-build -gno-record-gcc-switches -fno-common"
clang called with: -fno-caret-diagnostics -c -x c -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -fno-caret-diagnostics -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Qunused-arguments -c -x c -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -Qunused-arguments -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fdebug-prefix-map=a=b -c -x c -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -fdebug-prefix-map=a=b -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -gno-record-gcc-switches -c -x c -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -gno-record-gcc-switches -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
2018-02-17 18:04:39 -0600
make
all
build/env.sh go run build/ci.go install
>>> /usr/local/opt/go/libexec/bin/go install -ldflags -s -v github.com/ethereum/go-ethereum github.com/ethereum/go-ethereum/accounts github.com/ethereum/go-ethereum/accounts/abi github.com/ethereum/go-ethereum/accounts/abi/bind github.com/ethereum/go-ethereum/accounts/abi/bind/backends github.com/ethereum/go-ethereum/accounts/keystore github.com/ethereum/go-ethereum/accounts/usbwallet github.com/ethereum/go-ethereum/accounts/usbwallet/internal/trezor github.com/ethereum/go-ethereum/bmt github.com/ethereum/go-ethereum/cmd/abigen github.com/ethereum/go-ethereum/cmd/bootnode github.com/ethereum/go-ethereum/cmd/ethkey github.com/ethereum/go-ethereum/cmd/evm github.com/ethereum/go-ethereum/cmd/evm/internal/compiler github.com/ethereum/go-ethereum/cmd/faucet github.com/ethereum/go-ethereum/cmd/geth github.com/ethereum/go-ethereum/cmd/internal/browser github.com/ethereum/go-ethereum/cmd/p2psim github.com/ethereum/go-ethereum/cmd/puppeth github.com/ethereum/go-ethereum/cmd/rlpdump github.com/ethereum/go-ethereum/cmd/swarm github.com/ethereum/go-ethereum/cmd/utils github.com/ethereum/go-ethereum/cmd/wnode github.com/ethereum/go-ethereum/common github.com/ethereum/go-ethereum/common/bitutil github.com/ethereum/go-ethereum/common/compiler github.com/ethereum/go-ethereum/common/fdlimit github.com/ethereum/go-ethereum/common/hexutil github.com/ethereum/go-ethereum/common/math github.com/ethereum/go-ethereum/common/mclock github.com/ethereum/go-ethereum/common/number github.com/ethereum/go-ethereum/compression/rle github.com/ethereum/go-ethereum/consensus github.com/ethereum/go-ethereum/consensus/clique github.com/ethereum/go-ethereum/consensus/ethash github.com/ethereum/go-ethereum/consensus/misc github.com/ethereum/go-ethereum/console github.com/ethereum/go-ethereum/contracts/chequebook github.com/ethereum/go-ethereum/contracts/chequebook/contract github.com/ethereum/go-ethereum/contracts/ens github.com/ethereum/go-ethereum/contracts/ens/contract github.com/ethereum/go-ethereum/core github.com/ethereum/go-ethereum/core/asm github.com/ethereum/go-ethereum/core/bloombits github.com/ethereum/go-ethereum/core/state github.com/ethereum/go-ethereum/core/types github.com/ethereum/go-ethereum/core/vm github.com/ethereum/go-ethereum/core/vm/runtime github.com/ethereum/go-ethereum/crypto github.com/ethereum/go-ethereum/crypto/bn256 github.com/ethereum/go-ethereum/crypto/ecies github.com/ethereum/go-ethereum/crypto/randentropy github.com/ethereum/go-ethereum/crypto/secp256k1 github.com/ethereum/go-ethereum/crypto/sha3 github.com/ethereum/go-ethereum/dashboard github.com/ethereum/go-ethereum/eth github.com/ethereum/go-ethereum/eth/downloader github.com/ethereum/go-ethereum/eth/fetcher github.com/ethereum/go-ethereum/eth/filters github.com/ethereum/go-ethereum/eth/gasprice github.com/ethereum/go-ethereum/eth/tracers github.com/ethereum/go-ethereum/eth/tracers/internal/tracers github.com/ethereum/go-ethereum/ethclient github.com/ethereum/go-ethereum/ethdb github.com/ethereum/go-ethereum/ethstats github.com/ethereum/go-ethereum/event github.com/ethereum/go-ethereum/event/filter github.com/ethereum/go-ethereum/internal/build github.com/ethereum/go-ethereum/internal/cmdtest github.com/ethereum/go-ethereum/internal/debug github.com/ethereum/go-ethereum/internal/ethapi github.com/ethereum/go-ethereum/internal/guide github.com/ethereum/go-ethereum/internal/jsre github.com/ethereum/go-ethereum/internal/jsre/deps github.com/ethereum/go-ethereum/internal/web3ext github.com/ethereum/go-ethereum/les github.com/ethereum/go-ethereum/les/flowcontrol github.com/ethereum/go-ethereum/light github.com/ethereum/go-ethereum/log github.com/ethereum/go-ethereum/log/term github.com/ethereum/go-ethereum/metrics github.com/ethereum/go-ethereum/miner github.com/ethereum/go-ethereum/mobile github.com/ethereum/go-ethereum/node github.com/ethereum/go-ethereum/p2p github.com/ethereum/go-ethereum/p2p/discover github.com/ethereum/go-ethereum/p2p/discv5 github.com/ethereum/go-ethereum/p2p/enr github.com/ethereum/go-ethereum/p2p/nat github.com/ethereum/go-ethereum/p2p/netutil github.com/ethereum/go-ethereum/p2p/simulations github.com/ethereum/go-ethereum/p2p/simulations/adapters github.com/ethereum/go-ethereum/p2p/simulations/examples github.com/ethereum/go-ethereum/params github.com/ethereum/go-ethereum/rlp github.com/ethereum/go-ethereum/rpc github.com/ethereum/go-ethereum/swarm github.com/ethereum/go-ethereum/swarm/api github.com/ethereum/go-ethereum/swarm/api/client github.com/ethereum/go-ethereum/swarm/api/http github.com/ethereum/go-ethereum/swarm/fuse github.com/ethereum/go-ethereum/swarm/network github.com/ethereum/go-ethereum/swarm/network/kademlia github.com/ethereum/go-ethereum/swarm/services/swap github.com/ethereum/go-ethereum/swarm/services/swap/swap github.com/ethereum/go-ethereum/swarm/storage github.com/ethereum/go-ethereum/swarm/testutil github.com/ethereum/go-ethereum/tests github.com/ethereum/go-ethereum/trie github.com/ethereum/go-ethereum/whisper/mailserver github.com/ethereum/go-ethereum/whisper/shhclient github.com/ethereum/go-ethereum/whisper/whisperv2 github.com/ethereum/go-ethereum/whisper/whisperv5 github.com/ethereum/go-ethereum/whisper/whisperv6
github.com/ethereum/go-ethereum/vendor/github.com/hashicorp/golang-lru/simplelru
github.com/ethereum/go-ethereum/vendor/golang.org/x/net/html/atom
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/internal/utf8internal
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/internal/identifier
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/registry
github.com/ethereum/go-ethereum/internal/web3ext
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/token
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/curve25519
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/ed25519/internal/edwards25519
github.com/ethereum/go-ethereum/internal/guide
github.com/ethereum/go-ethereum/common/bitutil
github.com/ethereum/go-ethereum/crypto/sha3
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/comparer
github.com/ethereum/go-ethereum/vendor/gopkg.in/karalabe/cookiejar.v2/collections/prque
github.com/ethereum/go-ethereum/vendor/github.com/golang/snappy
github.com/ethereum/go-ethereum/common/hexutil
github.com/ethereum/go-ethereum/common/math
github.com/ethereum/go-ethereum/rlp
github.com/ethereum/go-ethereum/vendor/github.com/go-stack/stack
github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/ethereum/go-ethereum/common
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics
github.com/ethereum/go-ethereum/log
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/storage
github.com/ethereum/go-ethereum/vendor/github.com/aristanetworks/goarista/monotime
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/cache
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/filter
github.com/ethereum/go-ethereum/common/mclock
github.com/ethereum/go-ethereum/params
github.com/ethereum/go-ethereum/crypto/randentropy
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/opt
github.com/ethereum/go-ethereum/event
github.com/ethereum/go-ethereum/vendor/github.com/pborman/uuid
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/pbkdf2
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify
github.com/ethereum/go-ethereum/vendor/gopkg.in/fatih/set.v0
github.com/ethereum/go-ethereum/vendor/golang.org/x/tools/go/ast/astutil
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/scrypt
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/errors
github.com/ethereum/go-ethereum/vendor/github.com/edsrzf/mmap-go
github.com/ethereum/go-ethereum/vendor/github.com/hashicorp/golang-lru
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/iterator
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/journal
github.com/ethereum/go-ethereum/vendor/golang.org/x/net/context
github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/memdb
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/table
github.com/ethereum/go-ethereum/vendor/github.com/rs/xhandler
github.com/ethereum/go-ethereum/crypto/bn256
github.com/ethereum/go-ethereum/vendor/golang.org/x/tools/imports
github.com/ethereum/go-ethereum/vendor/github.com/rs/cors
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/ripemd160
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb
github.com/ethereum/go-ethereum/rpc
github.com/ethereum/go-ethereum/vendor/github.com/golang/protobuf/proto
github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/exp
github.com/ethereum/go-ethereum/metrics
github.com/ethereum/go-ethereum/bmt
github.com/ethereum/go-ethereum/common/compiler
github.com/ethereum/go-ethereum/common/fdlimit
github.com/ethereum/go-ethereum/vendor/golang.org/x/sys/unix
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/httpu
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/scpd
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/soap
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/ssdp
github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar
github.com/ethereum/go-ethereum/vendor/golang.org/x/net/html
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/transform
github.com/ethereum/go-ethereum/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/internal
github.com/ethereum/go-ethereum/accounts/usbwallet/internal/trezor
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/charmap
github.com/ethereum/go-ethereum/ethdb
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/japanese
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/korean
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/simplifiedchinese
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/traditionalchinese
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/runes
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/unicode
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/internal/tag
github.com/ethereum/go-ethereum/vendor/github.com/jackpal/go-nat-pmp
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/language
github.com/ethereum/go-ethereum/p2p/netutil
github.com/ethereum/go-ethereum/vendor/golang.org/x/text/encoding/htmlindex
github.com/ethereum/go-ethereum/eth/tracers/internal/tracers
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
github.com/ethereum/go-ethereum/vendor/golang.org/x/net/html/charset
github.com/ethereum/go-ethereum/log/term
github.com/ethereum/go-ethereum/vendor/github.com/mattn/go-colorable
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp
github.com/ethereum/go-ethereum/vendor/github.com/prometheus/prometheus/util/flock
github.com/ethereum/go-ethereum/les/flowcontrol
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/dcps/internetgateway1
github.com/ethereum/go-ethereum/vendor/github.com/huin/goupnp/dcps/internetgateway2
github.com/ethereum/go-ethereum/vendor/golang.org/x/sync/syncmap
github.com/ethereum/go-ethereum/internal/jsre/deps
github.com/ethereum/go-ethereum/p2p/nat
github.com/ethereum/go-ethereum/internal/debug
github.com/ethereum/go-ethereum/vendor/github.com/mattn/go-isatty
github.com/ethereum/go-ethereum/vendor/github.com/fatih/color
github.com/ethereum/go-ethereum/vendor/gopkg.in/sourcemap.v1/base64vlq
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/dbg
github.com/ethereum/go-ethereum/vendor/gopkg.in/sourcemap.v1
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/file
github.com/ethereum/go-ethereum/cmd/internal/browser
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/ast
github.com/ethereum/go-ethereum/vendor/github.com/maruel/panicparse/stack
github.com/ethereum/go-ethereum/vendor/github.com/mattn/go-runewidth
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto/parser
github.com/ethereum/go-ethereum/vendor/github.com/mitchellh/go-wordwrap
github.com/ethereum/go-ethereum/vendor/github.com/nsf/termbox-go
github.com/ethereum/go-ethereum/vendor/github.com/naoina/go-stringutil
github.com/ethereum/go-ethereum/vendor/github.com/naoina/toml/ast
github.com/ethereum/go-ethereum/vendor/github.com/gizak/termui
github.com/ethereum/go-ethereum/vendor/github.com/naoina/toml
github.com/ethereum/go-ethereum/vendor/github.com/docker/docker/pkg/reexec
github.com/ethereum/go-ethereum/vendor/github.com/robertkrimen/otto
github.com/ethereum/go-ethereum/vendor/github.com/julienschmidt/httprouter
github.com/ethereum/go-ethereum/vendor/github.com/olekukonko/tablewriter
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/ed25519
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/ssh/terminal
github.com/ethereum/go-ethereum/cmd/rlpdump
github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/ssh
github.com/ethereum/go-ethereum/swarm/services/swap/swap
github.com/ethereum/go-ethereum/swarm/network/kademlia
github.com/ethereum/go-ethereum/vendor/bazil.org/fuse
github.com/ethereum/go-ethereum/common/number
github.com/ethereum/go-ethereum/event/filter
github.com/ethereum/go-ethereum/internal/cmdtest
github.com/ethereum/go-ethereum/vendor/bazil.org/fuse/fuseutil
github.com/ethereum/go-ethereum/vendor/bazil.org/fuse/fs
# github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51: cannot use refZero (type int) as type *_Ctype_struct___CFAllocator in argument to func literal
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:165: cannot use refZero (type int) as type *_Ctype_struct___CFAllocator in argument to func literal
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:166: cannot use refZero (type int) as type *_Ctype_struct___CFAllocator in argument to func literal
github.com/ethereum/go-ethereum/internal/jsre
github.com/ethereum/go-ethereum/crypto
github.com/ethereum/go-ethereum/compression/rle
github.com/ethereum/go-ethereum/crypto/ecies
github.com/ethereum/go-ethereum/p2p/enr
github.com/ethereum/go-ethereum/p2p/discover
github.com/ethereum/go-ethereum/trie
github.com/ethereum/go-ethereum/accounts/abi
github.com/ethereum/go-ethereum/p2p/discv5
github.com/ethereum/go-ethereum/swarm/storage
github.com/ethereum/go-ethereum/core/types
github.com/ethereum/go-ethereum/p2p
github.com/ethereum/go-ethereum
github.com/ethereum/go-ethereum/core/bloombits
github.com/ethereum/go-ethereum/core/state
github.com/ethereum/go-ethereum/core/vm
github.com/ethereum/go-ethereum/ethclient
github.com/ethereum/go-ethereum/accounts
github.com/ethereum/go-ethereum/accounts/usbwallet
github.com/ethereum/go-ethereum/consensus/misc
github.com/ethereum/go-ethereum/consensus
github.com/ethereum/go-ethereum/whisper/whisperv5
github.com/ethereum/go-ethereum/whisper/whisperv6
github.com/ethereum/go-ethereum/dashboard
github.com/ethereum/go-ethereum/whisper/whisperv2
github.com/ethereum/go-ethereum/consensus/ethash
github.com/ethereum/go-ethereum/consensus/clique
github.com/ethereum/go-ethereum/eth/fetcher
github.com/ethereum/go-ethereum/console
github.com/ethereum/go-ethereum/core
github.com/ethereum/go-ethereum/core/asm
github.com/ethereum/go-ethereum/whisper/shhclient
github.com/ethereum/go-ethereum/cmd/evm/internal/compiler
github.com/ethereum/go-ethereum/core/vm/runtime
github.com/ethereum/go-ethereum/eth/filters
github.com/ethereum/go-ethereum/light
github.com/ethereum/go-ethereum/eth/downloader
github.com/ethereum/go-ethereum/tests
github.com/ethereum/go-ethereum/miner
github.com/ethereum/go-ethereum/eth/tracers
util.go:45: exit status 2
exit status 1
make: *** [all] Error 1
HOMEBREW_VERSION: 1.5.4
ORIGIN: https://github.com/Homebrew/brew
HEAD: 021fe22e3c982b08346422d1e7897e929a709380
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bf27165321681547c4720c0fac3c4d16643de56d
Core tap last commit: 10 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_ARCHFLAGS:
HOMEBREW_CACHE: /Users/rob/Library/Caches/Homebrew
HOMEBREW_CC: clang
HOMEBREW_CCCFG: sa
HOMEBREW_CXX: clang++
HOMEBREW_DEPENDENCIES: go
HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION: 1
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180217-644-m8geum/socket
HOMEBREW_FORMULA_PREFIX: /usr/local/Cellar/ethereum/1.8.0
HOMEBREW_ISYSTEM_PATHS: /usr/local/include:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
HOMEBREW_LIBRARY_PATHS: /usr/local/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
HOMEBREW_OPT: /usr/local/opt
HOMEBREW_OPTFLAGS: -march=native
HOMEBREW_OPTIMIZATION_LEVEL: Os
HOMEBREW_PREFER_CLT_PROXIES: 1
HOMEBREW_TEMP: /tmp
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.14.3 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: N/A
Python: N/A
Ruby: N/A
Java: N/A
macOS: 10.12.6-x86_64
Xcode: N/A
CLT: 9.2.0.0.1.1510905681
X11: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.12
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/go/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I . /tmp/cgo-gcc-input-049409830.c
superenv removed: -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-049409830.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-416934477.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-416934477.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b145/ -g -O2 -I . /tmp/cgo-gcc-input-203883131.c
superenv removed: -m64 -I /tmp/go-build075524760/b145/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b145/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b145/ -I. /tmp/cgo-gcc-input-203883131.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-252709704.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-252709704.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I . /tmp/cgo-gcc-input-516299865.c
superenv removed: -m64 -I /tmp/go-build075524760/b185/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-516299865.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I . /tmp/cgo-gcc-input-126919175.c
superenv removed: -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-126919175.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-971316666.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-971316666.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b145//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b145/ -g -m64 -I . /tmp/cgo-gcc-input-489706398.c
superenv removed: -I /tmp/go-build075524760/b145/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b145/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b145//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b145/ -I. /tmp/cgo-gcc-input-489706398.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b195/ -g -O2 -I . /tmp/cgo-gcc-input-223265975.c
superenv removed: -m64 -I /tmp/go-build075524760/b195/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b195/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b195/ -I. /tmp/cgo-gcc-input-223265975.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-786875345.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-786875345.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b185/ -g -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -m64 -I . /tmp/cgo-gcc-input-364069348.c
superenv removed: -I /tmp/go-build075524760/b185/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-364069348.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I . /tmp/cgo-gcc-input-319822588.c
superenv removed: -m64 -I /tmp/go-build075524760/b060/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-319822588.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b195//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b195/ -g -m64 -I . /tmp/cgo-gcc-input-384254634.c
superenv removed: -I /tmp/go-build075524760/b195/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b195/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b195//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b195/ -I. /tmp/cgo-gcc-input-384254634.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-474824235.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-474824235.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -m64 -I . /tmp/cgo-gcc-input-048322035.c
superenv removed: -I /tmp/go-build075524760/b185/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-048322035.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b195//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b195/ -g -O2 -m64 -I . /tmp/cgo-gcc-input-432344577.c
superenv removed: -I /tmp/go-build075524760/b195/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b195/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b195//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b195/ -I. /tmp/cgo-gcc-input-432344577.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -m64 -I . /tmp/cgo-gcc-input-236824974.c
superenv removed: -I /tmp/go-build075524760/b060/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b060/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b060//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -I. /tmp/cgo-gcc-input-236824974.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fno-caret-diagnostics -c -x c -
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-caret-diagnostics -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Qunused-arguments -c -x c -
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Qunused-arguments -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fdebug-prefix-map=a=b -c -x c -
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fdebug-prefix-map=a=b -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I . /tmp/cgo-gcc-input-770694326.c
superenv removed: -m64 -I /tmp/go-build075524760/b185/ -g -O2 -I .
superenv added: -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-770694326.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -gno-record-gcc-switches -c -x c -
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -gno-record-gcc-switches -c -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b185/ -g -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -m64 -I . /tmp/cgo-gcc-input-514584221.c
superenv removed: -I /tmp/go-build075524760/b185/ -g -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-514584221.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b145//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b145/ -g -O2 -m64 -I . /tmp/cgo-gcc-input-432329829.c
superenv removed: -I /tmp/go-build075524760/b145/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b145/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b145//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b145/ -I. /tmp/cgo-gcc-input-432329829.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b195/ -g -O2 -o /tmp/go-build075524760/b195/_x001.o -c _cgo_export.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -m64 -I /tmp/go-build075524760/b195/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -I/tmp/go-build075524760/b195/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b195/ -o /tmp/go-build075524760/b195/_x001.o -c _cgo_export.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -I . /tmp/cgo-gcc-input-072855407.c
superenv removed: -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall -I .
superenv added: -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-072855407.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b195/ -g -O2 -o /tmp/go-build075524760/b195/_x002.o -c sigar_darwin.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -m64 -I /tmp/go-build075524760/b195/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -I/tmp/go-build075524760/b195/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b195/ -o /tmp/go-build075524760/b195/_x002.o -c sigar_darwin.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -m64 -I . /tmp/cgo-gcc-input-576457560.c
superenv removed: -I /tmp/go-build075524760/b185/ -g -O2 -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b185/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b185//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -I. /tmp/cgo-gcc-input-576457560.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b237/ -g -std=c99 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -Wall -fomit-frame-pointer -fstrict-aliasing -m64 -I . /tmp/cgo-gcc-input-632672258.c
superenv removed: -I /tmp/go-build075524760/b237/ -g -Wall -Wall -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-632672258.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x001.o -c _cgo_export.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -m64 -I /tmp/go-build075524760/b185/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -I/tmp/go-build075524760/b185/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x001.o -c _cgo_export.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b195/ -g -O2 -o /tmp/go-build075524760/b195/_cgo_main.o -c _cgo_main.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -m64 -I /tmp/go-build075524760/b195/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -I/tmp/go-build075524760/b195/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b195/ -o /tmp/go-build075524760/b195/_cgo_main.o -c _cgo_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b195/_cgo_.o /tmp/go-build075524760/b195/_cgo_main.o /tmp/go-build075524760/b195/_x001.o /tmp/go-build075524760/b195/_x002.o -g -O2
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -m64 -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/elastic/gosigar -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b195=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b195/_cgo_.o /tmp/go-build075524760/b195/_cgo_main.o /tmp/go-build075524760/b195/_x001.o /tmp/go-build075524760/b195/_x002.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x002.o -c hid_enabled.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -m64 -I /tmp/go-build075524760/b185/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -I/tmp/go-build075524760/b185/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x002.o -c hid_enabled.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b145/ -g -O2 -o /tmp/go-build075524760/b145/_x001.o -c _cgo_export.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -m64 -I /tmp/go-build075524760/b145/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -I/tmp/go-build075524760/b145/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b145/ -o /tmp/go-build075524760/b145/_x001.o -c _cgo_export.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -m64 -I . /tmp/cgo-gcc-input-427476857.c
superenv removed: -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-427476857.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x003.o -c wchar.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -m64 -I /tmp/go-build075524760/b185/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -I/tmp/go-build075524760/b185/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_x003.o -c wchar.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b145/ -g -O2 -o /tmp/go-build075524760/b145/_x002.o -c watcher_fsevents_cgo.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -m64 -I /tmp/go-build075524760/b145/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -I/tmp/go-build075524760/b145/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b145/ -o /tmp/go-build075524760/b145/_x002.o -c watcher_fsevents_cgo.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -dM -m64 -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -I . /tmp/cgo-gcc-input-531874436.c
superenv removed: -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall -I .
superenv added: -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -dM -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-531874436.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b237/ -g -std=c99 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -Wall -fomit-frame-pointer -fstrict-aliasing -m64 -I . /tmp/cgo-gcc-input-830230547.c
superenv removed: -I /tmp/go-build075524760/b237/ -g -Wall -Wall -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-830230547.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b185/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_cgo_main.o -c _cgo_main.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -m64 -I /tmp/go-build075524760/b185/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -I/tmp/go-build075524760/b185/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b185/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/hidapi/hidapi -DOS_DARWIN -o /tmp/go-build075524760/b185/_cgo_main.o -c _cgo_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b185/_cgo_.o /tmp/go-build075524760/b185/_cgo_main.o /tmp/go-build075524760/b185/_x001.o /tmp/go-build075524760/b185/_x002.o /tmp/go-build075524760/b185/_x003.o -g -O2 -framework CoreFoundation -framework IOKit
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -m64 -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b185=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b185/_cgo_.o /tmp/go-build075524760/b185/_cgo_main.o /tmp/go-build075524760/b185/_x001.o /tmp/go-build075524760/b185/_x002.o /tmp/go-build075524760/b185/_x003.o -framework CoreFoundation -framework IOKit -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -m64 -I . /tmp/cgo-gcc-input-636457558.c
superenv removed: -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall -m64 -I .
superenv added: -pipe -Os -march=native -I/tmp/go-build075524760/b237/ -I. -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -w -Wno-error -o/tmp/go-build075524760/b237//_cgo_.o -gdwarf-2 -c -ferror-limit=0 -Wno-unknown-warning-option -Wno-unneeded-internal-declaration -Wno-unused-function -Qunused-arguments -fno-builtin -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -I. /tmp/cgo-gcc-input-636457558.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b145/ -g -O2 -o /tmp/go-build075524760/b145/_cgo_main.o -c _cgo_main.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -m64 -I /tmp/go-build075524760/b145/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -I/tmp/go-build075524760/b145/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b145/ -o /tmp/go-build075524760/b145/_cgo_main.o -c _cgo_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x001.o -c _cgo_export.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x001.o -c _cgo_export.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b145/_cgo_.o /tmp/go-build075524760/b145/_cgo_main.o /tmp/go-build075524760/b145/_x001.o /tmp/go-build075524760/b145/_x002.o -g -O2 -framework CoreServices
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -m64 -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b145=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b145/_cgo_.o /tmp/go-build075524760/b145/_cgo_main.o /tmp/go-build075524760/b145/_x001.o /tmp/go-build075524760/b145/_x002.o -framework CoreServices -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x002.o -c api.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x002.o -c api.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x003.o -c duktape.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x003.o -c duktape.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x004.o -c duk_alloc_pool.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x004.o -c duk_alloc_pool.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x005.o -c duk_console.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x005.o -c duk_console.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x001.o -c _cgo_export.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -I /tmp/go-build075524760/b060/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -I/tmp/go-build075524760/b060/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x001.o -c _cgo_export.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x002.o -c curve.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -I /tmp/go-build075524760/b060/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -I/tmp/go-build075524760/b060/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x002.o -c curve.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x006.o -c duk_logging.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x006.o -c duk_logging.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x003.o -c panic_cb.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -I /tmp/go-build075524760/b060/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -I/tmp/go-build075524760/b060/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x003.o -c panic_cb.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x007.o -c duk_minimal_printf.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x007.o -c duk_minimal_printf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x004.o -c secp256.cgo2.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -I /tmp/go-build075524760/b060/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -I/tmp/go-build075524760/b060/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_x004.o -c secp256.cgo2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x008.o -c duk_module_duktape.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x008.o -c duk_module_duktape.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x009.o -c duk_module_node.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x009.o -c duk_module_node.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x010.o -c duk_print_alert.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x010.o -c duk_print_alert.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x011.o -c duk_v1_compat.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x011.o -c duk_v1_compat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x012.o -c duktape.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_x012.o -c duktape.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b060/ -g -O2 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_cgo_main.o -c _cgo_main.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -I /tmp/go-build075524760/b060/ -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -I/tmp/go-build075524760/b060/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b060/ -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1 -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/src -o /tmp/go-build075524760/b060/_cgo_main.o -c _cgo_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b060/_cgo_.o /tmp/go-build075524760/b060/_cgo_main.o /tmp/go-build075524760/b060/_x001.o /tmp/go-build075524760/b060/_x002.o /tmp/go-build075524760/b060/_x003.o /tmp/go-build075524760/b060/_x004.o -g -O2
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -m64 -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/secp256k1 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b060=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b060/_cgo_.o /tmp/go-build075524760/b060/_cgo_main.o /tmp/go-build075524760/b060/_x001.o /tmp/go-build075524760/b060/_x002.o /tmp/go-build075524760/b060/_x003.o /tmp/go-build075524760/b060/_x004.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I /tmp/go-build075524760/b237/ -g -O2 -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_cgo_main.o -c _cgo_main.c
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -I /tmp/go-build075524760/b237/ -g -O2 -O3 -Wall -O3 -Wall
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -I/tmp/go-build075524760/b237/ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -I/tmp/go-build075524760/b237/ -std=c99 -fomit-frame-pointer -fstrict-aliasing -std=c99 -fomit-frame-pointer -fstrict-aliasing -o /tmp/go-build075524760/b237/_cgo_main.o -c _cgo_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b237/_cgo_.o /tmp/go-build075524760/b237/_cgo_main.o /tmp/go-build075524760/b237/_x001.o /tmp/go-build075524760/b237/_x002.o /tmp/go-build075524760/b237/_x003.o /tmp/go-build075524760/b237/_x004.o /tmp/go-build075524760/b237/_x005.o /tmp/go-build075524760/b237/_x006.o /tmp/go-build075524760/b237/_x007.o /tmp/go-build075524760/b237/_x008.o /tmp/go-build075524760/b237/_x009.o /tmp/go-build075524760/b237/_x010.o /tmp/go-build075524760/b237/_x011.o /tmp/go-build075524760/b237/_x012.o -g -O2
superenv removed: -I /private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -m64 -g -O2
superenv added: -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/private/tmp/ethereum-20180217-1170-qkkz1i/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3 -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build075524760/b237=/tmp/go-build -gno-record-gcc-switches -fno-common -o /tmp/go-build075524760/b237/_cgo_.o /tmp/go-build075524760/b237/_cgo_main.o /tmp/go-build075524760/b237/_x001.o /tmp/go-build075524760/b237/_x002.o /tmp/go-build075524760/b237/_x003.o /tmp/go-build075524760/b237/_x004.o /tmp/go-build075524760/b237/_x005.o /tmp/go-build075524760/b237/_x006.o /tmp/go-build075524760/b237/_x007.o /tmp/go-build075524760/b237/_x008.o /tmp/go-build075524760/b237/_x009.o /tmp/go-build075524760/b237/_x010.o /tmp/go-build075524760/b237/_x011.o /tmp/go-build075524760/b237/_x012.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment