Skip to content
Snippets Groups Projects

Client build log

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Sydney Anne Erickson
    build client.log 7.26 KiB
    $ git clone git@git.xx.network:elixxir/client.git
    Cloning into 'client'...
    The authenticity of host 'git.xx.network (161.35.225.45)' can't be established.
    ED25519 key fingerprint is SHA256:QVeX/yKWwIYpefazOJ9wj/ib1nQfgLJFzrUhdKw0xaQ.
    This key is not known by any other names
    Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
    Warning: Permanently added 'git.xx.network' (ED25519) to the list of known hosts.
    remote: Enumerating objects: 29568, done.
    remote: Counting objects: 100% (1719/1719), done.
    remote: Compressing objects: 100% (380/380), done.
    remote: Total 29568 (delta 1551), reused 1431 (delta 1337), pack-reused 27849
    Receiving objects: 100% (29568/29568), 23.58 MiB | 1.62 MiB/s, done.
    Resolving deltas: 100% (21743/21743), done.
    $ cd client
    $ export GOPRIVATE=gitlab.com/elixxir/*,gitlab.com/xx_network/*,git.xx.network/elixxir/*,git.xx.network/xx_network/*
    $ nano ~/.gitconfig
    $ cat ~/.gitconfig
    # This is Git's per-user configuration file.
    [user]
    # Please adapt and uncomment the following lines:
    	name = Anne
    	email = [redacted]
    [cinnabar]
    	helper = /var/folders/[redacted]/git-cinnabar-helper
    
    [url "git@git.xx.network:elixxir"]
            insteadOf = git@gitlab.com:elixxir
    [url "git@git.xx.network:xx_network"]
            insteadOf = git@gitlab.com:xx_network
    [url "git@git.xx.network:elixxir"]
            insteadOf = https://gitlab.com/elixxir
            insteadOf = https://git.xx.network/elixxir
    [url "git@git.xx.network:xx_network"]
            insteadOf = https://gitlab.com/xx_network
            insteadOf = https://git.xx.network/xx_network
    $ make release
    GOFLAGS="" go get gitlab.com/xx_network/primitives@release
    go: downloading gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0
    GOFLAGS="" go get gitlab.com/elixxir/primitives@release
    go: downloading gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f
    GOFLAGS="" go get gitlab.com/xx_network/crypto@release
    go: downloading gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467
    GOFLAGS="" go get gitlab.com/elixxir/crypto@release
    go: downloading gitlab.com/elixxir/crypto v0.0.7-0.20220110170041-7e42f2e8b062
    GOFLAGS="" go get gitlab.com/xx_network/comms@release
    go: downloading gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce
    GOFLAGS="" go get gitlab.com/elixxir/comms@release
    go: downloading gitlab.com/elixxir/comms v0.0.4-0.20220128193157-34178165415d
    rm -rf vendor/
    go mod vendor
    go: downloading github.com/cloudflare/circl v1.0.1-0.20211008185751-59b49bc148ce
    go: downloading github.com/pkg/errors v0.9.1
    go: downloading github.com/spf13/jwalterweatherman v1.1.0
    go: downloading gitlab.com/elixxir/ekv v0.1.6
    go: downloading github.com/spf13/cobra v1.1.1
    go: downloading github.com/spf13/viper v1.7.1
    go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
    go: downloading google.golang.org/protobuf v1.27.1
    go: downloading golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    go: downloading github.com/golang/protobuf v1.5.2
    go: downloading golang.org/x/net v0.0.0-20210525063256-abc453219eb5
    go: downloading google.golang.org/grpc v1.42.0
    go: downloading gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
    go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
    go: downloading github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
    go: downloading github.com/badoux/checkmail v1.2.1
    go: downloading github.com/ttacon/libphonenumber v1.2.1
    go: downloading github.com/mitchellh/go-homedir v1.1.0
    go: downloading github.com/elliotchance/orderedmap v1.4.0
    go: downloading gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5
    go: downloading github.com/tyler-smith/go-bip39 v1.1.0
    go: downloading github.com/fsnotify/fsnotify v1.4.9
    go: downloading github.com/hashicorp/hcl v1.0.0
    go: downloading github.com/magiconair/properties v1.8.4
    go: downloading github.com/mitchellh/mapstructure v1.4.0
    go: downloading github.com/pelletier/go-toml v1.8.1
    go: downloading github.com/spf13/afero v1.5.1
    go: downloading github.com/spf13/cast v1.3.1
    go: downloading github.com/spf13/pflag v1.0.5
    go: downloading github.com/subosito/gotenv v1.2.0
    go: downloading gopkg.in/ini.v1 v1.62.0
    go: downloading gopkg.in/yaml.v2 v2.4.0
    go: downloading github.com/inconshreveable/mousetrap v1.0.0
    go: downloading golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
    go: downloading google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1
    go: downloading github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2
    go: downloading golang.org/x/text v0.3.6
    go: downloading github.com/zeebo/blake3 v0.1.1
    go build ./...
    go mod tidy
    go: downloading github.com/stretchr/testify v1.7.0
    go: downloading github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea
    go: downloading github.com/google/go-cmp v0.5.5
    go: downloading github.com/davecgh/go-spew v1.1.1
    go: downloading github.com/smartystreets/goconvey v1.6.4
    go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
    go: downloading github.com/kr/pretty v0.2.1
    go: downloading github.com/zeebo/assert v1.1.0
    go: downloading github.com/pmezard/go-difflib v1.0.0
    go: downloading gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
    go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
    go: downloading github.com/zeebo/pcg v1.0.0
    go: downloading github.com/kr/text v0.2.0
    go: downloading github.com/jtolds/gls v4.20.0+incompatible
    go: downloading github.com/smartystreets/assertions v1.0.1
    go: downloading github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
    $ GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.darwin64 main.go
    $ ./release/client.darwin64 version
    Elixxir Client v4.0.0 -- 17cd83e0 re-check ram storage before timing out GetRoundresults
    
    Dependencies:
    
    module gitlab.com/elixxir/client
    
    go 1.13
    
    require (
    	github.com/cloudflare/circl v1.0.1-0.20211008185751-59b49bc148ce
    	github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
    	github.com/golang/protobuf v1.5.2
    	github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
    	github.com/magiconair/properties v1.8.4 // indirect
    	github.com/mitchellh/mapstructure v1.4.0 // indirect
    	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
    	github.com/pelletier/go-toml v1.8.1 // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/smartystreets/assertions v1.0.1 // indirect
    	github.com/spf13/afero v1.5.1 // indirect
    	github.com/spf13/cast v1.3.1 // indirect
    	github.com/spf13/cobra v1.1.1
    	github.com/spf13/jwalterweatherman v1.1.0
    	github.com/spf13/viper v1.7.1
    	gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
    	gitlab.com/elixxir/comms v0.0.4-0.20220128193157-34178165415d
    	gitlab.com/elixxir/crypto v0.0.7-0.20220110170041-7e42f2e8b062
    	gitlab.com/elixxir/ekv v0.1.6
    	gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f
    	gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce
    	gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467
    	gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0
    	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
    	google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
    	google.golang.org/grpc v1.42.0
    	google.golang.org/protobuf v1.27.1
    	gopkg.in/ini.v1 v1.62.0 // indirect
    	gopkg.in/yaml.v2 v2.4.0 // indirect
    )
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment