Sidekiq won't start

Hi,
Fresh install on FreeBSD 13, I carefully followed the installation notes and everything is fine but sidekiq :

[root@numenor gitlab-ce]# service gitlab status
The GitLab web server with pid 60843 is running.
The GitLab Sidekiq job dispatcher is not running.
The GitLab Workhorse with pid 60857 is running.
Gitaly with pid 60859 is running.

Running start with sh -x gives me :

+ su -l root -c 'cd /usr/local/www/gitlab-ce && /usr/local/bin/bundle install --local --quiet'
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
+ chown git /usr/local/www/gitlab-ce/Gemfile.lock
+ rm -f /usr/local/share/gitaly/ruby/Gemfile.lock
+ su -l root -c 'cd /usr/local/share/gitaly/ruby && /usr/local/bin/bundle install --local --quiet'
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
+ echo '"'
+ echo '"'
+ eval su - git -c '"/usr/local/etc/rc.d/gitlab' 'start"'
+ su - git -c '/usr/local/etc/rc.d/gitlab start'
Starting GitLab web server (puma)
Starting GitLab Sidekiq
Starting GitLab Workhorse
Starting Gitaly
.No pidfile found at /usr/local/www/gitlab-ce/tmp/pids/sidekiq-cluster.pid; is Sidekiq running?
...{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"Puma starting in cluster mode..."}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"* Puma version: 5.5.2 (ruby 2.7.5-p203) (\"Zawgyi\")"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*  Min threads: 1"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*  Max threads: 16"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*  Environment: production"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*   Master PID: 60843"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*      Workers: 4"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"*     Restarts: (✔) hot (✖) phased"}
{"timestamp":"2022-01-09T14:26:14.289Z","pid":60843,"message":"* Preloading application"}
..........................WARNING: This installation of GitLab uses a deprecated syntax for 'config/database.yml'. The support for this syntax will be removed in 15.0. More information can be found here: https://gitlab.com/gitlab-org/gitlab/-/issues/338182
.....................................................{"timestamp":"2022-01-09T14:27:33.198Z","pid":60843,"message":"* Listening on unix:///usr/local/www/gitlab-ce/tmp/sockets/gitlab.socket"}
{"timestamp":"2022-01-09T14:27:33.199Z","pid":60843,"message":"! WARNING: Detected 1 Thread(s) started in app boot:"}
{"timestamp":"2022-01-09T14:27:33.199Z","pid":60843,"message":"! #\u003cThread:0x00000008a7e363e0 /usr/local/lib/ruby/gems/2.7/gems/rack-timeout-0.5.2/lib/rack/timeout/support/scheduler.rb:73 sleep\u003e - /usr/local/lib/ruby/gems/2.7/gems/rack-timeout-0.5.2/lib/rack/timeout/support/scheduler.rb:91:in `sleep'"}
{"timestamp":"2022-01-09T14:27:33.199Z","pid":60843,"message":"Use Ctrl-C to stop"}
......................................
Waited 120s for the processes to write their pids, something probably went wrong.

Tried check command with trace :

[root@numenor gitlab-ce]# bundle exec rake gitlab:sidekiq:check --trace
/usr/local/lib/ruby/gems/2.7/gems/net-protocol-0.1.2/lib/net/protocol.rb:68: warning: already initialized constant Net::ProtocRetryError
/usr/local/lib/ruby/2.7/net/protocol.rb:66: warning: previous definition of ProtocRetryError was here
/usr/local/lib/ruby/gems/2.7/gems/net-protocol-0.1.2/lib/net/protocol.rb:208: warning: already initialized constant Net::BufferedIO::BUFSIZE
/usr/local/lib/ruby/2.7/net/protocol.rb:206: warning: previous definition of BUFSIZE was here
/usr/local/lib/ruby/gems/2.7/gems/net-protocol-0.1.2/lib/net/protocol.rb:504: warning: already initialized constant Net::NetPrivate::Socket
/usr/local/lib/ruby/2.7/net/protocol.rb:503: warning: previous definition of Socket was here
rake aborted!
NameError: uninitialized constant RSpec
/usr/local/www/gitlab-ce/lib/tasks/benchmark.rake:7:in `block in <main>'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task_manager.rb:232:in `in_namespace'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/dsl_definition.rb:141:in `namespace'
/usr/local/www/gitlab-ce/lib/tasks/benchmark.rake:5:in `<main>'
/usr/local/lib/ruby/gems/2.7/gems/bootsnap-1.9.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/usr/local/lib/ruby/gems/2.7/gems/bootsnap-1.9.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:60:in `load'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/engine.rb:675:in `block in run_tasks_blocks'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/engine.rb:675:in `each'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/engine.rb:675:in `run_tasks_blocks'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/application.rb:528:in `run_tasks_blocks'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/engine.rb:464:in `load_tasks'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `public_send'
/usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/railtie.rb:207:in `method_missing'
/usr/local/www/gitlab-ce/Rakefile:14:in `<top (required)>'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/rake_module.rb:29:in `load'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/rake_module.rb:29:in `load_rakefile'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:710:in `raw_load_rakefile'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:104:in `block in load_rakefile'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:186:in `standard_exception_handling'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:103:in `load_rakefile'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:82:in `block in run'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:186:in `standard_exception_handling'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:80:in `run'
/usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/rake:23:in `load'
/usr/local/bin/rake:23:in `<top (required)>'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli.rb:479:in `exec'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/cli.rb:25:in `start'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/exe/bundle:49:in `block in <top (required)>'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
/usr/local/lib/ruby/gems/2.7/gems/bundler-2.2.33/exe/bundle:37:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'

Cannot figure out what is wrong
Thanks for any help
Cheers
Xavier