Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCANNPM-10 Handle logic to process scanner properties from various sources with priority #111

Merged

SCANNPM-2 Handle logic to process scanner properties from various sou…

4dffe8c
Select commit
Loading
Failed to load commit list.
Merged

SCANNPM-10 Handle logic to process scanner properties from various sources with priority #111

SCANNPM-2 Handle logic to process scanner properties from various sou…
4dffe8c
Select commit
Loading
Failed to load commit list.
Cirrus CI / build failed Apr 16, 2024 in 14s

Task Summary

Instruction build failed in 00:06

Details

✅ 00:00 clone
✅ 00:01 npmrc
❌ 00:06 build

npm WARN EBADENGINE   package: '@typescript-eslint/scope-manager@7.4.0',
npm WARN EBADENGINE   required: { node: '^18.18.0 || >=20.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/types@7.4.0',
npm WARN EBADENGINE   required: { node: '^18.18.0 || >=20.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/typescript-estree@7.4.0',
npm WARN EBADENGINE   required: { node: '^18.18.0 || >=20.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/visitor-keys@7.4.0',
npm WARN EBADENGINE   required: { node: '^18.18.0 || >=20.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'husky@9.0.11',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }

> sonarqube-scanner@3.5.0 prepare
> husky install .husky

install command is deprecated

added 457 packages, and audited 458 packages in 4s

found 0 vulnerabilities

> sonarqube-scanner@3.5.0 ts-build
> tsc && node scripts/fix-comments.js

node:internal/fs/utils:347
    throw err;
    ^

Error: EISDIR: illegal operation on a directory, read
    at Object.readSync (node:fs:738:3)
    at tryReadSync (node:fs:438:20)
    at Object.readFileSync (node:fs:484:19)
    at /tmp/cirrus-ci-build/scripts/fix-comments.js:28:26
    at Array.forEach (<anonymous>)
    at Object.<anonymous> (/tmp/cirrus-ci-build/scripts/fix-comments.js:26:31)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12) {
  errno: -21,
  syscall: 'read',
  code: 'EISDIR'
}