Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy.golang.org: #40847

Closed
ksbhaskar opened this issue Aug 17, 2020 · 2 comments
Closed

proxy.golang.org: #40847

ksbhaskar opened this issue Aug 17, 2020 · 2 comments

Comments

@ksbhaskar
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.15 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/bhaskar/.cache/go-build"
GOENV="/home/bhaskar/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/bhaskar/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/bhaskar/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/lib/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
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 -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build177638142=/tmp/go-build -gno-record-gcc-switches"

What did you do?

Accessed https://proxy.golang.org/lang.yottadb.com/go/yottadb/@v/v1.1.0.info which gave the following output:

{"Version":"v1.1.0","Time":"2020-08-14T19:57:07Z"}

After several minutes, I looked at https://index.golang.org/index

What did you expect to see?

I expected to find a listing for yottadb.

What did you see instead?

I did not find yottadb listed there.

@hyangah
Copy link
Contributor

hyangah commented Aug 17, 2020

Working as intended. https://index.golang.org/index without since param will give only the first 2k entries entered in the proxy.golang.org database. See the documentation in https://index.golang.org

I don't know when the mentioned module version was first observed by the proxy.golang.org, but if you keep scanning with the time after 2020-08-14T19:57:07Z, you will find it listed. (try https://index.golang.org/index?since=2020-08-17T00:57:00Z 😉)

@hyangah hyangah closed this as completed Aug 17, 2020
@ksbhaskar
Copy link
Author

ksbhaskar commented Aug 17, 2020 via email

@golang golang locked and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants