Runners in "Runner has never contacted this instance" state

:hugs: I want to add runner for my project on gitlab 16.11.0. Runner is on docker.

I went through procedure Run GitLab Runner in a container | GitLab and Registering runners | GitLab and end up with runner in “Runner has never contacted this instance” state.

If I do “gitlab-runner verify” I get:

Verifying runner… is valid runner=H7ozXKBeb

never “alive” ( like on my other gitlab instances ).

I tryed with warious projcts and users.

Versions

Self-managed gitlab and Self-hosted Runners

Versions

  • GitLab 16.11.0
  • GitLab Runner, if self-hosted 16.11.0

Logs:

root@90dfead79e05:/etc/gitlab-runner/certs# gitlab-runner register
Runtime platform arch=amd64 os=linux pid=2458 revision=535ced5f version=16.11.0
Running in system-mode.

Enter the GitLab instance URL (for example, https://gitlab.com/):
https://gitlab.mydomain.com
Enter the registration token:
glrt-H7ozXKBebcA8rF1JP5mV
Verifying runner… is valid runner=H7ozXKBeb
Enter a name for the runner. This is stored only in the local config.toml file:
[90dfead79e05]: runner1
Enter an executor: shell, parallels, virtualbox, docker, docker+machine, docker-autoscaler, instance, custom, ssh, docker-windows, kubernetes:
docker
Enter the default Docker image (for example, ruby:2.7):
alpine:latest
Runner registered successfully. Feel free to start it, but if it’s running already the config should be automatically reloaded!

Configuration (with the authentication token) was saved in “/etc/gitlab-runner/config.toml”
root@90dfead79e05:/etc/gitlab-runner/certs#
root@90dfead79e05:/etc/gitlab-runner/certs#
root@90dfead79e05:/etc/gitlab-runner/certs# gitlab-runner verify
Runtime platform arch=amd64 os=linux pid=2466 revision=535ced5f version=16.11.0
Running in system-mode.

There might be a problem with your config based on jsonschema annotations in common/config.go (experimental feature):
jsonschema: ‘/runners/0/docker/services_limit’ does not validate with https://gitlab.com/gitlab-org/gitlab-runner/common/config#/$ref/properties/runners/items/$ref/properties/docker
/$ref/properties/services_limit/type: expected integer, but got null

Verifying runner… is valid runner=H7ozXKBeb