Advertisement
piotranon

Untitled

Dec 21st, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 KB | None | 0 0
  1. ▶ Parsing command line ...
  2.  
  3. ▶ Detecting Docker platform
  4. Detected Docker platform is linux/amd64
  5.  
  6. ▶ Initializing Docker Compose ...
  7.  
  8. ▶ Setting up error handling ...
  9.  
  10. Hey, so ... we would love to automatically find out about issues with your
  11. Sentry instance so that we can improve the product. Turns out there is an app
  12. for that, called Sentry. Would you be willing to let us automatically send data
  13. about your instance upstream to Sentry for development and debugging purposes?
  14.  
  15. y / yes / 1
  16. n / no / 0
  17.  
  18. (Btw, we send this to our own self-hosted Sentry instance, not to Sentry SaaS,
  19. so that we can be in this together.)
  20.  
  21. Here's the info we may collect:
  22.  
  23. - OS username
  24. - IP address
  25. - install log
  26. - runtime errors
  27. - performance data
  28.  
  29. Thirty (30) day retention. No marketing. Privacy policy at sentry.io/privacy.
  30.  
  31. y or n?
  32. Thank you. To avoid this prompt in the future, use one of these flags:
  33.  
  34. --report-self-hosted-issues
  35. --no-report-self-hosted-issues
  36.  
  37. or set the REPORT_SELF_HOSTED_ISSUES environment variable:
  38.  
  39. REPORT_SELF_HOSTED_ISSUES=1 to send data
  40. REPORT_SELF_HOSTED_ISSUES=0 to not send data
  41.  
  42. latest: Pulling from getsentry/sentry-cli
  43. c7ed990a2339: Pulling fs layer
  44. 18d3cc651798: Pulling fs layer
  45. 3e6a010ae3c1: Pulling fs layer
  46. 4e81a4699a2d: Pulling fs layer
  47. 2adc3acefefa: Pulling fs layer
  48. 2adc3acefefa: Waiting
  49. 18d3cc651798: Verifying Checksum
  50. 18d3cc651798: Download complete
  51. 3e6a010ae3c1: Download complete
  52. c7ed990a2339: Verifying Checksum
  53. c7ed990a2339: Download complete
  54. c7ed990a2339: Pull complete
  55. 18d3cc651798: Pull complete
  56. 3e6a010ae3c1: Pull complete
  57. 4e81a4699a2d: Verifying Checksum
  58. 4e81a4699a2d: Download complete
  59. 4e81a4699a2d: Pull complete
  60. 2adc3acefefa: Verifying Checksum
  61. 2adc3acefefa: Download complete
  62. 2adc3acefefa: Pull complete
  63. Digest: sha256:0a1b14044737c32498dd9031e90c74d49eea618a0559a3277e83951908bb8113
  64. Status: Downloaded newer image for getsentry/sentry-cli:latest
  65. docker.io/getsentry/sentry-cli:latest
  66.  
  67. ▶ Checking for latest commit ...
  68.  
  69. ▶ Checking minimum requirements ...
  70. Found Docker version 20.10.21
  71. Found Docker Compose version 2.12.2
  72.  
  73. ▶ Turning things off ...
  74. Image symbolicator-cleanup-self-hosted-local:latest Removing
  75. Image sentry-cleanup-self-hosted-local:latest Removing
  76. Image sentry-self-hosted-local:latest Removing
  77. Image clickhouse-self-hosted-local:latest Removing
  78. Image snuba-cleanup-self-hosted-local:latest Removing
  79. Image symbolicator-cleanup-self-hosted-local:latest Removed
  80. Image snuba-cleanup-self-hosted-local:latest Removed
  81. Image clickhouse-self-hosted-local:latest Removed
  82. Image sentry-self-hosted-local:latest Removed
  83. Image sentry-cleanup-self-hosted-local:latest Removed
  84.  
  85. ▶ Creating volumes for persistent storage ...
  86. Created sentry-clickhouse.
  87. Created sentry-data.
  88. Created sentry-kafka.
  89. Created sentry-postgres.
  90. Created sentry-redis.
  91. Created sentry-symbolicator.
  92. Created sentry-zookeeper.
  93.  
  94. ▶ Ensuring files from examples ...
  95. ../sentry/sentry.conf.py already exists, skipped creation.
  96. ../sentry/config.yml already exists, skipped creation.
  97. ../symbolicator/config.yml already exists, skipped creation.
  98.  
  99. ▶ Ensuring Relay credentials ...
  100. ../relay/config.yml already exists, skipped creation.
  101. ../relay/credentials.json already exists, skipped creation.
  102.  
  103. ▶ Generating secret key ...
  104.  
  105. ▶ Fetching and updating Docker images ...
  106. nightly: Pulling from getsentry/sentry
  107. Digest: sha256:7ab7e2b81c9b602f0c54ef2aac7378a63958c6161b15954fc458f3237ebffb60
  108. Status: Image is up to date for getsentry/sentry:nightly
  109. docker.io/getsentry/sentry:nightly
  110.  
  111. ▶ Building and tagging Docker images ...
  112.  
  113. #1 [internal] load build definition from Dockerfile
  114. #1 transferring dockerfile: 522B done
  115. #1 DONE 0.0s
  116.  
  117. #2 [internal] load .dockerignore
  118. #2 transferring context: 2B done
  119. #2 DONE 0.0s
  120.  
  121. #3 [internal] load metadata for docker.io/getsentry/sentry:nightly
  122. #3 DONE 0.0s
  123.  
  124. #4 [1/4] FROM docker.io/getsentry/sentry:nightly
  125. #4 DONE 0.0s
  126.  
  127. #5 [internal] load build context
  128. #5 transferring context: 25.62kB done
  129. #5 DONE 0.0s
  130.  
  131. #6 [3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi
  132. #6 CACHED
  133.  
  134. #7 [2/4] COPY . /usr/src/sentry
  135. #7 CACHED
  136.  
  137. #8 [4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi
  138. #8 CACHED
  139.  
  140. #9 exporting to image
  141. #9 exporting layers done
  142. #9 writing image sha256:3bc102107d6b0cd8f76e97c2d3443740de9ff5be25ed65d7985915dc11734859 done
  143. #9 naming to docker.io/library/sentry-self-hosted-local done
  144. #9 DONE 0.0s
  145.  
  146. Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
  147. #1 [sentry-cleanup-self-hosted-local internal] load build definition from Dockerfile
  148. #1 transferring dockerfile: 528B done
  149. #1 DONE 0.0s
  150.  
  151. #2 [clickhouse-self-hosted-local internal] load build definition from Dockerfile
  152. #2 transferring dockerfile: 130B done
  153. #2 DONE 0.0s
  154.  
  155. #3 [snuba-cleanup-self-hosted-local internal] load build definition from Dockerfile
  156. #3 transferring dockerfile: 528B done
  157. #3 DONE 0.0s
  158.  
  159. #4 [symbolicator-cleanup-self-hosted-local internal] load build definition from Dockerfile
  160. #4 transferring dockerfile: 528B done
  161. #4 DONE 0.0s
  162.  
  163. #5 [sentry-self-hosted-local internal] load build definition from Dockerfile
  164. #5 transferring dockerfile: 91B done
  165. #5 DONE 0.0s
  166.  
  167. #6 [sentry-self-hosted-local internal] load .dockerignore
  168. #6 transferring context: 2B done
  169. #6 DONE 0.0s
  170.  
  171. #7 [snuba-cleanup-self-hosted-local internal] load .dockerignore
  172. #7 transferring context: 2B done
  173. #7 DONE 0.0s
  174.  
  175. #8 [clickhouse-self-hosted-local internal] load .dockerignore
  176. #8 transferring context: 2B done
  177. #8 DONE 0.0s
  178.  
  179. #9 [symbolicator-cleanup-self-hosted-local internal] load .dockerignore
  180. #9 transferring context: 2B done
  181. #9 DONE 0.0s
  182.  
  183. #10 [sentry-cleanup-self-hosted-local internal] load .dockerignore
  184. #10 transferring context: 2B done
  185. #10 DONE 0.0s
  186.  
  187. #11 [sentry-cleanup-self-hosted-local internal] load metadata for docker.io/library/sentry-self-hosted-local:latest
  188. #11 DONE 0.0s
  189.  
  190. #12 [sentry-cleanup-self-hosted-local 1/5] FROM docker.io/library/sentry-self-hosted-local
  191. #12 DONE 0.0s
  192.  
  193. #13 [symbolicator-cleanup-self-hosted-local internal] load metadata for docker.io/getsentry/symbolicator:nightly
  194. #13 DONE 0.0s
  195.  
  196. #14 [sentry-cleanup-self-hosted-local internal] load build context
  197. #14 transferring context: 717B done
  198. #14 DONE 0.0s
  199.  
  200. #15 [sentry-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
  201. #15 CACHED
  202.  
  203. #16 [sentry-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi
  204. #16 CACHED
  205.  
  206. #17 [sentry-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi
  207. #17 CACHED
  208.  
  209. #18 [sentry-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh
  210. #18 CACHED
  211.  
  212. #19 [sentry-self-hosted-local internal] load metadata for docker.io/getsentry/sentry:nightly
  213. #19 DONE 0.0s
  214.  
  215. #20 [clickhouse-self-hosted-local internal] load metadata for docker.io/yandex/clickhouse-server:20.3.9.70
  216. #20 DONE 0.0s
  217.  
  218. #21 [symbolicator-cleanup-self-hosted-local 1/5] FROM docker.io/getsentry/symbolicator:nightly
  219. #21 DONE 0.0s
  220.  
  221. #22 [clickhouse-self-hosted-local 1/1] FROM docker.io/yandex/clickhouse-server:20.3.9.70
  222. #22 CACHED
  223.  
  224. #23 [symbolicator-cleanup-self-hosted-local internal] load build context
  225. #23 transferring context: 94B done
  226. #23 DONE 0.0s
  227.  
  228. #24 [symbolicator-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi
  229. #24 CACHED
  230.  
  231. #25 [symbolicator-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi
  232. #25 CACHED
  233.  
  234. #26 [symbolicator-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
  235. #26 CACHED
  236.  
  237. #27 [symbolicator-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh
  238. #27 CACHED
  239.  
  240. #28 [symbolicator-cleanup-self-hosted-local] exporting to image
  241. #28 exporting layers done
  242. #28 writing image sha256:a4c95c031aae23062baaa61ef3d2e5742b3059d78ee427ef70ccb3dcd52e06d4 done
  243. #28 naming to docker.io/library/sentry-cleanup-self-hosted-local done
  244. #28 writing image sha256:dc62ca13e9d1589e112f1004d3ec87c28063db963325f49687ef8ad986bafe40 done
  245. #28 naming to docker.io/library/symbolicator-cleanup-self-hosted-local done
  246. #28 exporting layers done
  247. #28 writing image sha256:e62f058e177e3c3c8ce4f442d054bb229b550e0901364d8602e1e19898ed6fb6 done
  248. #28 naming to docker.io/library/clickhouse-self-hosted-local done
  249. #28 writing image sha256:9d42022aeeadac64ef350f6ac7b4332696ef4e6538020d71de8cf7dd84f8a796 done
  250. #28 naming to docker.io/library/sentry-self-hosted-local done
  251. #28 writing image sha256:2b7061708caa2a0b84dfa7043b03b7c3cad3f2b41132557f3fc0344ff57e69eb done
  252. #28 naming to docker.io/library/snuba-cleanup-self-hosted-local done
  253. #28 DONE 0.0s
  254.  
  255. #29 [snuba-cleanup-self-hosted-local internal] load metadata for docker.io/getsentry/snuba:nightly
  256. #29 DONE 0.0s
  257.  
  258. #30 [sentry-self-hosted-local 1/4] FROM docker.io/getsentry/sentry:nightly
  259. #30 DONE 0.0s
  260.  
  261. #31 [snuba-cleanup-self-hosted-local 1/5] FROM docker.io/getsentry/snuba:nightly
  262. #31 DONE 0.0s
  263.  
  264. #32 [sentry-self-hosted-local internal] load build context
  265. #32 transferring context: 769B done
  266. #32 DONE 0.0s
  267.  
  268. #33 [snuba-cleanup-self-hosted-local internal] load build context
  269. #33 transferring context: 94B done
  270. #33 DONE 0.0s
  271.  
  272. #34 [sentry-self-hosted-local 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi
  273. #34 CACHED
  274.  
  275. #35 [sentry-self-hosted-local 2/4] COPY . /usr/src/sentry
  276. #35 CACHED
  277.  
  278. #36 [sentry-self-hosted-local 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi
  279. #36 CACHED
  280.  
  281. #37 [snuba-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi
  282. #37 CACHED
  283.  
  284. #38 [snuba-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi
  285. #38 CACHED
  286.  
  287. #39 [snuba-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
  288. #39 CACHED
  289.  
  290. #40 [snuba-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh
  291. #40 CACHED
  292.  
  293. Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
  294. Sending build context to Docker daemon 2.048kB
  295.  
  296. Step 1/4 : FROM debian:bullseye-slim
  297. ---> dd94cb611937
  298. Step 2/4 : LABEL MAINTAINER="oss@sentry.io"
  299. ---> Using cache
  300. ---> c04d1b597ef2
  301. Step 3/4 : RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends jq && apt-get clean && rm -rf /var/lib/apt/lists/*
  302. ---> Using cache
  303. ---> 82af6bc31e9c
  304. Step 4/4 : ENTRYPOINT ["jq"]
  305. ---> Using cache
  306. ---> 5151b173fd71
  307. Successfully built 5151b173fd71
  308. Successfully tagged sentry-self-hosted-jq-local:latest
  309.  
  310. Docker images built.
  311.  
  312. ▶ Downloading and installing wal2json ...
  313. % Total % Received % Xferd Average Speed Time Time Time Current
  314. Dload Upload Total Spent Left Speed
  315.  
  316. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  317. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  318. 100 5418 100 5418 0 0 3930 0 0:00:01 0:00:01 --:--:-- 3931
  319.  
  320. ▶ Bootstrapping and migrating Snuba ...
  321. Network sentry-self-hosted_default Creating
  322. Network sentry-self-hosted_default Created
  323. Container sentry-self-hosted-clickhouse-1 Creating
  324. Container sentry-self-hosted-redis-1 Creating
  325. Container sentry-self-hosted-zookeeper-1 Creating
  326. Container sentry-self-hosted-redis-1 Created
  327. Container sentry-self-hosted-clickhouse-1 Created
  328. Container sentry-self-hosted-zookeeper-1 Created
  329. Container sentry-self-hosted-kafka-1 Creating
  330. Container sentry-self-hosted-kafka-1 Created
  331. Container sentry-self-hosted-clickhouse-1 Starting
  332. Container sentry-self-hosted-redis-1 Starting
  333. Container sentry-self-hosted-zookeeper-1 Starting
  334. Container sentry-self-hosted-redis-1 Started
  335. Container sentry-self-hosted-zookeeper-1 Started
  336. Container sentry-self-hosted-zookeeper-1 Waiting
  337. Container sentry-self-hosted-clickhouse-1 Started
  338. container for service "zookeeper" is unhealthy
  339. Error in bootstrap-snuba.sh:3.
  340. '$dcr snuba-api bootstrap --no-migrate --force' exited with status 1
  341. -> ./install.sh:main:31
  342. --> bootstrap-snuba.sh:source:3
  343.  
  344. Looks like you've already sent this error to us, we're on it :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement