Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container prepare 2026/07/03 22:21:35 Entrypoint initialization Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container place-scripts 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-0-2q62m 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-1-rkwdh 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-2-trcd7 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-3-j9nbr 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-4-fl5vp 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-6-6tz8d 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-7-b7mwr 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-8-8c9zw 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-9-9g6rf 2026/07/03 22:21:36 Decoded script /tekton/scripts/script-10-tzrfc Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container working-dir-initializer Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-git-clone git cloning url: https://github.com/greencapitaltrade/pepper.git version main@5202cb4e253f01567f47d5ad3122044bae58b051 to dir: source Cloning into 'source'... HEAD is now at 5202cb4e25 Merge pull request #966 from greencapitaltrade/cost/preview-kafka-emptydir checked out revision: main@5202cb4e253f01567f47d5ad3122044bae58b051 to dir: source Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-next-version Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-jx-variables WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set about to run: git clone --no-checkout --filter=blob:none --depth=1 https://github.com/greencapitaltrade/mcu.git /tmp/jx-git-484568044 in dir /tmp Cloning into '/tmp/jx-git-484568044'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-484568044 about to run: git checkout in dir /tmp/jx-git-484568044 Your branch is up to date with 'origin/main'. export APP_NAME='pepper' export BRANCH_NAME='main' export BUILD_NUMBER='19' export DOCKERFILE_PATH='Dockerfile' export DOCKER_REGISTRY='417755753340.dkr.ecr.ap-south-1.amazonaws.com' export DOCKER_REGISTRY_ORG='greencapitaltrade' export DOMAIN='gc-t.in' about to run: git rev-parse --abbrev-ref HEAD in dir . main export GIT_BRANCH='main' export JENKINS_X_URL='https://dashboard-jx.gc-t.in/greencapitaltrade/pepper/main/19' export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080' export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo' export MINK_AS='tekton-bot' export MINK_IMAGE='417755753340.dkr.ecr.ap-south-1.amazonaws.com/greencapitaltrade/pepper:1.2.21' export NAMESPACE_SUB_DOMAIN='-jx.' export PIPELINE_KIND='release' export PUSH_CONTAINER_REGISTRY='417755753340.dkr.ecr.ap-south-1.amazonaws.com' export REPO_NAME='pepper' export REPO_OWNER='greencapitaltrade' export VERSION='1.2.21' added variables to file: .jx/variables.sh about to run: git config --get user.name in dir . jenkins-x-bot about to run: git config --get user.email in dir . jenkins-x@googlegroups.com about to run: git add * in dir . about to run: git status -s in dir . A .jx/variables.sh M VERSION about to run: git commit -m chore: add variables in dir . [main 0a8a4257bf] chore: add variables 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .jx/variables.sh Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-build-npm-install === NPM Config Debug === NPM_CONFIG_USERCONFIG: /tekton/home/npm/.npmrc total 0 drwxrwxrwt. 3 root root 100 Jul 3 22:21 . drwxrwxrwx. 4 root root 74 Jul 3 22:22 .. drwxr-xr-x. 2 root root 60 Jul 3 22:21 ..2026_07_03_22_21_35.1385507486 lrwxrwxrwx. 1 root root 32 Jul 3 22:21 ..data -> ..2026_07_03_22_21_35.1385507486 lrwxrwxrwx. 1 root root 13 Jul 3 22:21 .npmrc -> ..data/.npmrc registry=http://nexus-nexus-repository-manager.jx.svc.cluster.local:8081/repository/npm-group/ unsafe-perm = true //npm.pkg.github.com/:_authToken=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 === npm config list === ; "user" config from /tekton/home/npm/.npmrc ; //npm.pkg.github.com/:_authToken = (protected) ; overridden by project registry = "http://nexus-nexus-repository-manager.jx.svc.cluster.local:8081/repository/npm-group/" unsafe-perm = true ; "project" config from /workspace/source/.npmrc @greencapitaltrade:registry = "https://npm.pkg.github.com/" //npm.pkg.github.com/:_authToken = (protected) ; "env" config from environment userconfig = "/tekton/home/npm/.npmrc" ; node bin location = /usr/local/bin/node ; node version = v22.23.1 ; npm local prefix = /workspace/source ; npm version = 10.9.8 ; cwd = /workspace/source ; HOME = /tekton/home ; Run `npm config ls -l` to show all defaults. === npm install === > pepper@0.0.1 postinstall > patch-package patch-package 8.0.1 Applying patches... formik@2.4.6 ✔ Warning: patch-package detected a patch file version mismatch Don't worry! This is probably fine. The patch was still applied successfully. Here's the deets: Patch file created for formik@2.4.6 applied to formik@2.4.9 At path node_modules/formik This warning is just to give you a heads-up. There is a small chance of breakage even though the patch was applied successfully. Make sure the package still behaves like you expect (you wrote tests, right?) and then run patch-package formik to update the version in the patch file name and make this warning go away. --- patch-package finished with 1 warning(s). > pepper@0.0.1 prepare > husky install husky - git command not found, skipping install added 1641 packages in 3m 298 packages are looking for funding run `npm fund` for details Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-build-assets > pepper@0.0.1 build:web > npm run build -w next-app > next-app@0.1.0 build > NODE_ENV=production next build Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry ▲ Next.js 14.2.4 Creating an optimized production build ... ⚠ Found lockfile missing swc dependencies, patching... ⚠ Lockfile was successfully patched, please run "npm install" to ensure @next/swc dependencies are downloaded Browserslist: browsers data (caniuse-lite) is 7 months old. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme ✓ Compiled successfully Linting and checking validity of types ... Collecting page data ... Generating static pages (0/20) ... Generating static pages (5/20) Generating static pages (10/20) Generating static pages (15/20) ✓ Generating static pages (20/20) Finalizing page optimization ... Collecting build traces ... Route (app) Size First Load JS ┌ ○ / 2.04 kB 151 kB ├ ○ /_not-found 876 B 88.4 kB ├ ○ /attributes 2.59 kB 139 kB ├ ○ /attributes/new 4.1 kB 220 kB ├ ○ /auth/login 2.04 kB 151 kB ├ ○ /auth/signup 3.02 kB 160 kB ├ ○ /campaigns 3.15 kB 144 kB ├ ƒ /campaigns/[id]/analytics 2.72 kB 139 kB ├ ƒ /campaigns/[id]/edit 1.7 kB 295 kB ├ ○ /campaigns/new 709 B 294 kB ├ ○ /channels 3.01 kB 204 kB ├ ƒ /channels/[id] 4.76 kB 190 kB ├ ○ /health 0 B 0 B ├ ○ /leads 4.51 kB 188 kB ├ ƒ /leads/[id] 4.26 kB 146 kB ├ ƒ /leads/[id]/edit 704 B 226 kB ├ ○ /leads/new 707 B 226 kB ├ ○ /segments 1.2 kB 131 kB ├ ƒ /segments/[id] 3.03 kB 139 kB ├ ƒ /segments/[id]/edit 328 B 222 kB ├ ○ /segments/new 330 B 222 kB ├ ○ /templates 2.8 kB 144 kB ├ ƒ /templates/[id] 3.56 kB 199 kB ├ ƒ /templates/[id]/attachments/new 1.28 kB 213 kB ├ ƒ /templates/[id]/edit 2.38 kB 228 kB ├ ƒ /templates/[id]/languages/[contentId] 1.02 kB 840 kB ├ ƒ /templates/[id]/languages/new 867 B 840 kB ├ ○ /templates/email 2.89 kB 698 kB └ ○ /templates/new 2.45 kB 228 kB + First Load JS shared by all 87.6 kB ├ chunks/3205-a8ab61f0de1d850b.js 31.5 kB ├ chunks/618f8807-d97f2bba5d5f45a7.js 53.6 kB └ other shared chunks (total) 2.4 kB ○ (Static) prerendered as static content ƒ (Dynamic) server-rendered on demand Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-check-registry sourcing .jx/variables.sh verifying the container registry is setup WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set about to run: git clone --no-checkout --filter=blob:none --depth=1 https://github.com/greencapitaltrade/mcu.git /tmp/jx-git-4283409388 in dir /tmp Cloning into '/tmp/jx-git-4283409388'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-4283409388 about to run: git checkout in dir /tmp/jx-git-4283409388 Your branch is up to date with 'origin/main'. verifying that container registry 417755753340.dkr.ecr.ap-south-1.amazonaws.com with organisation greencapitaltrade and app name pepper has an ECR associated with it loading config with AWS region: 'ap-south-1' Let's ensure that we have an ECR repository for the image greencapitaltrade/pepper Found repository: greencapitaltrade/pepper Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-build-container-build time="2026-07-03T22:29:36Z" level=warning msg="Flag --snapshotMode is deprecated. Use: --snapshot-mode" INFO[0000] Using dockerignore file: /workspace/source/.dockerignore INFO[0000] Retrieving image manifest node:22-slim INFO[0000] Retrieving image node:22-slim from registry index.docker.io INFO[0001] Built cross stage deps: map[] INFO[0001] Retrieving image manifest node:22-slim INFO[0001] Returning cached image manifest INFO[0001] Executing 0 build triggers INFO[0001] Building stage 'node:22-slim' [idx: '0', base-idx: '-1'] INFO[0001] Unpacking rootfs as cmd COPY . . requires it. INFO[0010] ENV TZ='Asia/Kolkata' INFO[0010] COPY . . INFO[0073] Taking snapshot of files... INFO[0166] CMD cd packages/server && npx sequelize db:migrate && node index.js INFO[0166] Pushing image to 417755753340.dkr.ecr.ap-south-1.amazonaws.com/greencapitaltrade/pepper:1.2.21 INFO[0171] Pushed 417755753340.dkr.ecr.ap-south-1.amazonaws.com/greencapitaltrade/pepper@sha256:6a989c4eb6a4b5424f28ed4a8ee99357e847dbd99fe0a10c9c48b2e044bf487b Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-promote-changelog The following paths are ignored by one of your .gitignore files: node_modules hint: Use -f if you really want to add them. hint: Turn this message off by running hint: "git config advice.addIgnoredFile false" [main 9371de6ff0] chore: release 1.2.21 3 files changed, 124 insertions(+), 14 deletions(-) Updated tag 'v1.2.21' (was cb82bd1d78) To https://github.com/greencapitaltrade/pepper.git + cb82bd1d78...e5b9035007 v1.2.21 -> v1.2.21 (forced update) Using batch mode as inside a pipeline Generating change log from git ref 145d4d5799dba4ff8c4b1dcbb21ffe37583fb7ff => 9371de6ff02365635bdf78965e094968fe27c129 WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set Can't find any issue tracker setting; defaulting to git provider: github Finding issues in commit messages using git format WARNING: Failed to find assignees for issue 966 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 985 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 982 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 951 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 950 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 948 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 947 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 945 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 944 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 943 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 942 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 941 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 940 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 939 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 938 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 937 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 936 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 935 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 934 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 933 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 932 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 931 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 930 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 929 repository https://api.github.com/greencapitaltrade/pepper WARNING: Failed to find assignees for issue 928 repository https://api.github.com/greencapitaltrade/pepper updated the release information at https://github.com/greencapitaltrade/pepper/releases/tag/v1.2.21 Generated Changelog: ../changelog.md Updated PipelineActivity greencapitaltrade-pepper-main-19 which has status Running Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-promote-helm-release WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set releasing chart pepper released 1 charts from the charts dir: charts Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-promote-jx-promote defaulting to the version 1.2.21 from file VERSION WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set about to run: git clone --no-checkout --filter=blob:none --depth=1 https://github.com/greencapitaltrade/mcu.git /tmp/jx-git-3877289200 in dir /tmp Cloning into '/tmp/jx-git-3877289200'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-3877289200 about to run: git checkout in dir /tmp/jx-git-3877289200 Your branch is up to date with 'origin/main'. using version stream from dev environment found git user.name gct-bot from requirements found git user.email from requirements setup git user email jenkins-x@googlegroups.com WARNING: Note that the environment variable $XDG_CONFIG_HOME is not defined so we may not be able to push to git! generated Git credentials file: /tekton/home/git/credentials with username: gct-bot email: WARNING: the cluster.chartRepository in your jx-requirements.yml looks like its an internal service URL so trying to discover from kubernetes ingress resources Promoting app pepper version 1.2.21 to namespace jx-staging Created Pull Request: https://github.com/greencapitaltrade/mcu/pull/4604 Promoting app pepper version 1.2.21 to namespace jx-production Created Pull Request: https://github.com/greencapitaltrade/mcu/pull/4605 Showing logs for build greencapitaltrade/pepper/main #19 stage from-build-pack and container step-publish-org-kb Cloning into '/tmp/org-kb'... Cloning into '/tmp/tmp.lAlabi'... [main 6287524] kb: update pepper (index + repomix pack) 2 files changed, 196 insertions(+) create mode 100644 services/pepper.json create mode 100644 services/pepper.repomix.xml To https://github.com/greencapitaltrade/org-kb.git 1edd921..6287524 HEAD -> main org-kb: published pepper (json + repomix; Jarvis will regenerate the .md)