Загрузка данных
Running with gitlab-runner 15.8.0 (12335144)
on gitlab-runner-gitlab-runner-5c5d8dfd84-mrhn4 3Sduy7zd, system ID: r_pxlbVZdKVDlV
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.8 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-3sduy7zd-project-81835-concurrent-0rjtt2 to be running, status is Pending
Waiting for pod gitlab-runners/runner-3sduy7zd-project-81835-concurrent-0rjtt2 to be running, status is Pending
ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-3sduy7zd-project-81835-concurrent-0rjtt2 via gitlab-runner-gitlab-runner-5c5d8dfd84-mrhn4...
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/it-invest/backoffice/sofr-substittuted/rmk/report-service-front/.git/
Created fresh repository.
Checking out 7ca1604a as master...
Skipping Git submodules setup
Downloading artifacts
00:02
Downloading artifacts for devsecops_antivirus_scan (22685053)...
Downloading artifacts from coordinator... ok id=22685053 responseStatus=200 OK token=64_BcCh2
Downloading artifacts for dockerfilegen (22685057)...
Downloading artifacts from coordinator... ok id=22685057 responseStatus=200 OK token=64_BcCh2
Executing "step_script" stage of the job script
00:45
$ ( 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: devstbl
$ 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=devstbl
++ CLUSTER=devstbl
++ 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
++ [[ dev = production ]]
++ export NAMESPACE=isys-sofr-substittuted-dev
++ NAMESPACE=isys-sofr-substittuted-dev
++ 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 devstbl -n isys-sofr-substittuted-dev history report-service-front
+++ 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 --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"'
$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"
++ helmfile --environment devstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front/-/pipelines/3253749 --set additionalWorkloadAnnotations.gitlabCommit=7ca1604a6ee6db03b80ce78b14866623a4e143ff
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front
no matches for path: envs/dev/devstbl/helmfile.yaml.gotmpl
Adding repo rshb-charts https://nexus.rshbdev.ru/repository/charts/
"rshb-charts" has been added to your repositories
Comparing release=psvc-report-service-front, chart=rshb-charts/raw
isys-sofr-substittuted-dev, report-service-front, 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:
labels:
app: raw
chart: raw-0.2.3-rshb.1.0.0
ci.build.image.app.farm/name: node
- ci.build.image.app.farm/version: 22.19.0-bookworm-rshb.0.4.0
- ci.kubeclientapps.app.farm/version: 8.21.4
+ ci.build.image.app.farm/version: 22.22.2-bookworm-rshb.0.4.0
+ ci.kubeclientapps.app.farm/version: 8.21.8
ci.runtime.image.app.farm/name: nginx
- ci.runtime.image.app.farm/version: 1.27.5-alpine3.21-rshb.0.8.0
+ ci.runtime.image.app.farm/version: 1.29.8-alpine3.23-rshb.0.8.0
ci.service.app.farm/lang: typescript
ci.service.app.farm/side: frontend
- commitShortSHA: 1e133c73
+ commitShortSHA: 7ca1604a
heritage: Helm
release: psvc-report-service-front
version: master
name: report-service-front
spec:
connectionParameters:
- parameters:
http.group: group-environment
http.port: "80"
http.service: wda
protocol: HTTP
cpuLimits: 300m
cpuRequests: 100m
description: Микрофронтовый модуль Рабочее место контролёра
environment: DEV
informationSystemId: sofr-substittuted-dev
istioSidecarSettings:
limits:
cpu: 300m
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
name: РМ. Рабочее место контролёра
projectPath: /rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front
publicDomain: report-service-front
publishAPI: true
ramLimits: 512Mi
ramRequests: 512Mi
replicaCount: 1
serviceReference:
name: report-service-front
namespace: isys-sofr-substittuted-dev
side: frontend
updateStrategy: RollingUpdate
Comparing release=assets-config-report-service-front, chart=rshb-charts/raw
isys-sofr-substittuted-dev, report-service-front-assets-config, ConfigMap (v1) has changed:
# Source: raw/templates/resources.yaml
apiVersion: v1
binaryData:
version.json: ewogICAgInZlcnNpb24iOiAi0JLQtdGA0YHQuNGPIDEuMC4wIgp9Cg==
kind: ConfigMap
metadata:
labels:
app: raw
chart: raw-0.2.3-rshb.1.0.0
- ci.kubeclientapps.app.farm/version: 8.21.4
+ ci.kubeclientapps.app.farm/version: 8.21.8
heritage: Helm
release: assets-config-report-service-front
name: report-service-front-assets-config
Comparing release=report-service-front, chart=rshb-charts/base
isys-sofr-substittuted-dev, report-service-front, Deployment (apps) has changed:
# Source: base/templates/workload.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: report-service-front
labels:
app: report-service-front
fullname: report-service-front
- chart: base-1.14.2
+ chart: base-1.15.2
release: report-service-front
heritage: Helm
isys: "sofr-substittuted-dev"
psvc: "report-service-front"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- gitlabCommit: 1e133c73e327191873c71c6b9b538a2f0fde9ac3
- gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front/-/pipelines/3165864
- platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 1e133c73
- platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3165864"
+ gitlabCommit: 7ca1604a6ee6db03b80ce78b14866623a4e143ff
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front/-/pipelines/3253749
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 7ca1604a
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3253749"
spec:
strategy:
type: RollingUpdate
replicas: 1
selector:
matchLabels:
app: report-service-front
fullname: report-service-front
release: report-service-front
template:
metadata:
labels:
app: report-service-front
fullname: report-service-front
- chart: base-1.14.2
+ chart: base-1.15.2
release: report-service-front
heritage: Helm
isys: "sofr-substittuted-dev"
psvc: "report-service-front"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- checksum/configMapsEnv: "2d917f8e8f67247d828faf59344248f75176d9b28dc92eadebce7272eebad13e"
+ checksum/configMapsEnv: "4c16b8f36c58be7bf90bf13229b08a70039df47f63f41dd3bcd6979ecf311cc6"
checksum/secretEnv: "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
- ci/commithash: "1e133c73"
+ ci/commithash: "7ca1604a"
inject.istio.io/templates: "sidecar,custom"
sidecar.istio.io/proxyCPU: "100m"
sidecar.istio.io/proxyCPULimit: "300m"
sidecar.istio.io/proxyMemory: "512Mi"
sidecar.istio.io/proxyMemoryLimit: "512Mi"
sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"sofr-substittuted-dev-envoy-filters\"}}]"
sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
spec:
+ automountServiceAccountToken: false
serviceAccountName: default
nodeSelector:
workload.topology.app.farm/zone: rumsk1
- priorityClassName:
- rumsk1
containers:
- name: app
image: registry.rshbdev.ru/rshbintech/it-invest/backoffice/sofr-substittuted/rmk/report-service-front:master
imagePullPolicy: Always
envFrom:
- configMapRef:
name: report-service-front-app-cm-env
resources:
limits:
cpu: 300m
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
ports:
livenessProbe:
failureThreshold: 5
httpGet:
path: /health/liveness
port: 8080
initialDelaySeconds: 20
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8080
initialDelaySeconds: 15
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
volumeMounts:
- name: app-usr-share-nginx-html-assets-config
mountPath: /usr/share/nginx/html/assets/config
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
procMount: Default
readOnlyRootFilesystem: false
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
securityContext:
fsGroup: 1001
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
tolerations:
- effect: NoSchedule
key: workload.topology.app.farm/zone
operator: Exists
hostNetwork: false
volumes:
- name: app-usr-share-nginx-html-assets-config
configMap:
name: report-service-front-assets-config
defaultMode: 420
isys-sofr-substittuted-dev, report-service-front, Service (v1) has changed:
# Source: base/templates/svc.yaml
apiVersion: v1
kind: Service
metadata:
name: report-service-front
labels:
app: report-service-front
fullname: report-service-front
- chart: base-1.14.2
+ chart: base-1.15.2
release: report-service-front
heritage: Helm
isys: "sofr-substittuted-dev"
psvc: "report-service-front"
version: "master"
spec:
ports:
- name: web
port: 80
protocol: TCP
targetPort: 8080
selector:
app: report-service-front
fullname: report-service-front
release: report-service-front
type: ClusterIP
isys-sofr-substittuted-dev, report-service-front-app-cm-env, ConfigMap (v1) has changed:
# Source: base/templates/cm-env.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: report-service-front-app-cm-env
labels:
app: report-service-front
fullname: report-service-front
- chart: base-1.14.2
+ chart: base-1.15.2
release: report-service-front
heritage: Helm
isys: "sofr-substittuted-dev"
psvc: "report-service-front"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
data:
LOGGING_LEVEL_RU_RSHBINTECH: "info"
Listing releases matching ^vault-secrets-report-service-front$
Listing releases matching ^pjob-report-service-front$
Listing releases matching ^exsvc-report-service-front$
Listing releases matching ^data-report-service-front$
Listing releases matching ^platform-database-report-service-front$
Listing releases matching ^report-service-front-raw$
Listing releases matching ^report-service-front-grafana-dashboard$
Listing releases matching ^links-report-service-front$
Listing releases matching ^report-service-front-rumsk1$
Listing releases matching ^report-service-front-rumsk2$
Upgrading release=assets-config-report-service-front, chart=rshb-charts/raw
Upgrading release=psvc-report-service-front, chart=rshb-charts/raw
Release "psvc-report-service-front" has been upgraded. Happy Helming!
NAME: psvc-report-service-front
LAST DEPLOYED: Thu Jun 18 13:43:56 2026
NAMESPACE: isys-sofr-substittuted-dev
STATUS: deployed
REVISION: 11
TEST SUITE: None
Listing releases matching ^psvc-report-service-front$
Release "assets-config-report-service-front" has been upgraded. Happy Helming!
NAME: assets-config-report-service-front
LAST DEPLOYED: Thu Jun 18 13:43:56 2026
NAMESPACE: isys-sofr-substittuted-dev
STATUS: deployed
REVISION: 6
TEST SUITE: None
Listing releases matching ^assets-config-report-service-front$
psvc-report-service-front isys-sofr-substittuted-dev 11 2026-06-18 13:43:56.228034961 +0000 UTC deployed raw-0.2.3-rshb.1.0.0 0.2.3
assets-config-report-service-front isys-sofr-substittuted-dev 6 2026-06-18 13:43:56.114137885 +0000 UTC deployed raw-0.2.3-rshb.1.0.0 0.2.3
Upgrading release=report-service-front, chart=rshb-charts/base
Release "report-service-front" has been upgraded. Happy Helming!
NAME: report-service-front
LAST DEPLOYED: Thu Jun 18 13:43:59 2026
NAMESPACE: isys-sofr-substittuted-dev
STATUS: deployed
REVISION: 24
TEST SUITE: None
Listing releases matching ^report-service-front$
report-service-front isys-sofr-substittuted-dev 24 2026-06-18 13:43:59.603527742 +0000 UTC deployed base-1.15.2 1.0
UPDATED RELEASES:
NAME CHART VERSION
psvc-report-service-front rshb-charts/raw 0.2.3-rshb.1.0.0
assets-config-report-service-front rshb-charts/raw 0.2.3-rshb.1.0.0
report-service-front rshb-charts/base 1.15.2
++ echo '$ done'
$ done
Uploading artifacts for successful job
00:01
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories
Uploading artifacts as "dotenv" to coordinator... 201 Created id=22685067 responseStatus=201 Created token=64_BcCh2
Cleaning up project directory and file based variables
00:00
Job succeeded