Created
July 10, 2024 18:33
-
-
Save slimsag/8bea0c22447b3b6a9b68c15c0814d65e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sourcegraph % | |
π‘ Running 5 checks... | |
β Check "docker" success! | |
β Check "redis" success! | |
β Check "postgres" success! | |
β Check "git" success! | |
βΉοΈ We found some changes in dev-private that you're missing out on! If you want the new changes, 'cd ../dev-private' and then do a 'git stash' and a 'git pull'! | |
β Check "dev-private" success! | |
π‘ Installing 16 commands... | |
caddy installed | |
syntax-highlighter installed | |
zoekt-web-0 installed | |
blobstore installed | |
zoekt-web-1 installed | |
zoekt-index-1 installed | |
searcher installed | |
zoekt-index-0 installed | |
gitserver-1 installed | |
repo-updater installed | |
gitserver-0 installed | |
worker installed | |
embeddings installed | |
symbols installed | |
frontend installed | |
web installed | |
β 16/16 commands installed βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ 100% | |
β Everything installed! Booting up the system! | |
Starting 16 cmds | |
Running caddy... | |
Running embeddings... | |
Running symbols... | |
Running zoekt-web-0... | |
Running zoekt-web-1... | |
Ignoring stdout of caddy | |
Ignoring stderr of caddy | |
Running blobstore... | |
Running zoekt-index-1... | |
Running gitserver-1... | |
Running syntax-highlighter... | |
Running gitserver-0... | |
Running worker... | |
Running web... | |
Running zoekt-index-0... | |
Running frontend... | |
Running searcher... | |
Running repo-updater... | |
Ignoring stdout of syntax-highlighter | |
Ignoring stderr of syntax-highlighter | |
[ zoekt-index-1] INFO server zoekt-sourcegraph-indexserver/main.go:1017 removing tmp dir {"tmpRoot": "/Users/stephen@sourcegraph.com/.sourcegraph/zoekt/index-1/.indexserver.tmp"} | |
[ zoekt-index-0] INFO server zoekt-sourcegraph-indexserver/main.go:1017 removing tmp dir {"tmpRoot": "/Users/stephen@sourcegraph.com/.sourcegraph/zoekt/index-0/.indexserver.tmp"} | |
[ zoekt-web-0] 2024/07/10 18:32:50 INFO: using OpenTelemetry tracer | |
[ zoekt-web-1] 2024/07/10 18:32:50 INFO: using OpenTelemetry tracer | |
[ zoekt-web-0] INFO server zoekt-webserver/main.go:263 adding reverse proxy {"socket": "/Users/stephen@sourcegraph.com/.sourcegraph/zoekt/index-0/indexserver.sock"} | |
[ zoekt-web-0] INFO server zoekt-webserver/main.go:308 starting server {"address": "127.0.0.1:3070"} | |
[ zoekt-web-0] 2024/07/10 18:32:50 loading 12 shard(s): github.com%2Fhashicorp%2Ferrwrap_v16.00000.zoekt, github.com%2Fsourcegraph%2Fcode-intel-extensions_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fcodesearchnet_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fnacelle-config_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fnacelle-service_v16.00000.zoekt... 7 more | |
[ zoekt-web-1] INFO server zoekt-webserver/main.go:263 adding reverse proxy {"socket": "/Users/stephen@sourcegraph.com/.sourcegraph/zoekt/index-1/indexserver.sock"} | |
[ zoekt-web-1] INFO server zoekt-webserver/main.go:308 starting server {"address": "127.0.0.1:3071"} | |
[ zoekt-web-1] 2024/07/10 18:32:50 loading 6 shard(s): github.com%2Fhashicorp%2Fgo-multierror_v16.00000.zoekt, github.com%2Fsourcegraph%2Fsourcegraph_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fetcd_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fnacelle_v16.00000.zoekt, github.com%2Fsourcegraph-testing%2Fpinned-zoekt_v16.00000.zoekt... 1 more | |
[ web] | |
[ web] > @sourcegraph/web@1.10.1 dev /Users/stephen@sourcegraph.com/work/sourcegraph/client/web | |
[ web] > ts-node -T dev/esbuild/server.ts | |
[ web] | |
[ web] (node:87999) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. | |
[ web] (Use `node --trace-warnings ...` to show where the warning was created) | |
caddy stopped due to context error: context canceled | |
gitserver-0 stopped due to context error: context canceled | |
searcher stopped due to context error: context canceled | |
zoekt-index-0 stopped due to context error: context canceled | |
web stopped due to context error: context canceled | |
worker stopped due to context error: context canceled | |
blobstore stopped due to context error: context canceled | |
gitserver-1 stopped due to context error: context canceled | |
symbols stopped due to context error: context canceled | |
syntax-highlighter stopped due to context error: context canceled | |
zoekt-web-1 stopped due to context error: context canceled | |
zoekt-index-1 stopped due to context error: context canceled | |
zoekt-web-0 stopped due to context error: context canceled | |
repo-updater stopped due to context error: context canceled | |
embeddings stopped due to context error: context canceled | |
β failed to run frontend. | |
stderr: | |
stdout: | |
sourcegraph % echo 'I am back at my terminal, there is nothing else at this point...' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment