You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+++ npm config get registry
+++ sed -e 's/^https://'
++ printf %s:_authToken=%s //binarios.intranet.bb.com.br/artifactory/api/npm/npm/ [MASKED]
++ echo [MASKED]
++ npm login --registry=https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/ --auth-type legacy --always-auth
npm notice Log in on https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/
Username: npm warn Name must be lowercase
Username: ([MASKED])
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-03-14T14_06_28_918Z-debug-0.log
Despite username being in lowercase
Expected Behavior
Expected to log in normally since it was working a couple of months ago
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
+++ npm config get registry
+++ sed -e 's/^https://'
++ printf %s:_authToken=%s //binarios.intranet.bb.com.br/artifactory/api/npm/npm/ [MASKED]
++ echo [MASKED]
++ npm login --registry=https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/ --auth-type legacy --always-auth
npm notice Log in on https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/
Username: npm warn Name must be lowercase
Username: ([MASKED])
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-03-14T14_06_28_918Z-debug-0.log
Despite username being in lowercase
Expected Behavior
Expected to log in normally since it was working a couple of months ago
Steps To Reproduce
yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/v15.0.5-ee/app/assets/javascripts/editor/schema/ci.json
default:
image: node:20
Cache modules using lock file
cache:
key:
files:
- package-lock.json
paths:
- .npm/
Cancel previous runs of the same pipeline on the same branch.
interruptible: true
before_script:
- |-
set -eux
stages:
variables:
GIT_STRATEGY: fetch
typecheck:
stage: typecheck
script:
- npm run typecheck
only:
changes:
- no-gitlab-ci.yml
- package.json
- tsconfig*
- '**/*.ts'
lint:
stage: lint
script:
- npm run lint
only:
changes:
- no-gitlab-ci.yml
- package.json
- tsconfig*
- angular.json
- .gitignore
- .prettierrc.json
- .stylelintrc.json
- .eslintrc.json
- .editorconfig
- src/**/*
style_check:
stage: style_check
script:
- npm run format:check
only:
changes:
- no-gitlab-ci.yml
- .gitignore
- src//*
- '/*.{js,ts,json,css,scss,md}'
Running before_script and script 00:01
++ npm config set strict-ssl false
$ set -eux # collapsed multi-line command
++ _base_url=https://binarios.intranet.bb.com.br/artifactory
+++ npm config get userconfig
++ _npm_config=/root/.npmrc
++ config=(['registry']='api/npm/npm/' ['appd_cdn_base_url']='generic-appdynamics-node-remote/' ['canvas_binary_host_mirror']='generic-node-canvas-remote' ['dist-url']='generic-nodejsdist-remote' ['disturl']='generic-nodejsdist-remote' ['phantomjs_cdnurl']='generic-bb-binarios-ptn-local/publico/phantomjs' ['puppeteer_download_host']='generic-puppeteer-remote' ['puppeteer_download_base_url']='puppeteer' ['sass_binary_site']='generic-node-sass-remote' ['sharp_binary_host']='generic-sharp-remote' ['sharp_libvips_binary_host']='generic-sharp-libvips-remote')
++ declare -A config
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' appd_cdn_base_url https://binarios.intranet.bb.com.br/artifactory/generic-appdynamics-node-remote/
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' sass_binary_site https://binarios.intranet.bb.com.br/artifactory/generic-node-sass-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' sharp_libvips_binary_host https://binarios.intranet.bb.com.br/artifactory/generic-sharp-libvips-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' registry https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' puppeteer_download_host https://binarios.intranet.bb.com.br/artifactory/generic-puppeteer-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' disturl https://binarios.intranet.bb.com.br/artifactory/generic-nodejsdist-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' phantomjs_cdnurl https://binarios.intranet.bb.com.br/artifactory/generic-bb-binarios-ptn-local/publico/phantomjs
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' canvas_binary_host_mirror https://binarios.intranet.bb.com.br/artifactory/generic-node-canvas-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' dist-url https://binarios.intranet.bb.com.br/artifactory/generic-nodejsdist-remote
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' puppeteer_download_base_url https://binarios.intranet.bb.com.br/artifactory/puppeteer
++ for key in "${!config[@]}"
++ printf '%s = "%s"\n' sharp_binary_host https://binarios.intranet.bb.com.br/artifactory/generic-sharp-remote
+++ npm config get registry
+++ sed -e 's/^https://'
++ printf %s:_authToken=%s //binarios.intranet.bb.com.br/artifactory/api/npm/npm/ [MASKED]
++ echo [MASKED]
++ npm login --registry=https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/ --auth-type legacy --always-auth
npm notice Log in on https://binarios.intranet.bb.com.br/artifactory/api/npm/npm/
Username: npm warn Name must be lowercase
Username: ([MASKED])
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-03-14T14_06_28_918Z-debug-0.log
Running after_script 00:00
Uploading artifacts for failed job 00:00
ERROR: Job failed: command terminated with exit code 1
Environment
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered: