There was an error fetching the job.
staging
Failed Started
by
@mikolaj_wawrzyniak
Mikołaj Wawrzyniak
The deployment of this job to staging did not succeed.
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale fa6cab464Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v1.0.0 ...5Pulling docker image registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v1.0.0 ...6Using docker image sha256:8d252815026899ace38e7c55f64c9c3a381376fbecf164bb67872fe234ad5b26 for registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v1.0.0 ...8Running on runner-fa6cab46-project-4422333-concurrent-0 via runner-fa6cab46-stg-srm-1598602984-ff46f16e...10$ eval "$CI_PRE_CLONE_SCRIPT"11Fetching changes with git depth set to 50...12Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/13Created fresh repository.14Checking out ff3ac379 as master...15Skipping Git submodules setup17$ auto-deploy check_kube_domain18$ auto-deploy download_chart19Creating /root/.helm 20Creating /root/.helm/repository 21Creating /root/.helm/repository/cache 22Creating /root/.helm/repository/local 23Creating /root/.helm/plugins 24Creating /root/.helm/starters 25Creating /root/.helm/cache/archive 26Creating /root/.helm/repository/repositories.yaml 27Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com 28Adding local repo with URL: http://127.0.0.1:8879/charts 29$HELM_HOME has been configured at /root/.helm.30Not installing Tiller due to 'client-only' flag having been set31Download is skipped. The bundled chart in auto-deploy-image will be used.32Hang tight while we grab the latest from your chart repositories...33...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):34 Get "http://127.0.0.1:8879/charts/index.yaml": dial tcp 127.0.0.1:8879: connect: connection refused35...Successfully got an update from the "stable" chart repository36Update Complete.37Saving 1 charts38Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/39Deleting outdated charts40Hang tight while we grab the latest from your chart repositories...41...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):42 Get "http://127.0.0.1:8879/charts/index.yaml": dial tcp 127.0.0.1:8879: connect: connection refused43...Successfully got an update from the "stable" chart repository44Update Complete.45Saving 1 charts46Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/47Deleting outdated charts48$ auto-deploy ensure_namespace49NAME STATUS AGE50monitor-sandbox-4422333-staging Active 133d51$ auto-deploy initialize_tiller52Checking Tiller...53Tiller is listening on localhost:4413454Client: &version.Version{SemVer:"v2.16.9", GitCommit:"8ad7037828e5a0fca1009dabe290130da6368e39", GitTreeState:"clean"}55[debug] SERVER: "localhost:44134"56Kubernetes: &version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.10-gke.42", GitCommit:"42bef28c2031a74fc68840fce56834ff7ea08518", GitTreeState:"clean", BuildDate:"2020-06-02T16:07:00Z", GoVersion:"go1.12.12b4", Compiler:"gc", Platform:"linux/amd64"}57Server: &version.Version{SemVer:"v2.16.9", GitCommit:"8ad7037828e5a0fca1009dabe290130da6368e39", GitTreeState:"clean"}58$ auto-deploy create_secret59Create secret...60$ auto-deploy deploy61Detected an existing PostgreSQL database installed on the62deprecated channel 1, but the current channel is set to 2. The default63channel changed to 2 in of GitLab 13.0.64- To continue using the channel 1 PostgreSQL database, set65 AUTO_DEVOPS_POSTGRES_CHANNEL to 1 and redeploy66- OR, to proceed with deleting the channel 1 PostgreSQL database67 and install a fresh channel 2 database, set AUTO_DEVOPS_POSTGRES_DELETE_V168 to a non-empty value and redeploy.69 WARNING: This will PERMANENTLY DELETE the existing channel 1 database.70 For details on backing up your database and upgrading channels, see72NOTE: This detection is based on the postgresql.enabled Helm value for your73release, which is controlled by the POSTGRES_ENABLED CI variable. If you are74not using the in-cluster PostgreSQL database at all, you can also set the CI75variable POSTGRES_ENABLED to false.76WARNING: Setting POSTGRES_ENABLED to false will permanently delete any existing77channel 1 database.78ERROR: Job failed: exit code 1