Загрузка данных
Running with gitlab-runner 15.8.0 (12335144)
on gitlab-runner-gitlab-runner-7d64bfd458-xlzsd u1oHxtyM, system ID: r_OKg3w9r0mqgd
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.9 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-u1ohxtym-project-73197-concurrent-0xnf7s to be running, status is Pending
Waiting for pod gitlab-runners/runner-u1ohxtym-project-73197-concurrent-0xnf7s to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-u1ohxtym-project-73197-concurrent-0xnf7s via gitlab-runner-gitlab-runner-7d64bfd458-xlzsd...
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/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo/.git/
Created fresh repository.
Checking out e7fc277a as master...
Skipping Git submodules setup
Downloading artifacts
00:01
Downloading artifacts for devsecops_antivirus_scan (23019862)...
Downloading artifacts from coordinator... ok id=23019862 responseStatus=200 OK token=64_8_Ugy
Downloading artifacts for dockerfilegen (23019869)...
Downloading artifacts from coordinator... ok id=23019869 responseStatus=200 OK token=64_8_Ugy
Downloading artifacts for build (23019872)...
Downloading artifacts from coordinator... ok id=23019872 responseStatus=200 OK token=64_8_Ugy
Downloading artifacts for unit (23019874)...
Downloading artifacts from coordinator... ok id=23019874 responseStatus=200 OK token=64_8_Ugy
Executing "step_script" stage of the job script
11:59
$ ( 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-ndbo-dev
++ NAMESPACE=isys-ndbo-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-ndbo-dev history owb-ms-prd-loro-dbo
+++ 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/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo/-/pipelines/3302360 --set additionalWorkloadAnnotations.gitlabCommit=e7fc277ad8c24698eac1a8fa54c10add31c62e90
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo
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=vault-secrets-owb-ms-prd-loro-dbo, chart=rshb-charts/raw
Comparing release=psvc-owb-ms-prd-loro-dbo, chart=rshb-charts/raw
Comparing release=platform-database-owb-ms-prd-loro-dbo, chart=rshb-charts/raw
Comparing release=links-owb-ms-prd-loro-dbo, chart=rshb-charts/raw
Comparing release=owb-ms-prd-loro-dbo, chart=rshb-charts/base
isys-ndbo-dev, owb-ms-prd-loro-dbo, Deployment (apps) has changed:
# Source: base/templates/workload.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: owb-ms-prd-loro-dbo
labels:
app: owb-ms-prd-loro-dbo
fullname: owb-ms-prd-loro-dbo
chart: base-1.15.2
release: owb-ms-prd-loro-dbo
heritage: Helm
isys: "ndbo-dev"
psvc: "owb-ms-prd-loro-dbo"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- gitlabCommit: 5a66305910276b812579f2bfc0704672526ea3d3
- gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo/-/pipelines/3297918
- platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 5a663059
- platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3297918"
+ gitlabCommit: e7fc277ad8c24698eac1a8fa54c10add31c62e90
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo/-/pipelines/3302360
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: e7fc277a
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3302360"
spec:
strategy:
- type: Recreate
- replicas: 1
+ type: RollingUpdate
+ replicas: 2
selector:
matchLabels:
app: owb-ms-prd-loro-dbo
fullname: owb-ms-prd-loro-dbo
release: owb-ms-prd-loro-dbo
template:
metadata:
labels:
app: owb-ms-prd-loro-dbo
fullname: owb-ms-prd-loro-dbo
chart: base-1.15.2
release: owb-ms-prd-loro-dbo
heritage: Helm
isys: "ndbo-dev"
psvc: "owb-ms-prd-loro-dbo"
version: "master"
workload.topology.app.farm/zone: "rumsk1"
annotations:
checksum/configMapsEnv: "dae885d5c195320288a5afc3f9deaa115b2e175c3bb9ec074cfb0461cc2c5dc9"
checksum/secretEnv: "5215b5f9034a9de871a664f2f952a9734d03ccd1884f205308129494fc44cecb"
- ci/commithash: "5a663059"
+ ci/commithash: "e7fc277a"
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\": \"ndbo-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/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo:master
imagePullPolicy: Always
envFrom:
- configMapRef:
name: owb-ms-prd-loro-dbo-app-cm-env
- secretRef:
name: owb-ms-prd-loro-dbo-app-secret-env
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 200m
memory: 512Mi
ports:
livenessProbe:
failureThreshold: 5
httpGet:
path: /health/liveness
port: 8080
initialDelaySeconds: 200
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8080
initialDelaySeconds: 200
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
volumeMounts:
- name: app-vault-secrets
mountPath: /secrets
readOnly: true
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-vault-secrets
csi:
driver: secrets-store.csi.k8s.io
readOnly: true
volumeAttributes:
secretProviderClass: owb-ms-prd-loro-dbo-app-secret-provider
Listing releases matching ^pjob-owb-ms-prd-loro-dbo$
Listing releases matching ^exsvc-owb-ms-prd-loro-dbo$
Listing releases matching ^data-owb-ms-prd-loro-dbo$
Listing releases matching ^assets-config-owb-ms-prd-loro-dbo$
Listing releases matching ^owb-ms-prd-loro-dbo-raw$
Listing releases matching ^owb-ms-prd-loro-dbo-grafana-dashboard$
Listing releases matching ^owb-ms-prd-loro-dbo-rumsk1$
Listing releases matching ^owb-ms-prd-loro-dbo-rumsk2$
Upgrading release=owb-ms-prd-loro-dbo, chart=rshb-charts/base
FAILED RELEASES:
NAME
owb-ms-prd-loro-dbo
in deploy/helmfile.yaml: failed processing release owb-ms-prd-loro-dbo: 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: devstbl (7 bytes)
3: upgrade (7 bytes)
4: --install (9 bytes)
5: --reset-values (14 bytes)
6: owb-ms-prd-loro-dbo (19 bytes)
7: rshb-charts/base (16 bytes)
8: --version (9 bytes)
9: 1.15.2 (6 bytes)
10: --wait (6 bytes)
11: --timeout (9 bytes)
12: 600s (4 bytes)
13: --atomic (8 bytes)
14: --kube-context (14 bytes)
15: devstbl (7 bytes)
16: --namespace (11 bytes)
17: isys-ndbo-dev (13 bytes)
18: --values (8 bytes)
19: /tmp/helmfile213280124/isys-ndbo-dev-owb-ms-prd-loro-dbo-values-6fc5b7457d (74 bytes)
20: --values (8 bytes)
21: /tmp/helmfile2245109613/isys-ndbo-dev-owb-ms-prd-loro-dbo-values-6c444cf6f6 (75 bytes)
22: --set (5 bytes)
23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-loro-dbo/-/pipelines/3302360 (145 bytes)
24: --set (5 bytes)
25: additionalWorkloadAnnotations.gitlabCommit=e7fc277ad8c24698eac1a8fa54c10add31c62e90 (83 bytes)
26: --history-max (13 bytes)
27: 10 (2 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: UPGRADE FAILED: release owb-ms-prd-loro-dbo failed, and has been rolled back due to atomic being set: timed out waiting for the condition
COMBINED OUTPUT:
Error: UPGRADE FAILED: release owb-ms-prd-loro-dbo failed, and has been rolled back due to atomic being set: timed out waiting for the condition
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=23042741 responseStatus=201 Created token=64_8_Ugy
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1