Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container prepare 2026/06/22 09:13:39 Entrypoint initialization Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container place-scripts 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-0-8pwbc 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-1-67gxw 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-2-7rhth 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-3-9d2hk 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-4-jzmm4 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-5-b2m2w 2026/06/22 09:13:40 Decoded script /tekton/scripts/script-6-dbk9d Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container working-dir-initializer Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-git-clone git cloning url: https://github.com/greencapitaltrade/utils.git version main@a26531e7be1731b5f68f104ccfebe08250ce2a11 to dir: source Cloning into 'source'... HEAD is now at a26531e Merge pull request #92 from greencapitaltrade/fix/ci-pipeline-node26-nexus checked out revision: main@a26531e7be1731b5f68f104ccfebe08250ce2a11 to dir: source Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-next-version Showing logs for build greencapitaltrade/utils/main #14 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-3889013370 in dir /tmp Cloning into '/tmp/jx-git-3889013370'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-3889013370 about to run: git checkout in dir /tmp/jx-git-3889013370 Your branch is up to date with 'origin/main'. export APP_NAME='utils' export BRANCH_NAME='main' export BUILD_NUMBER='14' 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/utils/main/14' 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/utils:9.5.4' export NAMESPACE_SUB_DOMAIN='-jx.' export PIPELINE_KIND='release' export PUSH_CONTAINER_REGISTRY='417755753340.dkr.ecr.ap-south-1.amazonaws.com' export REPO_NAME='utils' export REPO_OWNER='greencapitaltrade' export VERSION='9.5.4' 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 A VERSION about to run: git commit -m chore: add variables in dir . [main c024293] chore: add variables 2 files changed, 22 insertions(+) create mode 100644 .jx/variables.sh create mode 100644 VERSION Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-build-npm-install npm warn Unknown user config "unsafe-perm". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated @types/kafkajs@1.9.0: This is a stub types definition. kafkajs provides its own type definitions, so you do not need this installed. npm warn deprecated @types/ioredis@5.0.0: This is a stub types definition. ioredis provides its own type definitions, so you do not need this installed. > @greencapitaltrade/utils@9.2.22 prepare > husky || true git command not found added 802 packages in 22s 179 packages are looking for funding run `npm fund` for details npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: npm warn allow-scripts protobufjs@7.5.4 (postinstall: node scripts/postinstall) npm warn allow-scripts npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-build npm warn Unknown user config "unsafe-perm". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. > @greencapitaltrade/utils@9.2.22 build > tsc Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-build-npm-test > @greencapitaltrade/utils@9.2.22 test > jest PASS tests/kafka-resilience.test.ts (17.3 s) ● Console console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.debug Kafka message published { topic: 'test.topic', messageId: 'fallback_1782119682261_a002tluhhj', requestId: undefined, size: 24 } at src/kafka.ts:998:13 console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682265_0rwnx4telde', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682265_1ys472ziaci', requestId: undefined, error: 'KAFKA_PRODUCER_NOT_CONNECTED', errorType: 'Error' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.debug Kafka message published { topic: 't', messageId: 'fallback_1782119682455_vzdd5uiaq3', requestId: undefined, size: 22 } at src/kafka.ts:998:13 console.warn Kafka producer disconnected   305 | this.producer.on('producer.disconnect', () => {  306 | if (!this.shuttingDown) { > 307 | console.warn('Kafka producer disconnected');  | ^  308 | this.startReconnectLoop();  309 | }  310 | }); at Object.producer.disconnect (src/kafka.ts:307:17) at tests/kafka-resilience.test.ts:199:49 at fulfilled (tests/kafka-resilience.test.ts:14:58) console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682455_g10j3v74lo', requestId: undefined, error: 'KAFKA_PRODUCER_NOT_CONNECTED', errorType: 'Error' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.debug Kafka message published { topic: 't', messageId: 'fallback_1782119682461_gnpn717fs1', requestId: undefined, size: 22 } at src/kafka.ts:998:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682461_xyuxvp9qqo', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682461_e5r6wg7wklh', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682461_u99uvgublkc', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 5000, nextDelayMs: 10000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682466_3fc1tdnc0y5', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 5000, nextDelayMs: 10000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 10000, nextDelayMs: 20000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 20000, nextDelayMs: 40000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 40000, nextDelayMs: 60000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 60000, nextDelayMs: 60000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 60000, nextDelayMs: 60000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682474_prk7c46ein', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka producer reconnected { afterDelayMs: 5000 } at KafkaManager. (src/kafka.ts:273:17) console.debug Kafka message published { topic: 't', messageId: 'fallback_1782119687574_864n1x574vn', requestId: undefined, size: 23 } at src/kafka.ts:998:13 console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.debug Kafka message published { topic: 't', messageId: 'fallback_1782119682576_ukarlrafvn', requestId: undefined, size: 22 } at src/kafka.ts:998:13 console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682652_zaisktf3x7l', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.info Kafka initialized with config { consumerCount: 0, brokers: [ 'localhost:9092', 'localhost:9092' ] } at src/kafka.ts:1248:13 console.info Kafka producer: reconnect loop starting at KafkaManager.startReconnectLoop (src/kafka.ts:255:13) at Generator.throw () console.error Kafka publish failed { topic: 't', messageId: 'fallback_1782119682657_zqbdm8tztv', requestId: undefined, error: 'Simulated KafkaJSConnectionClosedError', errorType: 'KafkaJSConnectionClosedError' }   1006 | } catch (error) {  1007 | // Always log errors > 1008 | console.error('Kafka publish failed', {  | ^  1009 | topic,  1010 | messageId: id,  1011 | requestId: context.get('requestId'), at src/kafka.ts:1008:13 at Generator.throw () at rejected (src/kafka.ts:6:65) console.warn Kafka producer reconnect attempt failed { delayMs: 5000, nextDelayMs: 10000, error: 'Simulated KafkaJSConnectionClosedError' }   275 | } catch (err) {  276 | const nextDelay = Math.min(delay * 2, RECONNECT_MAX_DELAY_MS); > 277 | console.warn('Kafka producer reconnect attempt failed', {  | ^  278 | delayMs: delay,  279 | nextDelayMs: nextDelay,  280 | error: err instanceof Error ? err.message : String(err), at KafkaManager. (src/kafka.ts:277:17) at Generator.throw () at rejected (src/kafka.ts:6:65) PASS tests/lazy-transaction.test.ts PASS tests/outbox.test.ts PASS tests/outbox-worker.test.ts ● Console console.info Outbox worker started (poll=50ms, batch=100, retention=7d) at startOutboxWorker (src/outbox-worker.ts:195:11) console.info Outbox worker stopped at src/outbox-worker.ts:207:15 console.info Outbox worker started (poll=50ms, batch=100, retention=7d) at startOutboxWorker (src/outbox-worker.ts:195:11) console.info Outbox worker: published 1/1 messages at src/outbox-worker.ts:172:19 console.info Outbox worker stopped at src/outbox-worker.ts:207:15 console.info Outbox worker started (poll=50ms, batch=100, retention=7d) at startOutboxWorker (src/outbox-worker.ts:195:11) console.info Outbox worker: published 1/1 messages at src/outbox-worker.ts:172:19 console.info Outbox worker stopped at src/outbox-worker.ts:207:15 console.info Outbox worker started (poll=50ms, batch=100, retention=7d) at startOutboxWorker (src/outbox-worker.ts:195:11) console.info Outbox worker: published 1/1 messages at src/outbox-worker.ts:172:19 console.info Outbox worker stopped at src/outbox-worker.ts:207:15 console.info Outbox worker started (poll=50ms, batch=100, retention=7d) at startOutboxWorker (src/outbox-worker.ts:195:11) console.info Outbox worker: published 1/1 messages at src/outbox-worker.ts:172:19 console.info Outbox worker stopped at src/outbox-worker.ts:207:15 PASS tests/kafka-rack.test.ts PASS tests/koa.test.ts ● Console console.info Starting traceID=undefined method=POST url=/test body={"name":"test","value":123} headers={} at src/koa.ts:111:17 console.info traceID=undefined method=POST url=/test status=404 responseTime=0ms at src/koa.ts:186:17 console.info Starting traceID=undefined method=POST url=/test body={"arbitrary":"data","nested":{"foo":"bar"}} headers={} at src/koa.ts:111:17 console.info traceID=undefined method=POST url=/test status=404 responseTime=0ms at src/koa.ts:186:17 PASS tests/tracing.test.ts ● Console console.debug PostgreSQL (pg) or PostgreSQL instrumentation not installed - skipping PostgreSQL instrumentation at Object. (src/tracing.ts:72:11) console.debug MongoDB packages not found - skipping MongoDB instrumentation at Object. (src/tracing.ts:109:13) Test Suites: 7 passed, 7 total Tests: 54 passed, 54 total Snapshots: 0 total Time: 27.584 s Ran all test suites. Showing logs for build greencapitaltrade/utils/main #14 stage from-build-pack and container step-publish debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8, line 54.) debconf: falling back to frontend: Teletype debconf: unable to initialize frontend: Teletype debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Noninteractive Preconfiguring packages ... Selecting previously unselected package libexpat1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5024 files and directories currently installed.) Preparing to unpack .../00-libexpat1_2.7.1-2_amd64.deb ... Unpacking libexpat1:amd64 (2.7.1-2) ... Selecting previously unselected package less. Preparing to unpack .../01-less_668-1_amd64.deb ... Unpacking less (668-1) ... Selecting previously unselected package netbase. Preparing to unpack .../02-netbase_6.5_all.deb ... Unpacking netbase (6.5) ... Selecting previously unselected package openssl. Preparing to unpack .../03-openssl_3.5.6-1~deb13u2_amd64.deb ... Unpacking openssl (3.5.6-1~deb13u2) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../04-ca-certificates_20250419_all.deb ... Unpacking ca-certificates (20250419) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../05-krb5-locales_1.21.3-5+deb13u1_all.deb ... Unpacking krb5-locales (1.21.3-5+deb13u1) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../06-libedit2_3.1-20250104-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20250104-1) ... Selecting previously unselected package libcbor0.10:amd64. Preparing to unpack .../07-libcbor0.10_0.10.2-2_amd64.deb ... Unpacking libcbor0.10:amd64 (0.10.2-2) ... Selecting previously unselected package libfido2-1:amd64. Preparing to unpack .../08-libfido2-1_1.15.0-1+b1_amd64.deb ... Unpacking libfido2-1:amd64 (1.15.0-1+b1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../09-libkrb5support0_1.21.3-5+deb13u1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.21.3-5+deb13u1) ... Selecting previously unselected package libcom-err2:amd64. Preparing to unpack .../10-libcom-err2_1.47.2-3+b11_amd64.deb ... Unpacking libcom-err2:amd64 (1.47.2-3+b11) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../11-libk5crypto3_1.21.3-5+deb13u1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.21.3-5+deb13u1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../12-libkeyutils1_1.6.3-6_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-6) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../13-libkrb5-3_1.21.3-5+deb13u1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.21.3-5+deb13u1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../14-libgssapi-krb5-2_1.21.3-5+deb13u1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../15-openssh-client_1%3a10.0p1-7+deb13u4_amd64.deb ... Unpacking openssh-client (1:10.0p1-7+deb13u4) ... Selecting previously unselected package perl-modules-5.40. Preparing to unpack .../16-perl-modules-5.40_5.40.1-6_all.deb ... Unpacking perl-modules-5.40 (5.40.1-6) ... Selecting previously unselected package libgdbm6t64:amd64. Preparing to unpack .../17-libgdbm6t64_1.24-2_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.24-2) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../18-libgdbm-compat4t64_1.24-2_amd64.deb ... Unpacking libgdbm-compat4t64:amd64 (1.24-2) ... Selecting previously unselected package libperl5.40:amd64. Preparing to unpack .../19-libperl5.40_5.40.1-6_amd64.deb ... Unpacking libperl5.40:amd64 (5.40.1-6) ... Selecting previously unselected package perl. Preparing to unpack .../20-perl_5.40.1-6_amd64.deb ... Unpacking perl (5.40.1-6) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../21-libbrotli1_1.1.0-2+b7_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2+b7) ... Selecting previously unselected package libunistring5:amd64. Preparing to unpack .../22-libunistring5_1.3-2_amd64.deb ... Unpacking libunistring5:amd64 (1.3-2) ... Selecting previously unselected package libidn2-0:amd64. Preparing to unpack .../23-libidn2-0_2.3.8-2_amd64.deb ... Unpacking libidn2-0:amd64 (2.3.8-2) ... Selecting previously unselected package libffi8:amd64. Preparing to unpack .../24-libffi8_3.4.8-2_amd64.deb ... Unpacking libffi8:amd64 (3.4.8-2) ... Selecting previously unselected package libp11-kit0:amd64. Preparing to unpack .../25-libp11-kit0_0.25.5-3_amd64.deb ... Unpacking libp11-kit0:amd64 (0.25.5-3) ... Selecting previously unselected package libtasn1-6:amd64. Preparing to unpack .../26-libtasn1-6_4.20.0-2_amd64.deb ... Unpacking libtasn1-6:amd64 (4.20.0-2) ... Selecting previously unselected package libgnutls30t64:amd64. Preparing to unpack .../27-libgnutls30t64_3.8.9-3+deb13u4_amd64.deb ... Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u4) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../28-libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../29-libsasl2-2_2.1.28+dfsg1-9_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-9) ... Selecting previously unselected package libldap2:amd64. Preparing to unpack .../30-libldap2_2.6.10+dfsg-1_amd64.deb ... Unpacking libldap2:amd64 (2.6.10+dfsg-1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../31-libnghttp2-14_1.64.0-1.1+deb13u1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ... Selecting previously unselected package libnghttp3-9:amd64. Preparing to unpack .../32-libnghttp3-9_1.8.0-1_amd64.deb ... Unpacking libnghttp3-9:amd64 (1.8.0-1) ... Selecting previously unselected package libngtcp2-16:amd64. Preparing to unpack .../33-libngtcp2-16_1.11.0-1+deb13u1_amd64.deb ... Unpacking libngtcp2-16:amd64 (1.11.0-1+deb13u1) ... Selecting previously unselected package libngtcp2-crypto-gnutls8:amd64. Preparing to unpack .../34-libngtcp2-crypto-gnutls8_1.11.0-1+deb13u1_amd64.deb ... Unpacking libngtcp2-crypto-gnutls8:amd64 (1.11.0-1+deb13u1) ... Selecting previously unselected package libpsl5t64:amd64. Preparing to unpack .../35-libpsl5t64_0.21.2-1.1+b1_amd64.deb ... Unpacking libpsl5t64:amd64 (0.21.2-1.1+b1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ... Selecting previously unselected package libssh2-1t64:amd64. Preparing to unpack .../37-libssh2-1t64_1.11.1-1_amd64.deb ... Unpacking libssh2-1t64:amd64 (1.11.1-1) ... Selecting previously unselected package libcurl3t64-gnutls:amd64. Preparing to unpack .../38-libcurl3t64-gnutls_8.14.1-2+deb13u3_amd64.deb ... Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../39-liberror-perl_0.17030-1_all.deb ... Unpacking liberror-perl (0.17030-1) ... Selecting previously unselected package git-man. Preparing to unpack .../40-git-man_1%3a2.47.3-0+deb13u1_all.deb ... Unpacking git-man (1:2.47.3-0+deb13u1) ... Selecting previously unselected package git. Preparing to unpack .../41-git_1%3a2.47.3-0+deb13u1_amd64.deb ... Unpacking git (1:2.47.3-0+deb13u1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../42-libldap-common_2.6.10+dfsg-1_all.deb ... Unpacking libldap-common (2.6.10+dfsg-1) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../43-libsasl2-modules_2.1.28+dfsg1-9_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.28+dfsg1-9) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../44-libxau6_1%3a1.0.11-1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.11-1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../45-libxdmcp6_1%3a1.1.5-1_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.5-1) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../46-libxcb1_1.17.0-2+b1_amd64.deb ... Unpacking libxcb1:amd64 (1.17.0-2+b1) ... Selecting previously unselected package libx11-data. Preparing to unpack .../47-libx11-data_2%3a1.8.12-1_all.deb ... Unpacking libx11-data (2:1.8.12-1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../48-libx11-6_2%3a1.8.12-1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.8.12-1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../49-libxext6_2%3a1.3.4-1+b3_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-1+b3) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../50-libxmuu1_2%3a1.1.3-3+b4_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-3+b4) ... Selecting previously unselected package patch. Preparing to unpack .../51-patch_2.8-2_amd64.deb ... Unpacking patch (2.8-2) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../52-publicsuffix_20250328.1952-0.1_all.deb ... Unpacking publicsuffix (20250328.1952-0.1) ... Selecting previously unselected package xauth. Preparing to unpack .../53-xauth_1%3a1.1.2-1.1_amd64.deb ... Unpacking xauth (1:1.1.2-1.1) ... Setting up libexpat1:amd64 (2.7.1-2) ... Setting up libxau6:amd64 (1:1.0.11-1) ... Setting up libxdmcp6:amd64 (1:1.1.5-1) ... Setting up libkeyutils1:amd64 (1.6.3-6) ... Setting up libxcb1:amd64 (1.17.0-2+b1) ... Setting up libgdbm6t64:amd64 (1.24-2) ... Setting up libgdbm-compat4t64:amd64 (1.24-2) ... Setting up libcbor0.10:amd64 (0.10.2-2) ... Setting up libbrotli1:amd64 (1.1.0-2+b7) ... Setting up libedit2:amd64 (3.1-20250104-1) ... Setting up libsasl2-modules:amd64 (2.1.28+dfsg1-9) ... Setting up libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ... Setting up less (668-1) ... Setting up krb5-locales (1.21.3-5+deb13u1) ... Setting up libcom-err2:amd64 (1.47.2-3+b11) ... Setting up libldap-common (2.6.10+dfsg-1) ... Setting up libkrb5support0:amd64 (1.21.3-5+deb13u1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ... Setting up libx11-data (2:1.8.12-1) ... Setting up libunistring5:amd64 (1.3-2) ... Setting up patch (2.8-2) ... Setting up libk5crypto3:amd64 (1.21.3-5+deb13u1) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg1-9) ... Setting up libnghttp3-9:amd64 (1.8.0-1) ... Setting up libffi8:amd64 (3.4.8-2) ... Setting up perl-modules-5.40 (5.40.1-6) ... Setting up libtasn1-6:amd64 (4.20.0-2) ... Setting up git-man (1:2.47.3-0+deb13u1) ... Setting up libx11-6:amd64 (2:1.8.12-1) ... Setting up netbase (6.5) ... Setting up libngtcp2-16:amd64 (1.11.0-1+deb13u1) ... Setting up libkrb5-3:amd64 (1.21.3-5+deb13u1) ... Setting up libssh2-1t64:amd64 (1.11.1-1) ... Setting up libfido2-1:amd64 (1.15.0-1+b1) ... Setting up openssl (3.5.6-1~deb13u2) ... Setting up publicsuffix (20250328.1952-0.1) ... Setting up libldap2:amd64 (2.6.10+dfsg-1) ... Setting up libxmuu1:amd64 (2:1.1.3-3+b4) ... Setting up libxext6:amd64 (2:1.3.4-1+b3) ... Setting up libidn2-0:amd64 (2.3.8-2) ... Setting up libperl5.40:amd64 (5.40.1-6) ... Setting up ca-certificates (20250419) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype debconf: unable to initialize frontend: Teletype debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Noninteractive Updating certificates in /etc/ssl/certs... 150 added, 0 removed; done. Setting up perl (5.40.1-6) ... Setting up libp11-kit0:amd64 (0.25.5-3) ... Setting up libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ... Setting up xauth (1:1.1.2-1.1) ... Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u4) ... Setting up openssh-client (1:10.0p1-7+deb13u4) ... Setting up libpsl5t64:amd64 (0.21.2-1.1+b1) ... Setting up liberror-perl (0.17030-1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ... Setting up libngtcp2-crypto-gnutls8:amd64 (1.11.0-1+deb13u1) ... Setting up libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) ... Setting up git (1:2.47.3-0+deb13u1) ... Processing triggers for libc-bin (2.41-12+deb13u3) ... Processing triggers for ca-certificates (20250419) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. npm warn Unknown user config "unsafe-perm". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm error code 128 npm error An unknown git error occurred npm error command /usr/bin/git --no-replace-objects tag -m 9.5.4 v9.5.4 npm error fatal: tag 'v9.5.4' already exists npm error A complete log of this run can be found in: /tekton/home/.npm/_logs/2026-06-22T09_15_10_699Z-debug-0.log npm warn Unknown user config "unsafe-perm". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. > @greencapitaltrade/utils@9.5.4 prepare > husky || true npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+ssh://git@github.com/greencapitaltrade/utils.git" npm notice npm notice package: @greencapitaltrade/utils@9.5.4 npm notice Tarball Contents npm notice 536B .eslintrc.js npm notice 18B .prettierignore npm notice 91B .prettierrc.js npm notice 269B .release-it.json npm notice 1.8kB RABBITMQ_MIGRATION.md npm notice 8B README.md npm notice 5B VERSION npm notice 49B build/src/axios.d.ts npm notice 1.6kB build/src/axios.js npm notice 181B build/src/config/sequelize.d.ts npm notice 1.2kB build/src/config/sequelize.js npm notice 395B build/src/config/validation.d.ts npm notice 2.1kB build/src/config/validation.js npm notice 83B build/src/context.d.ts npm notice 211B build/src/context.js npm notice 119B build/src/format.d.ts npm notice 377B build/src/format.js npm notice 612B build/src/gc_error.d.ts npm notice 1.0kB build/src/gc_error.js npm notice 1.4kB build/src/index.d.ts npm notice 3.5kB build/src/index.js npm notice 4.5kB build/src/kafka.d.ts npm notice 54.2kB build/src/kafka.js npm notice 445B build/src/koa.d.ts npm notice 11.1kB build/src/koa.js npm notice 688B build/src/logging.d.ts npm notice 2.4kB build/src/logging.js npm notice 389B build/src/outbox-worker.d.ts npm notice 6.9kB build/src/outbox-worker.js npm notice 2.4kB build/src/outbox.d.ts npm notice 12.0kB build/src/outbox.js npm notice 64B build/src/random_generator.d.ts npm notice 408B build/src/random_generator.js npm notice 483B build/src/read-replica.d.ts npm notice 2.2kB build/src/read-replica.js npm notice 1.1kB build/src/redis.d.ts npm notice 12.6kB build/src/redis.js npm notice 85B build/src/sequelize.d.ts npm notice 1.1kB build/src/sequelize.js npm notice 11B build/src/tracing.d.ts npm notice 5.4kB build/src/tracing.js npm notice 11B build/tests/kafka-rack.test.d.ts npm notice 5.6kB build/tests/kafka-rack.test.js npm notice 364B build/tests/kafka-resilience.test.d.ts npm notice 17.7kB build/tests/kafka-resilience.test.js npm notice 11B build/tests/koa.test.d.ts npm notice 2.2kB build/tests/koa.test.js npm notice 11B build/tests/lazy-transaction.test.d.ts npm notice 11.0kB build/tests/lazy-transaction.test.js npm notice 11B build/tests/outbox-worker.test.d.ts npm notice 6.0kB build/tests/outbox-worker.test.js npm notice 11B build/tests/outbox.test.d.ts npm notice 6.1kB build/tests/outbox.test.js npm notice 0B build/tests/setup.d.ts npm notice 118B build/tests/setup.js npm notice 0B build/tests/tracing.test.d.ts npm notice 376B build/tests/tracing.test.js npm notice 382B dotfiles/.eslintrc.json npm notice 77B dotfiles/.prettierignore npm notice 91B dotfiles/.prettierrc.js npm notice 808B dotfiles/jest.config.js npm notice 1.5kB eslint.config.js npm notice 294B jest.config.js npm notice 2.5kB package.json npm notice 4.5kB plans/update-utils-dependencies.md npm notice 4.1kB tests/kafka-rack.test.ts npm notice 14.9kB tests/kafka-resilience.test.ts npm notice 1.0kB tests/koa.test.ts npm notice 8.0kB tests/lazy-transaction.test.ts npm notice 4.6kB tests/outbox-worker.test.ts npm notice 4.9kB tests/outbox.test.ts npm notice 104B tests/setup.ts npm notice 339B tests/tracing.test.ts npm notice 11.0kB tsconfig.json npm notice Tarball Details npm notice name: @greencapitaltrade/utils npm notice version: 9.5.4 npm notice filename: greencapitaltrade-utils-9.5.4.tgz npm notice package size: 51.9 kB npm notice unpacked size: 242.7 kB npm notice shasum: db4b9ed481e2f873d80c74cd6a5ac9a3064f0375 npm notice integrity: sha512-EJqukiGGWi3W3[...]SX9sGb9SVl2ig== npm notice total files: 74 npm notice npm error code ENEEDAUTH npm error need auth This command requires you to be logged in to https://npm.pkg.github.com npm error need auth You need to authorize this machine using `npm adduser` npm error A complete log of this run can be found in: /tekton/home/.npm/_logs/2026-06-22T09_15_11_182Z-debug-0.log  Pipeline failed on stage 'from-build-pack' : container 'step-publish'. The execution of the pipeline has stopped.