microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.28k stars 12.39k forks source link

[ServerErrors][JavaScript] 5.1.0-dev.20230430 #54075

Closed typescript-bot closed 1 year ago

typescript-bot commented 1 year ago

The following errors were reported by 5.1.0-dev.20230430 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

This run considered 200 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 192 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 2 | | Detected no interesting changes | 190 | | Language service disabled in new TS | 1 | | Unknown failure | 7 |

Investigation Status

Repo Errors Outcome
05dc022b77792efd84491358bf4bf0af 1
f50c28118ec13c065b898563541bb3b7 1
typescript-bot commented 1 year ago

Server exited prematurely with code unknown and signal SIGABRT

Server exited prematurely with code unknown and signal SIGABRT

Affected repos

tastejs/todomvc Raw error text: RepoResults2/tastejs.todomvc.rawError.txt in the artifact folder

Last few requests

```json {"seq":4574,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":18315,"offset":65,"includeExternalModuleExports":false,"triggerKind":1}} {"seq":4575,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":18315,"offset":70}} {"seq":4576,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":18315,"offset":70,"includeExternalModuleExports":false,"triggerKind":1}} {"seq":4577,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":18315,"offset":75}} ```

Repro steps

  1. git clone https://github.com/tastejs/todomvc --recurse-submodules
  2. In dir todomvc, run git reset --hard 4e301c7014093505dcf6678c8f97a5e8dee2d250
  3. Install packages (exact steps are below, but it might be easier to follow the repo readme)
    1. In dir todomvc/bower_components/bootstrap, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    2. In dir todomvc/bower_components/webcomponentsjs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    3. In dir todomvc/examples/angular-dart, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    4. In dir todomvc/examples/angular2_es2015, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    5. In dir todomvc/examples/angular2, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    6. In dir todomvc/examples/angularjs_require, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    7. In dir todomvc/examples/angularjs_require/test, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    8. In dir todomvc/examples/angularjs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    9. In dir todomvc/examples/aurelia, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    10. In dir todomvc/examples/backbone_marionette, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    11. In dir todomvc/examples/backbone_require, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    12. In dir todomvc/examples/backbone, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    13. In dir todomvc/examples/binding-scala, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    14. In dir todomvc/examples/canjs_require, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    15. In dir todomvc/examples/canjs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    16. In dir todomvc/examples/closure, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    17. In dir todomvc/examples/cujo, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    18. In dir todomvc/examples/dijon, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    19. In dir todomvc/examples/dojo, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    20. In dir todomvc/examples/duel, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    21. In dir todomvc/examples/elm, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    22. In dir todomvc/examples/emberjs/todomvc, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    23. In dir todomvc/examples/enyo_backbone, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    24. In dir todomvc/examples/exoskeleton, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    25. In dir todomvc/examples/firebase-angular, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    26. In dir todomvc/examples/gwt, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    27. In dir todomvc/examples/jquery, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    28. In dir todomvc/examples/js_of_ocaml, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    29. In dir todomvc/examples/jsblocks, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    30. In dir todomvc/examples/knockback, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    31. In dir todomvc/examples/knockoutjs_require, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    32. In dir todomvc/examples/knockoutjs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    33. In dir todomvc/examples/kotlin-react, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    34. In dir todomvc/examples/lavaca_require, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    35. In dir todomvc/examples/mithril, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    36. In dir todomvc/examples/polymer, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    37. In dir todomvc/examples/ractive, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    38. In dir todomvc/examples/react-alt, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    39. In dir todomvc/examples/react-backbone, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    40. In dir todomvc/examples/react-hooks, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    41. In dir todomvc/examples/react, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    42. In dir todomvc/examples/reagent, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    43. In dir todomvc/examples/riotjs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    44. In dir todomvc/examples/scalajs-react, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    45. In dir todomvc/examples/typescript-angular, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    46. In dir todomvc/examples/typescript-backbone, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    47. In dir todomvc/examples/typescript-react, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    48. In dir todomvc/examples/vanilla-es6, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    49. In dir todomvc/examples/vanillajs, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    50. In dir todomvc/examples/vue, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    51. In dir todomvc, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    52. In dir todomvc/tasks, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    53. In dir todomvc/tests, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    54. In dir todomvc/tooling, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
  4. Back in the initial folder, download RepoResults2/tastejs.todomvc.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./todomvc ./tastejs.todomvc.replay.txt path/to/tsserver.js
  7. npx tsreplay --help to learn about helpful switches for debugging, logging, etc

typescript-bot commented 1 year ago

Error: Debug Failure. False expression.

Req #8833 - completionInfo
    at consumeTokenAndAdvanceScanner (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168460:13)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168369:9)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168308:9
    at visitNode2 (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29797:18)
    at forEachChildInPropertySignature (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29853:92)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at processChildNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168427:32)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168321:9
    at visitNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29802:14)
    at forEachChildInTypeLiteral (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29912:12)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at processChildNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168427:32)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168321:9
    at visitNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29802:14)
    at forEachChildInUnionOrIntersectionType (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30261:10)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168308:9
    at visitNode2 (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29797:18)
    at forEachChildInPropertySignature (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29853:134)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at processChildNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168427:32)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168321:9
    at visitNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29802:14)
    at forEachChildInTypeLiteral (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29912:12)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168308:9
    at visitNode2 (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29797:18)
    at forEachChildInParenthesizedTypeOrTypeOperator (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30264:10)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at processChildNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168427:32)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168321:9
    at visitNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29802:14)
    at forEachChildInUnionOrIntersectionType (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30261:10)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168308:9
    at visitNode2 (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29797:18)
    at forEachChildInTypeParameter (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29838:92)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at processChildNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168384:7)
    at processChildNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168427:32)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168321:9
    at visitNodes (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29802:14)
    at forEachChildInMethodDeclaration (/typescript-5.1.0-dev.20230430/lib/tsserver.js:29876:221)
    at forEachChild (/typescript-5.1.0-dev.20230430/lib/tsserver.js:30314:35)
    at processNode (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168305:5)
    at formatSpanWorker (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168113:5)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:168053:105
    at getFormattingScanner (/typescript-5.1.0-dev.20230430/lib/tsserver.js:166871:15)
    at Object.formatNodeGivenIndentation (/typescript-5.1.0-dev.20230430/lib/tsserver.js:168053:10)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:155987:36
    at flatMap (/typescript-5.1.0-dev.20230430/lib/tsserver.js:2572:17)
    at Object.printAndFormatSnippetList (/typescript-5.1.0-dev.20230430/lib/tsserver.js:155985:21)
    at getEntryForMemberCompletion (/typescript-5.1.0-dev.20230430/lib/tsserver.js:155755:28)
    at createCompletionEntry (/typescript-5.1.0-dev.20230430/lib/tsserver.js:155615:64)
    at getCompletionEntriesFromSymbols (/typescript-5.1.0-dev.20230430/lib/tsserver.js:156156:19)
    at completionInfoFromData (/typescript-5.1.0-dev.20230430/lib/tsserver.js:155279:23)
    at Object.getCompletionsAtPosition (/typescript-5.1.0-dev.20230430/lib/tsserver.js:154821:24)
    at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/typescript-5.1.0-dev.20230430/lib/tsserver.js:141865:35)
    at IOSession.getCompletions (/typescript-5.1.0-dev.20230430/lib/tsserver.js:181394:54)
    at completionInfo (/typescript-5.1.0-dev.20230430/lib/tsserver.js:179809:43)
    at /typescript-5.1.0-dev.20230430/lib/tsserver.js:182167:69
    at IOSession.executeWithRequestId (/typescript-5.1.0-dev.20230430/lib/tsserver.js:182159:14)
    at IOSession.executeCommand (/typescript-5.1.0-dev.20230430/lib/tsserver.js:182167:29)
    at IOSession.onMessage (/typescript-5.1.0-dev.20230430/lib/tsserver.js:182209:51)
    at Interface.<anonymous> (/typescript-5.1.0-dev.20230430/lib/tsserver.js:183765:14)

Affected repos

fabricjs/fabric.js Raw error text: RepoResults3/fabricjs.fabric.js.rawError.txt in the artifact folder

Last few requests

```json {"seq":8830,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/src/shapes/Textbox.ts","line":279,"offset":6}} {"seq":8831,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/src/shapes/Textbox.ts","line":294,"offset":20,"includeExternalModuleExports":false,"triggerKind":1}} {"seq":8832,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/src/shapes/Textbox.ts","line":294,"offset":20,"entryNames":["arguments"]}} {"seq":8833,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/src/shapes/Textbox.ts","line":297,"offset":4,"includeExternalModuleExports":false,"triggerKind":1}} ```

Repro steps

  1. git clone https://github.com/fabricjs/fabric.js --recurse-submodules
  2. In dir fabric.js, run git reset --hard 577085a1d03fe86abb13a8c4e5d5902d06ce3a73
  3. In dir fabric.js, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
  4. Back in the initial folder, download RepoResults3/fabricjs.fabric.js.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./fabric.js ./fabricjs.fabric.js.replay.txt path/to/tsserver.js
  7. npx tsreplay --help to learn about helpful switches for debugging, logging, etc