Загрузка данных


Running with gitlab-runner 15.8.0 (12335144)
  on gitlab-runner-gitlab-runner-5c5d8dfd84-fc2jj x3T1Qxkg, system ID: r_0t1aE5p8nfLN
Preparing the "kubernetes" executor
00:00
Using Kubernetes namespace: gitlab-runners
Using Kubernetes executor with image registry.rshbdev.ru/appfarm/infra/images/kube-client-apps:8.21.3 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-x3t1qxkg-project-73903-concurrent-0cnnjd to be running, status is Pending
Waiting for pod gitlab-runners/runner-x3t1qxkg-project-73903-concurrent-0cnnjd to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-x3t1qxkg-project-73903-concurrent-0cnnjd via gitlab-runner-gitlab-runner-5c5d8dfd84-fc2jj...
Getting source from Git repository
00:02
$ git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/".insteadOf "https://${CI_SERVER_HOST}" # collapsed multi-line command
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/rshbintech/analytics/ckmirp/rpa/orchestrator-licenses/.git/
Created fresh repository.
Checking out 1f753d48 as 1.26.4-20260508092255-rshb.0.0.2...
Skipping Git submodules setup
Downloading artifacts
00:02
Downloading artifacts for init_dojo (21879983)...
Downloading artifacts from coordinator... ok        id=21879983 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for devsecops_antivirus_scan (21879984)...
Downloading artifacts from coordinator... ok        id=21879984 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for secrets_gitleaks (21879985)...
Downloading artifacts from coordinator... ok        id=21879985 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for sast_semgrep (21879986)...
Downloading artifacts from coordinator... ok        id=21879986 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for sast_ptai (21879987)...
Downloading artifacts from coordinator... ok        id=21879987 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for sca_scan (21879988)...
Downloading artifacts from coordinator... ok        id=21879988 responseStatus=200 OK token=64_2KG8V
Downloading artifacts for bca_trivy (21879989)...
Downloading artifacts from coordinator... ok        id=21879989 responseStatus=200 OK token=64_2KG8V
Executing "step_script" stage of the job script
01:06
$ ( umask 0077; mkdir -p ~/.kube && echo "$KUBECONFIG_COMBINED" | base64 -d > ~/.kube/config )
$ if [[ ${IS_SENSITIVE_SYSTEM} = true ]]; then export K8S_CLUSTERS=$K8S_CLUSTERS_SENSITIVE; fi
$ echo 'IS_SENSITIVE_SYSTEM:' $IS_SENSITIVE_SYSTEM
IS_SENSITIVE_SYSTEM: true
$ echo 'TARGET_CLUSTERS:' $K8S_CLUSTERS
TARGET_CLUSTERS: rcsdstbl
$ set -x
++ echo '$ for CLUSTER in $K8S_CLUSTERS; do'
$ for CLUSTER in $K8S_CLUSTERS; do
++ for CLUSTER in $K8S_CLUSTERS
++ echo '$ export CLUSTER=$CLUSTER'
$ export CLUSTER=$CLUSTER
++ export CLUSTER=rcsdstbl
++ CLUSTER=rcsdstbl
++ echo '$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi'
$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi
++ [[ production = production ]]
++ export NAMESPACE=isys-rpa
++ NAMESPACE=isys-rpa
++ echo '$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true'
$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true
++ read -r REVISION STATUS
+++ helm --kube-context rcsdstbl -n isys-rpa history orchestrator-licenses
+++ tail -1
+++ cut -f1,3
++ echo '$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi'
$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi
++ [[ deployed =~ pending ]]
++ echo '$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets'
$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets
++ helmfile --environment rcsdstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/analytics/ckmirp/rpa/orchestrator-licenses
no matches for path: envs/production/rcsdstbl/helmfile.yaml.gotmpl
Adding repo rshb-charts https://nexus.rshbdev.ru/repository/charts/
"rshb-charts" has been added to your repositories
Comparing release=vault-secrets-orchestrator-licenses, chart=rshb-charts/raw
Comparing release=psvc-orchestrator-licenses, chart=rshb-charts/raw
isys-rpa, orchestrator-licenses, PlatformService (production.platform.ckpr.integrations.rshbintech.ru) has changed:
  # Source: raw/templates/resources.yaml
  apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
  kind: PlatformService
  metadata:
    annotations:
      ci/vendoredImageName: primorpa.registry.rshbdev.ru/primo-rpa/orch-licenses
      ci/vendoredImageTag: 1.26.4-20260508092255
    labels:
      app: raw
      chart: raw-0.2.3-rshb.1.0.0
      ci.build.image.app.farm/name: unknown
      ci.build.image.app.farm/version: unknown
      ci.kubeclientapps.app.farm/version: 8.21.3
      ci.runtime.image.app.farm/name: unknown
      ci.runtime.image.app.farm/version: unknown
      ci.service.app.farm/lang: dotnet
      ci.service.app.farm/side: backend
-     commitShortSHA: 5ac8aa92
+     commitShortSHA: 1f753d48
      heritage: Helm
      release: psvc-orchestrator-licenses
      vendorId: primorpa
      version: 1.26.4-20260508092255-rshb.0.0.2
    name: orchestrator-licenses
  spec:
    cpuLimits: "2.4"
    cpuRequests: "1.2"
    description: Сервис Лицензий Оркестратора
    environment: PRODUCTION
    informationSystemId: rpa
    name: Orchestrator Licenses
    projectPath: /rshbintech/analytics/ckmirp/rpa/orchestrator-licenses
    publicDomain: orchestrator-licenses
    publishAPI: true
    ramLimits: 4Gi
    ramRequests: 2Gi
    replicaCount: 1
    serviceReference:
      name: orchestrator-licenses
      namespace: isys-rpa
    side: backend
    updateStrategy: Recreate
    vendorId: primorpa
Comparing release=platform-database-orchestrator-licenses, chart=rshb-charts/raw
Comparing release=orchestrator-licenses-grafana-dashboard, chart=rshb-charts/grafana-dashboards
Comparing release=links-orchestrator-licenses, chart=rshb-charts/raw
isys-rpa, orchestrator-licenses.to.machine-robot-agent.096f8724cdc7, LinkDefinition (production.platform.ckpr.integrations.rshbintech.ru) has been added:
- 
+ # Source: raw/templates/resources.yaml
+ apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
+ kind: LinkDefinition
+ metadata:
+   labels:
+     app: raw
+     chart: raw-0.2.3-rshb.1.0.0
+     ci.kubeclientapps.app.farm/version: 8.21.3
+     heritage: Helm
+     release: links-orchestrator-licenses
+     sourceInformationSystemId: rpa
+     sourceProtocol: HTTP
+     sourceServiceId: orchestrator-licenses
+     targetInformationSystemId: rpa-ext
+     targetProtocol: HTTP
+     targetServiceId: machine-robot-agent
+   name: orchestrator-licenses.to.machine-robot-agent.096f8724cdc7
+ spec:
+   description: Связь с сервисом Агент
+   enabled: true
+   environment: PRODUCTION
+   id: 096f8724cdc7
+   sourceInformationSystemId: rpa
+   sourceParameters: {}
+   sourceProtocol: HTTP
+   sourceServiceId: orchestrator-licenses
+   targetInformationSystemId: rpa-ext
+   targetProtocol: HTTP
+   targetServiceId: machine-robot-agent
Comparing release=orchestrator-licenses, chart=rshb-charts/base
isys-rpa, orchestrator-licenses, Deployment (apps) has changed:
  # Source: base/templates/workload.yaml
  apiVersion: apps/v1
  kind: Deployment
  metadata:
    name: orchestrator-licenses
    labels:
      app: orchestrator-licenses
      fullname: orchestrator-licenses
      chart: base-1.14.2
      release: orchestrator-licenses
      heritage: Helm
      isys: "rpa"
      psvc: "orchestrator-licenses"
      version: "1.26.4-20260508092255-rshb.0.0.2"    
      workload.topology.app.farm/zone: "rumsk1"
    annotations:
-     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 5ac8aa92
-     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3123067"
+     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 1f753d48
+     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3139421"
  spec:
    strategy:
      type: Recreate
    replicas: 1
    selector:
      matchLabels:
        app: orchestrator-licenses
        fullname: orchestrator-licenses
        release: orchestrator-licenses
    template:
      metadata:
        labels:
          app: orchestrator-licenses
          fullname: orchestrator-licenses
          chart: base-1.14.2
          release: orchestrator-licenses
          heritage: Helm
          isys: "rpa"
          psvc: "orchestrator-licenses"
          version: "1.26.4-20260508092255-rshb.0.0.2"        
          workload.topology.app.farm/zone: "rumsk1"
        annotations:
-         checksum/configMapsEnv: "22989976d2968cbdca1f6be243990349bfacdfb0445505ce96bb7183249d5a0f"
+         checksum/configMapsEnv: "6bf5657eedeb95adf900eefdf0752c961da207f47efd5ada1009e3e15b2b4943"
          checksum/secretEnv: "03ed4006c6b07f61573be95235ac1fcd8dfc1ee50d38923adfa4ef8a7b9884eb"
          inject.istio.io/templates: "sidecar,custom"
          prometheus.io/path: "/metrics"
          prometheus.io/port: "8080"
          prometheus.io/scrape: "true"
          sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"rpa-envoy-filters\"}}]"
          sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
      spec:
        serviceAccountName: default
        nodeSelector:
          workload.topology.app.farm/zone: rumsk1
        priorityClassName:
          rumsk1
        containers:
          - name: app
            image: registry.rshbdev.ru/rshbintech/analytics/ckmirp/rpa/orchestrator-licenses:1.26.4-20260508092255-rshb.0.0.2
            imagePullPolicy: IfNotPresent
            envFrom:
              - configMapRef:
                  name: orchestrator-licenses-app-cm-env
              - secretRef:
                  name: orchestrator-licenses-app-secret-env
            resources:
              limits:
                cpu: 2.4
                memory: 4Gi
              requests:
                cpu: 1.2
                memory: 2Gi
            ports:
            livenessProbe:
              failureThreshold: 5
              httpGet:
                path: /health/liveness
                port: 8080
              initialDelaySeconds: 30
              periodSeconds: 5
              successThreshold: 1
              timeoutSeconds: 1
            readinessProbe:
              failureThreshold: 3
              httpGet:
                path: /health/readiness
                port: 8080
              initialDelaySeconds: 15
              periodSeconds: 5
              successThreshold: 1
              timeoutSeconds: 1
            securityContext: 
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              privileged: false
              procMount: Default
              readOnlyRootFilesystem: false
              runAsNonRoot: true
        securityContext: 
          runAsNonRoot: true
        tolerations: 
          - effect: NoSchedule
            key: workload.topology.app.farm/zone
            operator: Exists
        hostNetwork: false
        volumes:
isys-rpa, orchestrator-licenses-app-cm-env, ConfigMap (v1) has changed:
  # Source: base/templates/cm-env.yaml
  apiVersion: v1
  kind: ConfigMap
  metadata:
    name: orchestrator-licenses-app-cm-env
    labels:
      app: orchestrator-licenses
      fullname: orchestrator-licenses
      chart: base-1.14.2
      release: orchestrator-licenses
      heritage: Helm
      isys: "rpa"
      psvc: "orchestrator-licenses"
      version: "1.26.4-20260508092255-rshb.0.0.2"    
      workload.topology.app.farm/zone: "rumsk1"
  data:
    APP_POSTGRESQL_NAME: "ltoolslicense"
    ASPNETCORE_ENVIRONMENT: "ProdLinux"
    AllowedHosts: "*"
    Cache__Robots__DurationInMinutes: "60"
    Cache__Robots__KeyPrefix: "rbts"
    ConfigPasswordEncryptor__Algorithm: "AES"
    Culture: "en-US"
    DBVendor: "Postgres"
    DbConnection__Items__Licenses__CommandTimeOut: "20"
-   DbConnection__Items__Licenses__DbName: "ltoolslicense"
+   DbConnection__Items__Licenses__DbName: "ltools"
    DbConnection__Items__Licenses__Hostname: "10.21.168.11"
    DbConnection__Items__Licenses__MaxPoolSize: "200"
    DbConnection__Items__Licenses__MinPoolSize: "1"
    DbConnection__Items__Licenses__Pooling: "True"
    DbConnection__Items__Licenses__Port: "5432"
    DbConnection__Items__Licenses__SearchPath: "public"
    DbConnection__Items__Licenses__Timeout: "15"
    Kestrel__EndPoints__InternalHttp__Url: "http://*:8080"
    Monitoring__DotNetMonitoringEnabled: "true"
    Monitoring__IdleDurationMillis: "10000"
    Monitoring__KestrelMonitoringEnabled: "true"
    Monitoring__NpgsqlMonitoringEnabled: "true"
-   Monitoring__Port: "10052"
+   Monitoring__Port: "9090"
    Monitoring__Provider: "Prometheus"
    Orchestrator__BaseUrl: "http://orchestrator-webapi.isys-rpa"
    POSTGRES_HOST: "10.21.168.11"
    POSTGRES_PORT: "5432"
    PostgresWithSslOptions__UseSsl: "False"
    RabbitMQ__Host: "10.21.168.14"
    RabbitMQ__Port: "5672"
    RabbitMQ__RetryCount: "10"
    RabbitMQ__RetryTimeOutInSeconds: "15"
    RabbitMQ__UseSsl: "False"
    Security__Jwt__SessionLifetimeMin: "720"
    Security__Jwt__SessionLifetimeTailMin: "60"
    Serilog__MinimumLevel__Default: "Warning"
    TZ: "Europe/Moscow"
Listing releases matching ^pjob-orchestrator-licenses$
Listing releases matching ^exsvc-orchestrator-licenses$
Listing releases matching ^data-orchestrator-licenses$
Listing releases matching ^assets-config-orchestrator-licenses$
Listing releases matching ^orchestrator-licenses-raw$
Listing releases matching ^orchestrator-licenses-rumsk1$
Listing releases matching ^orchestrator-licenses-rumsk2$
Upgrading release=psvc-orchestrator-licenses, chart=rshb-charts/raw
Upgrading release=links-orchestrator-licenses, chart=rshb-charts/raw
FAILED RELEASES:
NAME
psvc-orchestrator-licenses
links-orchestrator-licenses
in deploy/helmfile.yaml: 2 errors:
err 0: failed processing release psvc-orchestrator-licenses: command "/usr/local/link/helm" exited with non-zero status:
PATH:
  /usr/local/link/helm
ARGS:
  0: helm (4 bytes)
  1: --kube-context (14 bytes)
  2: rcsdstbl (8 bytes)
  3: upgrade (7 bytes)
  4: --install (9 bytes)
  5: --reset-values (14 bytes)
  6: psvc-orchestrator-licenses (26 bytes)
  7: rshb-charts/raw (15 bytes)
  8: --version (9 bytes)
  9: 0.2.3-rshb.1.0.0 (16 bytes)
  10: --wait (6 bytes)
  11: --timeout (9 bytes)
  12: 600s (4 bytes)
  13: --atomic (8 bytes)
  14: --kube-context (14 bytes)
  15: rcsdstbl (8 bytes)
  16: --namespace (11 bytes)
  17: isys-rpa (8 bytes)
  18: --values (8 bytes)
  19: /tmp/helmfile2132176298/isys-rpa-psvc-orchestrator-licenses-values-66df4d987b (77 bytes)
  20: --values (8 bytes)
  21: /tmp/helmfile3038585415/isys-rpa-psvc-orchestrator-licenses-values-6fcd4c6cb8 (77 bytes)
  22: --history-max (13 bytes)
  23: 10 (2 bytes)
ERROR:
  exit status 1
EXIT STATUS
  1
STDERR:
  E0515 09:56:55.816797    1168 memcache.go:255] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  E0515 09:57:00.820025    1168 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "orchestrator-licenses" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "orchestrator-licenses" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
COMBINED OUTPUT:
  E0515 09:56:55.816797    1168 memcache.go:255] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  E0515 09:57:00.820025    1168 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "orchestrator-licenses" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "orchestrator-licenses" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
err 1: failed processing release links-orchestrator-licenses: command "/usr/local/link/helm" exited with non-zero status:
PATH:
  /usr/local/link/helm
ARGS:
  0: helm (4 bytes)
  1: --kube-context (14 bytes)
  2: rcsdstbl (8 bytes)
  3: upgrade (7 bytes)
  4: --install (9 bytes)
  5: --reset-values (14 bytes)
  6: links-orchestrator-licenses (27 bytes)
  7: rshb-charts/raw (15 bytes)
  8: --version (9 bytes)
  9: 0.2.3-rshb.1.0.0 (16 bytes)
  10: --wait (6 bytes)
  11: --timeout (9 bytes)
  12: 600s (4 bytes)
  13: --atomic (8 bytes)
  14: --kube-context (14 bytes)
  15: rcsdstbl (8 bytes)
  16: --namespace (11 bytes)
  17: isys-rpa (8 bytes)
  18: --values (8 bytes)
  19: /tmp/helmfile896699385/isys-rpa-links-orchestrator-licenses-values-7d8968cdbd (77 bytes)
  20: --values (8 bytes)
  21: /tmp/helmfile1842153925/isys-rpa-links-orchestrator-licenses-values-755bc89bb7 (78 bytes)
  22: --history-max (13 bytes)
  23: 10 (2 bytes)
ERROR:
  exit status 1
EXIT STATUS
  1
STDERR:
  E0515 09:56:56.752695    1169 memcache.go:255] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  E0515 09:57:01.763681    1169 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: failed to create resource: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "orchestrator-licenses.to.rabbitmqorch.736d5d26bc95" with kind LinkDefinition: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused && cannot patch "orchestrator-licenses.to.orchestrator-webapi.5628028bcdc5" with kind LinkDefinition: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
COMBINED OUTPUT:
  E0515 09:56:56.752695    1169 memcache.go:255] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  E0515 09:57:01.763681    1169 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: failed to create resource: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "orchestrator-licenses.to.rabbitmqorch.736d5d26bc95" with kind LinkDefinition: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused && cannot patch "orchestrator-licenses.to.orchestrator-webapi.5628028bcdc5" with kind LinkDefinition: Internal error occurred: failed calling webhook "linkdefinition.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-linkdefinition?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
Uploading artifacts for failed job
00:01
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=21880737 responseStatus=201 Created token=64_2KG8V
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1