|
|
DescriptionUpdate markdown docs to specify --local for the local devserver
If the devserver is run locally following the instructions on
https://skia.org/dev/tools/markdown, you'll get an error about influxdb.
It looks like an influxdb username/password is required but using
--local works around this issue.
-------------------8<-------------------
$ ./bin/docserver --preview
E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR.
F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host
goroutine 1 [running]:
github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0)
/src/github.com/skia-dev/glog/glog.go:769 +0xb8
github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0)
/src/github.com/skia-dev/glog/glog.go:720 +0x259
github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1)
/src/github.com/skia-dev/glog/glog.go:649 +0x1b8
github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1)
/src/github.com/skia-dev/glog/glog.go:640 +0x50
github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1)
/src/github.com/skia-dev/glog/glog.go:1128 +0x49
go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00)
/src/go.skia.org/infra/go/common/common.go:63 +0x192
go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498)
/src/go.skia.org/infra/go/common/common.go:48 +0x65
main.main()
/src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95
-------------------8<-------------------
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=2118113002
Committed: https://skia.googlesource.com/skia/+/48898561db7d50b6d1e0d2048c0a472f9a1d6a28
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
Description was changed from ========== Update markdown docs to specify using --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb: -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- It looks like an influxdb username/password is required but using --local works around this issue. ========== to ========== Update markdown docs to specify using --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb: -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- It looks like an influxdb username/password is required but using --local works around this issue. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ==========
Description was changed from ========== Update markdown docs to specify using --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb: -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- It looks like an influxdb username/password is required but using --local works around this issue. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ========== to ========== Update markdown docs to specify using --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb: -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- It looks like an influxdb username/password is required but using --local works around this issue. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ==========
Description was changed from ========== Update markdown docs to specify using --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb: -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- It looks like an influxdb username/password is required but using --local works around this issue. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ========== to ========== Update markdown docs to specify --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb. It looks like an influxdb username/password is required but using --local works around this issue. -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ==========
pdr@chromium.org changed reviewers: + hcm@chromium.org, hcm@skia.org
pdr@chromium.org changed reviewers: + mtklein@chromium.org, mtklein@skia.org
+reviewer mtklein
jcgregorio@google.com changed reviewers: + jcgregorio@google.com
lgtm
The CQ bit was checked by pdr@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Update markdown docs to specify --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb. It looks like an influxdb username/password is required but using --local works around this issue. -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 ========== to ========== Update markdown docs to specify --local for the local devserver If the devserver is run locally following the instructions on https://skia.org/dev/tools/markdown, you'll get an error about influxdb. It looks like an influxdb username/password is required but using --local works around this issue. -------------------8<------------------- $ ./bin/docserver --preview E0703 19:33:31.510379 30448 common.go:37] Initializing logserver for log level ERROR. F0703 19:33:31.516750 30448 common.go:63] metadata.Get() failed to make HTTP request for influxdb_name: Get http://metadata/computeMetadata/v1/project/attributes/influxdb_name: dial tcp: lookup metadata: no such host goroutine 1 [running]: github.com/skia-dev/glog.stacks(0x772300, 0x0, 0x0, 0x0) /src/github.com/skia-dev/glog/glog.go:769 +0xb8 github.com/skia-dev/glog.(*loggingT).output(0x756000, 0xc800000003, 0xc820136000, 0x73613e, 0x9, 0x3f, 0x0) /src/github.com/skia-dev/glog/glog.go:720 +0x259 github.com/skia-dev/glog.(*loggingT).printDepth(0x756000, 0x3, 0x1, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:649 +0x1b8 github.com/skia-dev/glog.(*loggingT).print(0x756000, 0x3, 0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:640 +0x50 github.com/skia-dev/glog.Fatal(0xc8200dde28, 0x1, 0x1) /src/github.com/skia-dev/glog/glog.go:1128 +0x49 go.skia.org/infra/go/common.StartMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc8200dde00) /src/go.skia.org/infra/go/common/common.go:63 +0x192 go.skia.org/infra/go/common.InitWithMetrics2(0x5103e0, 0x9, 0xc820104400, 0xc820104430, 0xc820104450, 0xc820104470, 0xc820104498) /src/go.skia.org/infra/go/common/common.go:48 +0x65 main.main() /src/skia.googlesource.com/buildbot.git/doc/go/docserver/main.go:183 +0x95 -------------------8<------------------- GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118113002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2118113002 Committed: https://skia.googlesource.com/skia/+/48898561db7d50b6d1e0d2048c0a472f9a1d6a28 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/48898561db7d50b6d1e0d2048c0a472f9a1d6a28 |