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

Failed to map the stack to user code - no idea where the error is coming from #3445

Open
azaeng04 opened this issue Dec 30, 2024 · 2 comments

Comments

@azaeng04
Copy link

Issue description or question

In our component library I cannot determine where and why this error is occurring. Executing jest I am getting the same error that I am getting with Wallaby.

Wallaby diagnostics report

{
  editorType: 'VSCode',
  osVersion: 'linux 5.15.167.4-microsoft-standard-WSL2',
  nodeVersion: 'v14.21.3',
  coreVersion: '1.0.1673',
  pnp: '<not set>',
  pnpEsm: '<not set>',
  checksum: 'ZDY0MGI5Njc5MWM0MmFiZjBlYTQzMTg4MjJlZjQ4ZGYsMTc1MTUwMDgwMDAwMCww',
  config: {
    diagnostics: {
      angular: {
        workspace: {
          '$schema': './node_modules/@angular/cli/lib/config/schema.json',
          version: 1,
          newProjectRoot: 'src',
          projects: {
            components: {
              projectType: 'library',
              root: 'src/components',
              sourceRoot: 'src/components',
              prefix: 'ln',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:ng-packagr',
                  options: { tsConfig: 'src/components/tsconfig.build.json', project: 'src/components/ng-package.json' },
                  configurations: { production: { tsConfig: 'src/components/tsconfig.lib.prod.json' } }
                },
                lint: {
                  builder: '@angular-devkit/build-angular:tslint',
                  options: { tsConfig: [ 'src/components/tsconfig.lib.json', 'src/components/tsconfig.spec.json' ], exclude: [ '**/node_modules/**' ] }
                }
              }
            },
            storybook: {
              projectType: 'application',
              root: '',
              sourceRoot: '.storybook',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:browser',
                  options: { index: '', main: '', outputPath: '', assets: [ '.storybook/public' ], styles: [ '.storybook/preview.less' ], tsConfig: '.storybook/tsconfig.json' }
                }
              }
            }
          },
          defaultProject: 'components'
        }
      },
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/tmp/jest_rs',
              clearMocks: true,
              coveragePathIgnorePatterns: [ '/node_modules/' ],
              cwd: '<homeDir>/work-projects/ComponentLibrary/src/components',
              dependencyExtractor: undefined,
              detectLeaks: false,
              detectOpenHandles: true,
              displayName: undefined,
              errorOnDeprecated: false,
              extensionsToTreatAsEsm: [],
              fakeTimers: { enableGlobally: false },
              filter: undefined,
              forceCoverageMatch: [],
              globalSetup: '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/global-setup.js',
              globalTeardown: undefined,
              globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json', stringifyContentPathRegex: '\\.(html|svg)$' } },
              haste: { computeSha1: false, enableSymlinks: false, forceNodeFilesystemAPI: true, throwOnModuleCollision: false },
              id: '0d8b3fc2189ae02244b544b490b87eac',
              injectGlobals: true,
              moduleDirectories: [ 'node_modules' ],
              moduleFileExtensions: [ 'ts', 'html', 'js', 'json', 'mjs' ],
              moduleNameMapper: [],
              modulePathIgnorePatterns: [],
              modulePaths: undefined,
              prettierPath: 'prettier',
              resetMocks: false,
              resetModules: false,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/work-projects/ComponentLibrary/src/components',
              roots: [ '<homeDir>/work-projects/ComponentLibrary/src/components' ],
              runner: '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-runner/build/index.js',
              runtime: undefined,
              sandboxInjectedGlobals: [],
              setupFiles: [],
              setupFilesAfterEnv: [ '<homeDir>/work-projects/ComponentLibrary/src/components/jest-setup.ts' ],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotFormat: undefined,
              snapshotResolver: undefined,
              snapshotSerializers: [
                '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/build/serializers/html-comment.js',
                '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/build/serializers/ng-snapshot.js',
                '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/build/serializers/no-ng-attributes.js'
              ],
              testEnvironment: '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-environment-jsdom/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-circus/runner.js',
              transform: [ [ '^.+\\.(ts|js|mjs|html|svg)$', '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/build/index.js', {} ] ],
              transformIgnorePatterns: [ 'node_modules/(?!.*\\.mjs$)' ],
              unmockedModulePathPatterns: undefined,
              watchPathIgnorePatterns: []
            }
          ],
          globalConfig: {
            bail: 0,
            changedFilesWithAncestor: false,
            changedSince: undefined,
            ci: true,
            collectCoverage: true,
            collectCoverageFrom: [],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/work-projects/ComponentLibrary/src/components/coverage',
            coverageProvider: 'v8',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            coverageThreshold: undefined,
            detectLeaks: false,
            detectOpenHandles: true,
            errorOnDeprecated: false,
            expand: false,
            filter: undefined,
            findRelatedTests: false,
            forceExit: false,
            globalSetup: '<homeDir>/work-projects/ComponentLibrary/node_modules/jest-preset-angular/global-setup.js',
            globalTeardown: undefined,
            json: false,
            lastCommit: false,
            listTests: false,
            logHeapUsage: false,
            maxConcurrency: 5,
            maxWorkers: 11,
            noSCM: undefined,
            noStackTrace: false,
            nonFlagArgs: undefined,
            notify: false,
            notifyMode: 'failure-change',
            onlyChanged: false,
            onlyFailures: false,
            outputFile: undefined,
            passWithNoTests: false,
            projects: [],
            replname: undefined,
            reporters: undefined,
            rootDir: '<homeDir>/work-projects/ComponentLibrary/src/components',
            runTestsByPath: false,
            shard: undefined,
            silent: undefined,
            skipFilter: false,
            snapshotFormat: undefined,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/work-projects/ComponentLibrary/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'none',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: undefined,
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '\\.watchman-cookie', '/tmp/jest_rs', '\\./coverage' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '\\.watchman-cookie', '/tmp/jest_rs', '\\./coverage' ],
            testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
            testRegex: []
          }
        }
      }
    },
    testFramework: { version: '[email protected]', configurator: '[email protected]', reporter: '[email protected]', starter: '[email protected]', autoDetected: true, toolVersion: '28.1.3' },
    filesWithCoverageCalculated: [],
    filesWithNoCoverageCalculated: [],
    globalSetup: true,
    dot: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, file: true, test: true },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
        ignore: true,
        trigger: true,
        load: true,
        file: true,
        test: true
      },
      { pattern: '\\.watchman-cookie', regexp: /\.watchman-cookie/, ignore: true, trigger: true, load: true, file: true, test: true },
      { pattern: '/tmp/jest_rs', regexp: /\/tmp\/jest_rs/, ignore: true, trigger: true, load: true, file: true, test: true },
      { pattern: '\\./coverage', regexp: /\.\/coverage/, ignore: true, trigger: true, load: true, file: true, test: true },
      { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true, file: true },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true, file: true }
    ],
    captureConsoleLog: true,
    tests: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true, file: false },
      {
        pattern: '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/',
        regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\.\/git\/|\/\..+\//,
        ignore: true,
        trigger: true,
        load: true,
        test: true,
        file: false
      },
      { pattern: '\\.watchman-cookie', regexp: /\.watchman-cookie/, ignore: true, trigger: true, load: true, test: true, file: false },
      { pattern: '/tmp/jest_rs', regexp: /\/tmp\/jest_rs/, ignore: true, trigger: true, load: true, test: true, file: false },
      { pattern: '\\./coverage', regexp: /\.\/coverage/, ignore: true, trigger: true, load: true, test: true, file: false },
      { pattern: '**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 2 },
      { pattern: '**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 3 }
    ],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    compilers: {},
    logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 8192 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    maxTraceSteps: 999999,
    maxTraceStepsForWatchExpressionPrefetch: 10,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore|c8 ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    env: { type: 'node', params: {}, runner: '<homeDir>/.nvm/versions/node/v14.21.3/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    runAllTestsWhenNoAffectedTests: false,
    configCode: 'auto.detect#-168410880'
  },
  packageJSON: { dependencies: { '@date-io/date-fns': '2.17.0' }, devDependencies: undefined },
  fs: { numberOfFiles: 849 },
  debug: [
    '2024-12-30T15:07:13.037Z project waiting for initial run signal\n',
    '2024-12-30T15:07:13.044Z model Initialization Completed: 388ms\n',
    '2024-12-30T15:07:13.146Z config Attempting automatic configuration for angular\n',
    '2024-12-30T15:07:13.160Z ui.service Starting UI service on port: 55000\n',
    '2024-12-30T15:07:13.168Z ui.service UI service started on port: 55000\n',
    '2024-12-30T15:07:13.172Z angular/cli config Detected Angular CLI.\n',
    '2024-12-30T15:07:13.175Z angular/cli config Angular currentDirPath: "<homeDir>/work-projects/ComponentLibrary/src/components", workspaceDirPath: "<homeDir>/work-projects/ComponentLibrary"\n',
    '2024-12-30T15:07:13.175Z angular/cli config Error: The project components is not configured with `@angular-devkit/build-angular:karma`, `@angular-builders/custom-webpack:karma`, `@ngx-env/builder:karma`, `@angular-builders/jest:run`, `@nrwl/jest:jest` or `@nx/jest:jest` builder as its test architect.\n' +
      '    at Object.t.configure (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:150:21829)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13133)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async Config.load (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:12958)\n' +
      '    at async Project.configure (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:490:2644)\n',
    '2024-12-30T15:07:13.179Z angular/cli config Angular.json: \n' +
      ' {\n' +
      "  '$schema': './node_modules/@angular/cli/lib/config/schema.json',\n" +
      '  version: 1,\n' +
      "  newProjectRoot: 'src',\n" +
      '  projects: {\n' +
      '    components: {\n' +
      "      projectType: 'library',\n" +
      "      root: 'src/components',\n" +
      "      sourceRoot: 'src/components',\n" +
      "      prefix: 'ln',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:ng-packagr',\n" +
      "          options: { tsConfig: 'src/components/tsconfig.build.json', project: 'src/components/ng-package.json' },\n" +
      "          configurations: { production: { tsConfig: 'src/components/tsconfig.lib.prod.json' } }\n" +
      '        },\n' +
      '        lint: {\n' +
      "          builder: '@angular-devkit/build-angular:tslint',\n" +
      "          options: { tsConfig: [ 'src/components/tsconfig.lib.json', 'src/components/tsconfig.spec.json' ], exclude: [ '**/node_modules/**' ] }\n" +
      '        }\n' +
      '      }\n' +
      '    },\n' +
      '    storybook: {\n' +
      "      projectType: 'application',\n" +
      "      root: '',\n" +
      "      sourceRoot: '.storybook',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:browser',\n" +
      "          options: { index: '', main: '', outputPath: '', assets: [ '.storybook/public' ], styles: [ '.storybook/preview.less' ], tsConfig: '.storybook/tsconfig.json' }\n" +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  },\n' +
      "  defaultProject: 'components'\n" +
      '}\n',
    '2024-12-30T15:07:13.179Z angular/cli config Error: The project components is not configured with `@angular-devkit/build-angular:karma`, `@angular-builders/custom-webpack:karma`, `@ngx-env/builder:karma`, `@angular-builders/jest:run`, `@nrwl/jest:jest` or `@nx/jest:jest` builder as its test architect.\n' +
      '    at Object.t.configure (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:150:21829)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13133)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:13018)\n' +
      '    at async Config.load (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:138:12958)\n' +
      '    at async Project.configure (<homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/wallaby378708/server.js:490:2644)\n',
    '2024-12-30T15:07:13.179Z config Finished attempting automatic configuration for angular (33ms)\n',
    '2024-12-30T15:07:13.179Z config Attempting automatic configuration for jest\n',
    '2024-12-30T15:07:14.777Z jest/config Detected Jest.\n',
    '2024-12-30T15:07:14.779Z jest/config Configured Jest.\n',
    '2024-12-30T15:07:14.779Z config Finished attempting automatic configuration for jest (1600ms)\n',
    '2024-12-30T15:07:14.786Z project Wallaby Node version: v14.21.3\n',
    '2024-12-30T15:07:14.786Z project Wallaby config: <homeDir>/work-projects/ComponentLibrary/src/components/auto.detect\n',
    '2024-12-30T15:07:14.899Z fs File system starting\n',
    '2024-12-30T15:07:14.925Z model [WARN] Wallaby.js is using the native file system watcher on Linux, which may not work correctly with some file systems.\n' +
      'If you experience issues:\n' +
      '- You can set the fileScanMethod to "poll" in your wallaby.js configuration file.\n' +
      '- Increase the `fs.inotify.max_user_watches` setting on your system.\n' +
      '\n',
    '2024-12-30T15:07:14.953Z websocket received message ui.trackOverviewTestList\n',
    '2024-12-30T15:07:14.954Z websocket received method call: trackOverviewTestList\n',
    '2024-12-30T15:07:14.955Z websocket received message ui.trackAllLogsAndErrors\n',
    '2024-12-30T15:07:14.955Z websocket received method call: trackAllLogsAndErrors\n',
    '2024-12-30T15:07:14.958Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:14.958Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:14.959Z websocket received message ui.trackTestRun\n',
    '2024-12-30T15:07:14.959Z websocket received method call: trackTestRun\n',
    '2024-12-30T15:07:14.960Z websocket received message ui.trackStartupEvents\n',
    '2024-12-30T15:07:14.960Z websocket received method call: trackStartupEvents\n',
    '2024-12-30T15:07:14.961Z websocket received message ui.trackStats\n',
    '2024-12-30T15:07:14.961Z websocket received method call: trackStats\n',
    '2024-12-30T15:07:14.962Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:14.962Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:14.963Z websocket received message ui.trackTestRun\n',
    '2024-12-30T15:07:14.963Z websocket received method call: trackTestRun\n',
    '2024-12-30T15:07:14.973Z websocket received message ui.handshake\n',
    '2024-12-30T15:07:14.973Z websocket received method call: handshake\n',
    '2024-12-30T15:07:14.975Z websocket received message ui.trackEditorCursor\n',
    '2024-12-30T15:07:14.975Z websocket received method call: trackEditorCursor\n',
    '2024-12-30T15:07:14.975Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:14.975Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:15.011Z websocket received message ui.trackProjectConfig\n',
    '2024-12-30T15:07:15.011Z websocket received method call: trackProjectConfig\n',
    '2024-12-30T15:07:15.013Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:15.013Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:15.013Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:15.013Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:15.014Z websocket received message ui.trackTestRun\n',
    '2024-12-30T15:07:15.014Z websocket received method call: trackTestRun\n',
    '2024-12-30T15:07:15.015Z websocket received message ui.handshake\n',
    '2024-12-30T15:07:15.015Z websocket received method call: handshake\n',
    '2024-12-30T15:07:15.016Z websocket received message ui.trackEditorCursor\n',
    '2024-12-30T15:07:15.016Z websocket received method call: trackEditorCursor\n',
    '2024-12-30T15:07:15.016Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:15.016Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:16.758Z websocket received message ui.trackDiagnosticMessages\n',
    '2024-12-30T15:07:16.758Z websocket received method call: trackDiagnosticMessages\n',
    '2024-12-30T15:07:16.990Z fs File system scan completed\n',
    '2024-12-30T15:07:17.073Z project File cache: <homeDir>/.vscode-server/extensions/wallabyjs.wallaby-vscode-1.0.401/projects/bf4427173ba7477a\n',
    '2024-12-30T15:07:17.200Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2024-12-30T15:07:17.200Z workers Starting run worker instance #0\n',
    '2024-12-30T15:07:17.204Z workers Starting run worker instance #1\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #2\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #3\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #4\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #5\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #6\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #7\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #8\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #9\n',
    '2024-12-30T15:07:17.205Z workers Starting run worker instance #10\n',
    '2024-12-30T15:07:17.252Z workers Web server is listening at 38723\n',
    '2024-12-30T15:07:18.030Z project File cache requires some updates, waiting required files from IDE\n',
    '2024-12-30T15:07:18.191Z project Stopping process pool\n',
    '2024-12-30T15:07:18.201Z project Test run started; run priority: 3\n',
    '2024-12-30T15:07:18.214Z project Running all tests\n',
    '2024-12-30T15:07:18.362Z workers Starting test run, priority: 3\n',
    '2024-12-30T15:07:18.362Z nodeRunner Starting sandbox [worker #11, session #gpovy]\n',
    '2024-12-30T15:07:18.363Z nodeRunner Preparing sandbox [worker #11, session #gpovy]\n',
    '2024-12-30T15:07:18.363Z workers Starting run worker instance #11\n',
    '2024-12-30T15:07:18.458Z workers Started run worker instance (delayed) #0\n',
    '2024-12-30T15:07:18.560Z workers Started run worker instance (delayed) #3\n',
    '2024-12-30T15:07:18.563Z workers Started run worker instance (delayed) #2\n',
    '2024-12-30T15:07:18.581Z workers Started run worker instance (delayed) #4\n',
    '2024-12-30T15:07:18.581Z workers Started run worker instance (delayed) #5\n',
    '2024-12-30T15:07:18.586Z workers Started run worker instance (delayed) #1\n',
    '2024-12-30T15:07:18.595Z workers Started run worker instance (delayed) #6\n',
    '2024-12-30T15:07:18.628Z workers Started run worker instance (delayed) #7\n',
    '2024-12-30T15:07:18.807Z workers Started run worker instance (delayed) #8\n',
    '2024-12-30T15:07:18.898Z workers Started run worker instance (delayed) #9\n',
    '2024-12-30T15:07:18.977Z workers Started run worker instance (delayed) #10\n',
    '2024-12-30T15:07:19.228Z workers Started run worker instance (delayed) #11\n',
    '2024-12-30T15:07:19.228Z nodeRunner Prepared sandbox [worker #11, session #gpovy]\n',
    '2024-12-30T15:07:23.363Z model [WARN] Some long running code has been detected: Global Setup\n',
    '2024-12-30T15:07:29.271Z nodeRunner Starting sandbox [worker #0, session #f34vo]\n',
    '2024-12-30T15:07:29.271Z nodeRunner Preparing sandbox [worker #0, session #f34vo]\n',
    '2024-12-30T15:07:29.271Z nodeRunner Prepared sandbox [worker #0, session #f34vo]\n',
    '2024-12-30T15:07:29.271Z workers [worker #0, session #f34vo] Running tests in sandbox\n',
    "2024-12-30T15:07:33.584Z workers 'Scheduling Jest Test Run (f34vo): 2024-12-30T15:07:33.578Z'\n",
    '2024-12-30T15:07:48.326Z workers [f34vo] Loaded unknown number of test(s)\n',
    '2024-12-30T15:07:48.825Z workers [f34vo] Test executed: should be defined\n',
    "2024-12-30T15:07:48.828Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property 'length' of undefined, stack: TypeError: Cannot read property 'length' of undefined\n" +
      '    at compileComponentFromMetadata (<homeDir>/work-projects/packages/compiler/src/render3/view/compiler.ts:156:23)\n' +
      '    at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponentFromMeta (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:219:17)\n' +
      '    at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponent (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:203:17)\n' +
      '    at Function.get (<homeDir>/work-projects/ComponentLibrary/src/components/node_modules/@angular/core/fesm2022/core.mjs:30562:47)\n' +
      '    at getComponentDef (<homeDir>/work-projects/packages/core/src/render3/definition.ts:731:14)\n' +
      '    at verifyDeclarationsHaveDefinitions (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:246:17)\n' +
      '    at Array.forEach (<anonymous>)\n' +
      '    at verifySemanticsOfNgModuleDef (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:216:16)\n' +
      '    at \n',
    '2024-12-30T15:07:48.829Z workers Requeuing out of order messages from Test Runner for sequential processing\n',
    '2024-12-30T15:07:48.830Z workers [f34vo] Test executed: should add aria-label to button group  when one is defined\n',
    '2024-12-30T15:07:49.194Z workers [f34vo] Run 2 test(s), skipped 0 test(s)\n',
    "2024-12-30T15:07:49.194Z workers 'Jest Test Run Complete (f34vo): 2024-12-30T15:07:49.193Z'\n",
    '2024-12-30T15:07:49.201Z workers [f34vo] Sandbox is responsive, closing it\n',
    '2024-12-30T15:07:49.206Z workers [gpovy] Run 0 test(s), skipped 0 test(s)\n',
    '2024-12-30T15:07:49.208Z workers [gpovy] Sandbox is responsive, closing it\n',
    '2024-12-30T15:07:49.209Z project Test run finished\n',
    '2024-12-30T15:07:49.212Z project Processed console.log entries\n',
    '2024-12-30T15:07:49.212Z project Processed loading sequences\n',
    '2024-12-30T15:07:49.213Z project Processed executed tests\n',
    '2024-12-30T15:07:49.216Z project Processed code coverage\n',
    '2024-12-30T15:07:49.246Z project Test run result processed and sent to IDE\n',
    '2024-12-30T15:07:49.247Z websocket received message ui.untrackStats\n',
    '2024-12-30T15:07:49.247Z websocket received method call: untrackStats\n',
    '2024-12-30T15:07:49.248Z websocket received message ui.untrackStartupEvents\n',
    '2024-12-30T15:07:49.248Z websocket received method call: untrackStartupEvents\n',
    '2024-12-30T15:07:49.249Z websocket received message ui.untrackTestRun\n',
    '2024-12-30T15:07:49.249Z websocket received method call: untrackTestRun\n',
    '2024-12-30T15:07:49.256Z websocket received message ui.trackStats\n',
    '2024-12-30T15:07:49.256Z websocket received method call: trackStats\n',
    '2024-12-30T15:07:49.257Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:07:49.257Z websocket received method call: trackStatus\n',
    '2024-12-30T15:07:49.258Z websocket received message ui.trackTestRun\n',
    '2024-12-30T15:07:49.258Z websocket received method call: trackTestRun\n',
    '2024-12-30T15:07:56.111Z websocket received message ui.copyDiagnosticsReport\n',
    '2024-12-30T15:07:56.111Z websocket received method call: copyDiagnosticsReport\n',
    '2024-12-30T15:10:04.467Z project Requested to run some tests\n',
    '2024-12-30T15:10:04.467Z project Debugger start test run\n',
    '2024-12-30T15:10:04.470Z project Test run started; run priority: 1\n',
    '2024-12-30T15:10:04.471Z testTask Test files from affected: 0, from deleted or manually requested: 1, from recently changed: 0, from loaded by: 0, from failing: 0\n',
    '2024-12-30T15:10:04.471Z testTask Running only selected or not excluded tests\n',
    '2024-12-30T15:10:04.508Z workers Starting test run, priority: 1\n',
    '2024-12-30T15:10:04.508Z nodeRunner Starting sandbox [worker #11, session #gu67i]\n',
    '2024-12-30T15:10:04.508Z nodeRunner Preparing sandbox [worker #11, session #gu67i]\n',
    '2024-12-30T15:10:04.508Z nodeRunner Prepared sandbox [worker #11, session #gu67i]\n',
    '2024-12-30T15:10:06.078Z nodeRunner Starting sandbox [worker #0, session #b9so4]\n',
    '2024-12-30T15:10:06.078Z nodeRunner Preparing sandbox [worker #0, session #b9so4]\n',
    '2024-12-30T15:10:06.078Z nodeRunner Prepared sandbox [worker #0, session #b9so4]\n',
    '2024-12-30T15:10:06.078Z workers [worker #0, session #b9so4] Running tests in sandbox\n',
    "2024-12-30T15:10:06.091Z workers 'Scheduling Jest Test Run (b9so4): 2024-12-30T15:10:06.089Z'\n",
    '2024-12-30T15:10:07.315Z workers [b9so4] Loaded unknown number of test(s)\n',
    '2024-12-30T15:10:07.786Z workers [b9so4] Test executed: should be defined\n',
    "2024-12-30T15:10:07.788Z workers Failed to map the stack to user code, entry message: TypeError: Cannot read property 'length' of undefined, stack: TypeError: Cannot read property 'length' of undefined\n" +
      '    at compileComponentFromMetadata (<homeDir>/work-projects/packages/compiler/src/render3/view/compiler.ts:156:23)\n' +
      '    at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponentFromMeta (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:219:17)\n' +
      '    at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponent (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:203:17)\n' +
      '    at Function.get (<homeDir>/work-projects/ComponentLibrary/src/components/node_modules/@angular/core/fesm2022/core.mjs:30562:47)\n' +
      '    at getComponentDef (<homeDir>/work-projects/packages/core/src/render3/definition.ts:731:14)\n' +
      '    at verifyDeclarationsHaveDefinitions (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:246:17)\n' +
      '    at Array.forEach (<anonymous>)\n' +
      '    at verifySemanticsOfNgModuleDef (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:216:16)\n' +
      '    at \n',
    '2024-12-30T15:10:07.995Z workers [b9so4] Run 1 test(s), skipped 0 test(s)\n',
    "2024-12-30T15:10:07.996Z workers 'Jest Test Run Complete (b9so4): 2024-12-30T15:10:07.994Z'\n",
    '2024-12-30T15:10:07.999Z workers [b9so4] Sandbox is responsive, closing it\n',
    '2024-12-30T15:10:08.003Z workers [gu67i] Run 0 test(s), skipped 0 test(s)\n',
    '2024-12-30T15:10:08.005Z workers [gu67i] Sandbox is responsive, closing it\n',
    '2024-12-30T15:10:08.006Z project Test run finished\n',
    '2024-12-30T15:10:08.007Z project Processed console.log entries\n',
    '2024-12-30T15:10:08.007Z project Processed loading sequences\n',
    '2024-12-30T15:10:08.007Z project Processed executed tests\n',
    '2024-12-30T15:10:08.008Z project Processed code coverage\n',
    '2024-12-30T15:10:08.009Z project Processed code trace\n',
    '2024-12-30T15:10:08.092Z project Test run result processed and sent to IDE\n',
    '2024-12-30T15:10:08.095Z websocket received message ui.untrackStats\n',
    '2024-12-30T15:10:08.095Z websocket received method call: untrackStats\n',
    '2024-12-30T15:10:08.095Z websocket received message ui.untrackTestRun\n',
    '2024-12-30T15:10:08.095Z websocket received method call: untrackTestRun\n',
    '2024-12-30T15:10:08.098Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:08.098Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:08.102Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.102Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.137Z websocket received message ui.sendCurrentStepEcho\n',
    '2024-12-30T15:10:08.137Z websocket received method call: sendCurrentStepEcho\n',
    '2024-12-30T15:10:08.139Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.139Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.172Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:08.172Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:08.178Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.178Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.180Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.180Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.181Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.181Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.188Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.188Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.193Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.193Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.197Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.197Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.206Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.206Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.211Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.211Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.214Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.214Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:08.217Z websocket received message ui.sendTraceFramesData\n',
    '2024-12-30T15:10:08.217Z websocket received method call: sendTraceFramesData\n',
    '2024-12-30T15:10:22.194Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.194Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.195Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.196Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.204Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.204Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.204Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.204Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.211Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.211Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.211Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.211Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.217Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.217Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.218Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.218Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.225Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.225Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.225Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.225Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.230Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.230Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.231Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.231Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.239Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.239Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.240Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.240Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.249Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.249Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.250Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.250Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.253Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.253Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.254Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.254Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.263Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.263Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.264Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.264Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.270Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.270Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.270Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.270Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.277Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.277Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.278Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.278Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.286Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.286Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.286Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.286Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.303Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.303Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.304Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.304Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.315Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.315Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.316Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.316Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.318Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.318Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.319Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.319Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.330Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.330Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.330Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.330Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.350Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.350Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.351Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.351Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.359Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.359Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.360Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.360Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.369Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.369Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.370Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.370Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.383Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.383Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.383Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.383Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.391Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.391Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.392Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.392Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.398Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.398Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.399Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.399Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.417Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.417Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.417Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.417Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.423Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.423Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.424Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.424Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.443Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.443Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.444Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.444Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.449Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.449Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.450Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.450Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.456Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.456Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.456Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.456Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.477Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.477Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.478Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.478Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.486Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.486Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.487Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.487Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.501Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.501Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.502Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.502Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.509Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.509Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.510Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.510Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.516Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.516Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.516Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.516Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.527Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.527Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.528Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.528Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.584Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.584Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.585Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.585Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.620Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.620Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.621Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.621Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.644Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.644Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.645Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.645Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.651Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.652Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.652Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.652Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.675Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.675Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.676Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.676Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.698Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.698Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.699Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.699Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.733Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.733Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.733Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.734Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.771Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.771Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.772Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.772Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.789Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.789Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:22.789Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:10:22.789Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:10:31.848Z websocket received message ui.stepInDebugger\n',
    '2024-12-30T15:10:31.848Z websocket received method call: stepInDebugger\n',
    '2024-12-30T15:10:32.549Z websocket received message ui.stepInDebugger\n',
    '2024-12-30T15:10:32.549Z websocket received method call: stepInDebugger\n',
    '2024-12-30T15:10:33.042Z websocket received message ui.stepInDebugger\n',
    '2024-12-30T15:10:33.042Z websocket received method call: stepInDebugger\n',
    '2024-12-30T15:11:01.373Z project Debugger stopped\n',
    '2024-12-30T15:11:01.374Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:11:01.374Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:11:01.389Z websocket received message ui.trackStats\n',
    '2024-12-30T15:11:01.389Z websocket received method call: trackStats\n',
    '2024-12-30T15:11:01.390Z websocket received message ui.trackStatus\n',
    '2024-12-30T15:11:01.390Z websocket received method call: trackStatus\n',
    '2024-12-30T15:11:01.390Z websocket received message ui.trackTestRun\n',
    '2024-12-30T15:11:01.390Z websocket received method call: trackTestRun\n',
    '2024-12-30T15:11:01.394Z websocket received message ui.updateAppSettings\n',
    '2024-12-30T15:11:01.394Z websocket received method call: updateAppSettings\n',
    '2024-12-30T15:11:04.933Z websocket received message ui.trackTest\n',
    '2024-12-30T15:11:04.933Z websocket received method call: trackTest\n',
    '2024-12-30T15:23:20.337Z websocket received message ui.copyDiagnosticsReport\n',
    '2024-12-30T15:23:20.337Z websocket received method call: copyDiagnosticsReport\n'
  ]
}
@azaeng04
Copy link
Author

I created a completely new project with the same setup and it is working which means it is something in this project

@smcenlly
Copy link
Member

I'm not sure if you saw the additional error detail in your diagnostics report:

Failed to map the stack to user code, entry message: TypeError: Cannot read property 'length' of undefined, stack: TypeError: Cannot read property 'length' of undefined
          at compileComponentFromMetadata (<homeDir>/work-projects/packages/compiler/src/render3/view/compiler.ts:156:23)
          at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponentFromMeta (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:219:17)
          at CompilerFacadeImpl.Object.<anonymous>.CompilerFacadeImpl.compileComponent (<homeDir>/work-projects/packages/compiler/src/jit_compiler_facade.ts:203:17)
          at Function.get (<homeDir>/work-projects/ComponentLibrary/src/components/node_modules/@angular/core/fesm2022/core.mjs:30562:47)
          at getComponentDef (<homeDir>/work-projects/packages/core/src/render3/definition.ts:731:14)
          at verifyDeclarationsHaveDefinitions (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:246:17)
          at Array.forEach (<anonymous>)
          at verifySemanticsOfNgModuleDef (<homeDir>/work-projects/packages/core/src/render3/jit/module.ts:216:16)

It looks like this code is part of your project code, is that right? We're not sure what it's doing.

Is it possible for you to take this code (and what it's doing) into the new project to try and reproduce the problem so you can share that with us? Alternatively, you could try to bisect / remove code from your existing project until you have a minimal reproducible sample you could share with us.

If you're not comfortable sharing details of your project publicly, you may email use ([email protected]) or else invite me to a private repo that has the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants