Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-18880

Multi-go doesn't catch download errors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 4.5.0
    • 4.5.0
    • build
    • None
    • Untriaged
    • Unknown

    Description

      [100%] Building Go target indexer using Go 1.6
      cd /home/shaleny/dev/membase/repo-watson/build/goproj/src/github.com/couchbase/indexing && /usr/bin/cmake -D GOROOT=/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go -D GOVERSION=1.6 -D GO_BINARY_DIR=/home/shaleny/dev/membase/repo-watson/build/gopkg/go-1.6 -D CMAKE_C_COMPILER=/usr/lib/ccache/bin/cc -D "GOPATH=/home/shaleny/dev/membase/repo-watson/goproj/src/github.com/couchbase/indexing/../../../..;/home/shaleny/dev/membase/repo-watson/godeps" -D WORKSPACE=/home/shaleny/dev/membase/repo-watson/goproj/src/github.com/couchbase/indexing/../../../.. -D CGO_LDFLAGS= -D GCFLAGS= -D GOTAGS= -D LDFLAGS= -D PKGEXE=indexer -D PACKAGE=github.com/couchbase/indexing/secondary/cmd/indexer -D OUTPUT=indexer -D "CGO_INCLUDE_DIRS=/home/shaleny/dev/membase/repo-watson/forestdb/include;/home/shaleny/dev/membase/repo-watson/platform/include" -D "CGO_LIBRARY_DIRS=/home/shaleny/dev/membase/repo-watson/build/forestdb;/home/shaleny/dev/membase/repo-watson/build/platform" -P /home/shaleny/dev/membase/repo-watson/tlm/cmake/Modules/go-install.cmake
      -- Executing: /home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/bin/go install -pkgdir /home/shaleny/dev/membase/repo-watson/build/gopkg/go-1.6 -tags="" -gcflags="" -ldflags=""  github.com/couchbase/indexing/secondary/cmd/indexer
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:22:2: cannot find package "bufio" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/bufio (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/bufio (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/bufio
      ../../../../../../godeps/src/github.com/couchbase/cbauth/utils.go:4:2: cannot find package "bytes" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/bytes (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/bytes (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/bytes
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/memdb/skiplist/merger.go:3:8: cannot find package "container/heap" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/container/heap (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/container/heap (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/container/heap
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/indexer/snapshot_container.go:13:2: cannot find package "container/list" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/container/list (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/container/list (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/container/list
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:21:2: cannot find package "crypto/hmac" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/hmac (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/hmac (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/hmac
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/uuid.go:14:2: cannot find package "crypto/rand" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/rand (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/rand (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/rand
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:22:2: cannot find package "crypto/sha1" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/sha1 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/sha1 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/sha1
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:5:2: cannot find package "crypto/tls" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/tls (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/tls (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/tls
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:12:2: cannot find package "encoding" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding
      ../../../../../../godeps/src/github.com/couchbase/cbauth/utils.go:5:2: cannot find package "encoding/base64" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/base64 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/base64 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/base64
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/client.go:27:2: cannot find package "encoding/binary" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/binary (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/binary (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/binary
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:14:2: cannot find package "encoding/gob" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/gob (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/gob (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/gob
      ../../../../../../godeps/src/github.com/couchbase/cbauth/convenience.go:19:2: cannot find package "encoding/json" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/json (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/json (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/json
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauth.go:20:2: cannot find package "errors" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/errors (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/errors (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/errors
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/adminport/admin_httpd.go:30:8: cannot find package "expvar" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/expvar (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/expvar (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/expvar
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:13:2: cannot find package "flag" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/flag (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/flag (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/flag
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauth.go:21:2: cannot find package "fmt" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/fmt (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/fmt (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/fmt
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/key_partition_container.go:14:2: cannot find package "hash/crc32" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/hash/crc32 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/hash/crc32 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/hash/crc32
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/util.go:13:8: cannot find package "hash/crc64" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/hash/crc64 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/hash/crc64 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/hash/crc64
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:25:2: cannot find package "io" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/io (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/io (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/io
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:25:2: cannot find package "io/ioutil" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/io/ioutil (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/io/ioutil (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/io/ioutil
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:26:2: cannot find package "log" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/log (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/log (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/log
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/client/mc.go:8:2: cannot find package "math" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/math (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/math (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/math
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:14:2: cannot find package "math/rand" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/math/rand (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/math/rand (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/math/rand
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:27:2: cannot find package "net" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:26:2: cannot find package "net/http" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/http (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/http (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/http
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:15:2: cannot find package "net/http/pprof" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/http/pprof (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/http/pprof (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/http/pprof
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:29:2: cannot find package "net/rpc" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/rpc (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/rpc (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/rpc
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:30:2: cannot find package "net/rpc/jsonrpc" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/rpc/jsonrpc (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/rpc/jsonrpc (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/rpc/jsonrpc
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:27:2: cannot find package "net/url" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/url (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/url (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/url
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:32:2: cannot find package "os" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/os (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/os (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/os
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:17:2: cannot find package "os/signal" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/os/signal (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/os/signal (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/os/signal
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/fdb/file.go:20:2: cannot find package "path" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/path (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/path (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/path
      ../../../../../../godeps/src/github.com/couchbase/cbauth/default.go:25:2: cannot find package "path/filepath" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/path/filepath (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/path/filepath (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/path/filepath
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/config.go:18:8: cannot find package "reflect" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/reflect (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/reflect (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/reflect
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/util.go:16:8: cannot find package "regexp" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/regexp (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/regexp (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/regexp
      package github.com/couchbase/indexing/secondary/cmd/indexer
      	imports runtime: cannot find package "runtime" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime
      package github.com/couchbase/indexing/secondary/cmd/indexer
      	imports github.com/couchbase/indexing/secondary/fdb
      	imports runtime/cgo: cannot find package "runtime/cgo" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/cgo (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/cgo (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/cgo
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:11:8: cannot find package "runtime/debug" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/debug (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/debug (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/debug
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:18:2: cannot find package "runtime/pprof" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/pprof (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/pprof (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/pprof
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:18:2: cannot find package "sort" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sort (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sort (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sort
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/client/upr_feed.go:13:2: cannot find package "strconv" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/strconv (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/strconv (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/strconv
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/tap.go:9:2: cannot find package "strings" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/strings (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/strings (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/strings
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:28:2: cannot find package "sync" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sync (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sync (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sync
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:34:2: cannot find package "sync/atomic" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sync/atomic (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sync/atomic (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sync/atomic
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:19:2: cannot find package "syscall" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/syscall (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/syscall (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/syscall
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:29:2: cannot find package "time" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/time (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/time (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/time
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:19:2: cannot find package "unicode" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:20:2: cannot find package "unicode/utf16" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode/utf16 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode/utf16 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode/utf16
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:21:2: cannot find package "unicode/utf8" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode/utf8 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode/utf8 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode/utf8
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/sync.go:10:8: cannot find package "unsafe" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unsafe (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unsafe (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unsafe
      -- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
      -- @ 'go install' failed! Re-running as 'go build' to help debug...
      -- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
      WORK=/tmp/go-build283078121
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:22:2: cannot find package "bufio" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/bufio (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/bufio (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/bufio
      ../../../../../../godeps/src/github.com/couchbase/cbauth/utils.go:4:2: cannot find package "bytes" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/bytes (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/bytes (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/bytes
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/memdb/skiplist/merger.go:3:8: cannot find package "container/heap" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/container/heap (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/container/heap (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/container/heap
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/indexer/snapshot_container.go:13:2: cannot find package "container/list" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/container/list (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/container/list (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/container/list
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:21:2: cannot find package "crypto/hmac" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/hmac (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/hmac (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/hmac
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/uuid.go:14:2: cannot find package "crypto/rand" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/rand (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/rand (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/rand
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:22:2: cannot find package "crypto/sha1" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/sha1 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/sha1 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/sha1
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:5:2: cannot find package "crypto/tls" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/crypto/tls (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/crypto/tls (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/crypto/tls
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:12:2: cannot find package "encoding" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding
      ../../../../../../godeps/src/github.com/couchbase/cbauth/utils.go:5:2: cannot find package "encoding/base64" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/base64 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/base64 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/base64
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/client.go:27:2: cannot find package "encoding/binary" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/binary (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/binary (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/binary
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:14:2: cannot find package "encoding/gob" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/gob (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/gob (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/gob
      ../../../../../../godeps/src/github.com/couchbase/cbauth/convenience.go:19:2: cannot find package "encoding/json" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/encoding/json (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/encoding/json (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/encoding/json
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauth.go:20:2: cannot find package "errors" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/errors (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/errors (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/errors
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/adminport/admin_httpd.go:30:8: cannot find package "expvar" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/expvar (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/expvar (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/expvar
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:13:2: cannot find package "flag" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/flag (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/flag (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/flag
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauth.go:21:2: cannot find package "fmt" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/fmt (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/fmt (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/fmt
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/key_partition_container.go:14:2: cannot find package "hash/crc32" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/hash/crc32 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/hash/crc32 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/hash/crc32
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/util.go:13:8: cannot find package "hash/crc64" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/hash/crc64 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/hash/crc64 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/hash/crc64
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:25:2: cannot find package "io" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/io (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/io (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/io
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:25:2: cannot find package "io/ioutil" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/io/ioutil (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/io/ioutil (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/io/ioutil
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:26:2: cannot find package "log" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/log (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/log (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/log
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/client/mc.go:8:2: cannot find package "math" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/math (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/math (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/math
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:14:2: cannot find package "math/rand" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/math/rand (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/math/rand (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/math/rand
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:27:2: cannot find package "net" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:26:2: cannot find package "net/http" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/http (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/http (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/http
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:15:2: cannot find package "net/http/pprof" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/http/pprof (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/http/pprof (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/http/pprof
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:29:2: cannot find package "net/rpc" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/rpc (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/rpc (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/rpc
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:30:2: cannot find package "net/rpc/jsonrpc" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/rpc/jsonrpc (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/rpc/jsonrpc (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/rpc/jsonrpc
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:27:2: cannot find package "net/url" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/net/url (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/net/url (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/net/url
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:32:2: cannot find package "os" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/os (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/os (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/os
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:17:2: cannot find package "os/signal" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/os/signal (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/os/signal (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/os/signal
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/fdb/file.go:20:2: cannot find package "path" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/path (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/path (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/path
      ../../../../../../godeps/src/github.com/couchbase/cbauth/default.go:25:2: cannot find package "path/filepath" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/path/filepath (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/path/filepath (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/path/filepath
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/config.go:18:8: cannot find package "reflect" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/reflect (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/reflect (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/reflect
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/common/util.go:16:8: cannot find package "regexp" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/regexp (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/regexp (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/regexp
      package github.com/couchbase/indexing/secondary/cmd/indexer
      	imports runtime: cannot find package "runtime" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime
      package github.com/couchbase/indexing/secondary/cmd/indexer
      	imports github.com/couchbase/indexing/secondary/fdb
      	imports runtime/cgo: cannot find package "runtime/cgo" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/cgo (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/cgo (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/cgo
      ../../../../../../goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:11:8: cannot find package "runtime/debug" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/debug (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/debug (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/debug
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:18:2: cannot find package "runtime/pprof" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/runtime/pprof (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/runtime/pprof (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/runtime/pprof
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/pools.go:18:2: cannot find package "sort" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sort (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sort (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sort
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/client/upr_feed.go:13:2: cannot find package "strconv" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/strconv (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/strconv (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/strconv
      ../../../../../../godeps/src/github.com/couchbase/gomemcached/tap.go:9:2: cannot find package "strings" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/strings (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/strings (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/strings
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:28:2: cannot find package "sync" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sync (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sync (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sync
      ../../../../../../godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:34:2: cannot find package "sync/atomic" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/sync/atomic (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/sync/atomic (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/sync/atomic
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/platform.go:19:2: cannot find package "syscall" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/syscall (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/syscall (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/syscall
      ../../../../../../godeps/src/github.com/couchbase/cbauth/cbauthimpl/impl.go:29:2: cannot find package "time" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/time (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/time (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/time
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:19:2: cannot find package "unicode" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:20:2: cannot find package "unicode/utf16" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode/utf16 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode/utf16 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode/utf16
      ../../../../../../godeps/src/github.com/dustin/gojson/decode.go:21:2: cannot find package "unicode/utf8" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unicode/utf8 (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unicode/utf8 (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unicode/utf8
      ../../../../../../godeps/src/github.com/couchbase/go-couchbase/platform/sync.go:10:8: cannot find package "unsafe" in any of:
      	/home/shaleny/.cbdepscache/exploded/x86_64/go-1.6/go/src/unsafe (from $GOROOT)
      	/home/shaleny/dev/membase/repo-watson/goproj/src/unsafe (from $GOPATH)
      	/home/shaleny/dev/membase/repo-watson/godeps/src/unsafe
      CMake Error at /home/shaleny/dev/membase/repo-watson/tlm/cmake/Modules/go-install.cmake:75 (MESSAGE):
        Failed running go install
       
       
      goproj/src/github.com/couchbase/indexing/CMakeFiles/indexer.dir/build.make:57: recipe for target 'goproj/src/github.com/couchbase/indexing/CMakeFiles/indexer' failed
      make[4]: *** [goproj/src/github.com/couchbase/indexing/CMakeFiles/indexer] Error 1
      CMakeFiles/Makefile2:15095: recipe for target 'goproj/src/github.com/couchbase/indexing/CMakeFiles/indexer.dir/all' failed
      make[3]: *** [goproj/src/github.com/couchbase/indexing/CMakeFiles/indexer.dir/all] Error 2
      Makefile:138: recipe for target 'all' failed
      make[2]: *** [all] Error 2
      Makefile:39: recipe for target 'compile' failed
      make[1]: *** [compile] Error 2
      GNUmakefile:14: recipe for target 'all' failed
      make: *** [all] Error 2
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Aliaksey Artamonau Aliaksey Artamonau (Inactive)
            Aliaksey Artamonau Aliaksey Artamonau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty