rails-production-server-boot-puma-example
Passed Started
by
@leipert
Lukas Eipert
1Running with gitlab-runner 16.1.0~beta.59.g83c66823 (83c66823)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F, system ID: s_5651e5b5643b3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 ...8Authenticating with credentials from job payload (GitLab Registry)9Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 ...10Using docker image sha256:73740c557807c4bc5d692f263c0e35454270600da4b22bbe952331411426c8b5 for registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-13-pgvector-0.4.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:3174001f839c42e299ac06a42f8ded446edfcb33b0eb820874749a3f53eb799c ...11WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.12WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.13Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...16Using docker image sha256:a9a90ece30d9630d694ab1997cd103ea8ec729789451b983a75c7b58b0062d45 for registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7ef36177d5d0bc554fbb63d8210ae751bcc538bea7905b51d078d9ab90a755fa ...17Starting service redis:6.2-alpine ...18Pulling docker image redis:6.2-alpine ...19Using docker image sha256:b9cad9a5aff99063a48d14d26e9f31dcf1768b8e65c4687a8e3bc995c02749f3 for redis:6.2-alpine with digest redis@sha256:70a7a5b641117670beae0d80658430853896b5ef269ccf00d1827427e3263fa3 ...20Waiting for services to be up and running (timeout 30 seconds)...21Authenticating with credentials from job payload (GitLab Registry)22Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 ...23Using docker image sha256:da2ce7fdeb5b968ad894a72a7564598c9094464e478f5b2bd4bbb5d97b3947ab for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13@sha256:a3e761953e64cd73d44811bd678f45feb3796a87b2982ae33017ba3d4444c70d ...25Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1687788757-69ff4b75...27Fetching changes with git depth set to 20...28Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/29Created fresh repository.30remote: Enumerating objects: 126566, done. 31remote: Counting objects: 100% (126566/126566), done. 32remote: Compressing objects: 100% (87596/87596), done. 33remote: Total 126566 (delta 50479), reused 83712 (delta 34367), pack-reused 0 34Receiving objects: 100% (126566/126566), 114.50 MiB | 30.11 MiB/s, done.35Resolving deltas: 100% (50479/50479), done.37 * [new ref] refs/pipelines/912039887 -> refs/pipelines/91203988738 * [new branch] master -> origin/master39Checking out 04f47f21 as detached HEAD (ref is master)...40Skipping Git submodules setup41$ git remote set-url origin "${CI_REPOSITORY_URL}"43Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-3.0-16 45Successfully extracted cache47Using docker image sha256:da2ce7fdeb5b968ad894a72a7564598c9094464e478f5b2bd4bbb5d97b3947ab for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.16-postgresql-13@sha256:a3e761953e64cd73d44811bd678f45feb3796a87b2982ae33017ba3d4444c70d ...48$ echo $FOSS_ONLY49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh712Using decomposed database config (config/database.yml.decomposed-postgresql)713Geo DB won't be set up.714Embedding DB won't be set up.731$ cp config/puma.rb.example config/puma.rb732$ sed --in-place "s:/home/git/gitlab:${PWD}:" config/puma.rb733$ echo 'bind "tcp://127.0.0.1:3000"' >> config/puma.rb734$ bundle exec puma --environment production --config config/puma.rb &735$ sleep 40736{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"Puma starting in cluster mode..."}737{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Puma version: 6.3.0 (ruby 3.0.6-p216) (\"Mugi No Toki Itaru\")"}738{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Min threads: 1"}739{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Max threads: 16"}740{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Environment: production"}741{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Master PID: 279"}742{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Workers: 3"}743{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Restarts: (✔) hot (✖) phased"}744{"timestamp":"2023-06-26T14:16:02.165Z","pid":279,"message":"* Preloading application"}745WARNING: This version of GitLab depends on gitlab-shell 14.23.0, but you're running Unknown. Please update gitlab-shell.746$ retry_times_sleep 10 5 "curl http://127.0.0.1:3000"747 % Total % Received % Xferd Average Speed Time Time Time Current748 Dload Upload Total Spent Left Speed749 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0750curl: (7) Failed to connect to 127.0.0.1 port 3000: Connection refused751[14:16:46] Retrying 10...752 % Total % Received % Xferd Average Speed Time Time Time Current753 Dload Upload Total Spent Left Speed754 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0755curl: (7) Failed to connect to 127.0.0.1 port 3000: Connection refused756{"timestamp":"2023-06-26T14:16:46.704Z","pid":279,"message":"* Listening on unix:///builds/gitlab-org/gitlab/tmp/sockets/gitlab.socket"}757{"timestamp":"2023-06-26T14:16:46.705Z","pid":279,"message":"* Listening on http://127.0.0.1:3000"}758{"timestamp":"2023-06-26T14:16:46.705Z","pid":279,"message":"! WARNING: Detected 2 Thread(s) started in app boot:"}759{"timestamp":"2023-06-26T14:16:46.705Z","pid":279,"message":"! #\u003cThread:0x00007bf822101ff8 /builds/gitlab-org/gitlab/vendor/ruby/3.0.0/gems/rack-timeout-0.6.3/lib/rack/timeout/support/scheduler.rb:73 sleep\u003e - /builds/gitlab-org/gitlab/vendor/ruby/3.0.0/gems/rack-timeout-0.6.3/lib/rack/timeout/support/scheduler.rb:91:in `sleep'"}760{"timestamp":"2023-06-26T14:16:46.705Z","pid":279,"message":"! #\u003cThread:0x00007bf83940cbc8 /builds/gitlab-org/gitlab/vendor/ruby/3.0.0/gems/sentry-ruby-5.8.0/lib/sentry/session_flusher.rb:81 sleep\u003e - /builds/gitlab-org/gitlab/vendor/ruby/3.0.0/gems/sentry-ruby-5.8.0/lib/sentry/session_flusher.rb:83:in `sleep'"}761{"timestamp":"2023-06-26T14:16:46.705Z","pid":279,"message":"Use Ctrl-C to stop"}762[14:16:51] Retrying 9...763 % Total % Received % Xferd Average Speed Time Time Time Current764 Dload Upload Total Spent Left Speed765100 101 0 101 0 0 2589 0 --:--:-- --:--:-- --:--:-- 2657766$ kill $(jobs -p)768Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy770Job succeeded