@futdevpro/nts-dynamo 1.15.104 → 1.15.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. package/.c8rc.json +26 -26
  2. package/.copilot/patterns.json +7 -7
  3. package/.cursor/rules/__assistant_guide.mdc +30 -30
  4. package/.cursor/rules/_ag_backend-structure.mdc +85 -85
  5. package/.cursor/rules/_ag_backend.mdc +16 -16
  6. package/.cursor/rules/_ag_frontend-structure.mdc +86 -86
  7. package/.cursor/rules/_ag_frontend.mdc +39 -39
  8. package/.cursor/rules/_ag_import-rules.mdc +44 -44
  9. package/.cursor/rules/_ag_naming.mdc +115 -115
  10. package/.cursor/rules/_ag_should-be.mdc +6 -6
  11. package/.cursor/rules/ai_development_guide.md +60 -60
  12. package/.cursor/rules/cursor-rules.md +160 -160
  13. package/.cursor/rules/default-command.mdc +464 -464
  14. package/.cursor/rules/error_code_pattern.md +39 -39
  15. package/.cursor/rules/saved rule mcp server use.md +15 -15
  16. package/.dynamo/logs/cicd-pipeline/output.log +2798 -0
  17. package/.dynamo/logs/cicd-pipeline/status.json +74 -0
  18. package/.vscode/settings.json +10 -10
  19. package/HOWTO.md +15 -15
  20. package/LICENSE +21 -21
  21. package/__documentations/nts-integration-tests-2026-03-17.md +26 -26
  22. package/__documentations/plans/BEDROCK-HYPERPLAN.md +95 -95
  23. package/_specifications/BACKLOG.md +92 -92
  24. package/_specifications/TODO.md +15 -15
  25. package/_specifications/agent.md +138 -138
  26. package/build/_modules/ai/_collections/ai-model-config-validator.util.d.ts +32 -0
  27. package/build/_modules/ai/_collections/ai-model-config-validator.util.d.ts.map +1 -0
  28. package/build/_modules/ai/_collections/ai-model-config-validator.util.js +95 -0
  29. package/build/_modules/ai/_collections/ai-model-config-validator.util.js.map +1 -0
  30. package/build/_modules/ai/_collections/ai-provider-error.util.d.ts +35 -0
  31. package/build/_modules/ai/_collections/ai-provider-error.util.d.ts.map +1 -0
  32. package/build/_modules/ai/_collections/ai-provider-error.util.js +82 -0
  33. package/build/_modules/ai/_collections/ai-provider-error.util.js.map +1 -0
  34. package/build/_modules/ai/_models/interfaces/dynts-ai-provider-error.interface.d.ts +17 -0
  35. package/build/_modules/ai/_models/interfaces/dynts-ai-provider-error.interface.d.ts.map +1 -0
  36. package/build/_modules/ai/_models/interfaces/dynts-ai-provider-error.interface.js +3 -0
  37. package/build/_modules/ai/_models/interfaces/dynts-ai-provider-error.interface.js.map +1 -0
  38. package/build/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.d.ts +23 -0
  39. package/build/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.d.ts.map +1 -0
  40. package/build/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.js +52 -0
  41. package/build/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.js.map +1 -0
  42. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.d.ts +34 -0
  43. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.d.ts.map +1 -0
  44. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.js +56 -0
  45. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.js.map +1 -0
  46. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.d.ts +33 -0
  47. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.d.ts.map +1 -0
  48. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.js +89 -0
  49. package/build/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.js.map +1 -0
  50. package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.d.ts +16 -0
  51. package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.d.ts.map +1 -0
  52. package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.js +20 -0
  53. package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.js.map +1 -0
  54. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-call-input.interface.d.ts +15 -0
  55. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-call-input.interface.d.ts.map +1 -0
  56. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-call-input.interface.js +3 -0
  57. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-call-input.interface.js.map +1 -0
  58. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-error.interface.d.ts +11 -0
  59. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-error.interface.d.ts.map +1 -0
  60. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-error.interface.js +3 -0
  61. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-error.interface.js.map +1 -0
  62. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-fixture.interface.d.ts +30 -0
  63. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-fixture.interface.d.ts.map +1 -0
  64. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-fixture.interface.js +3 -0
  65. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-fixture.interface.js.map +1 -0
  66. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-request.interface.d.ts +19 -0
  67. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-request.interface.d.ts.map +1 -0
  68. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-request.interface.js +3 -0
  69. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-request.interface.js.map +1 -0
  70. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-service-collection.interface.d.ts +19 -0
  71. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-service-collection.interface.d.ts.map +1 -0
  72. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-service-collection.interface.js +3 -0
  73. package/build/_modules/ai/_modules/ai-mock/_models/interfaces/aim-service-collection.interface.js.map +1 -0
  74. package/build/_modules/ai/{_services → _modules/ai-mock/_services}/ai-embedding-mock.service.d.ts +2 -2
  75. package/build/_modules/ai/_modules/ai-mock/_services/ai-embedding-mock.service.d.ts.map +1 -0
  76. package/build/_modules/ai/{_services → _modules/ai-mock/_services}/ai-embedding-mock.service.js +1 -1
  77. package/build/_modules/ai/_modules/ai-mock/_services/ai-embedding-mock.service.js.map +1 -0
  78. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.d.ts +48 -0
  79. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.d.ts.map +1 -0
  80. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.js +104 -0
  81. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.js.map +1 -0
  82. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.d.ts +35 -0
  83. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.d.ts.map +1 -0
  84. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.js +60 -0
  85. package/build/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.js.map +1 -0
  86. package/build/_modules/ai/_modules/ai-mock/_services/aim-mock.service.d.ts +60 -0
  87. package/build/_modules/ai/_modules/ai-mock/_services/aim-mock.service.d.ts.map +1 -0
  88. package/build/_modules/ai/_modules/ai-mock/_services/aim-mock.service.js +121 -0
  89. package/build/_modules/ai/_modules/ai-mock/_services/aim-mock.service.js.map +1 -0
  90. package/build/_modules/ai/_modules/ai-mock/index.d.ts +14 -0
  91. package/build/_modules/ai/_modules/ai-mock/index.d.ts.map +1 -0
  92. package/build/_modules/ai/_modules/ai-mock/index.js +41 -0
  93. package/build/_modules/ai/_modules/ai-mock/index.js.map +1 -0
  94. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.d.ts +18 -0
  95. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.d.ts.map +1 -1
  96. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.js +58 -30
  97. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.js.map +1 -1
  98. package/build/_modules/ai/_services/ai-embedding-provider.registry.d.ts +1 -1
  99. package/build/_modules/ai/_services/ai-embedding-provider.registry.d.ts.map +1 -1
  100. package/build/_modules/ai/_services/ai-embedding-provider.registry.js +1 -1
  101. package/build/_modules/ai/_services/ai-embedding-provider.registry.js.map +1 -1
  102. package/build/_modules/ai/_services/ai-llm.service-base.d.ts +16 -0
  103. package/build/_modules/ai/_services/ai-llm.service-base.d.ts.map +1 -1
  104. package/build/_modules/ai/_services/ai-llm.service-base.js +65 -0
  105. package/build/_modules/ai/_services/ai-llm.service-base.js.map +1 -1
  106. package/build/_modules/ai/index.d.ts +4 -1
  107. package/build/_modules/ai/index.d.ts.map +1 -1
  108. package/build/_modules/ai/index.js +9 -1
  109. package/build/_modules/ai/index.js.map +1 -1
  110. package/build/_modules/server/server-status/server-status.control-service.d.ts +22 -1
  111. package/build/_modules/server/server-status/server-status.control-service.d.ts.map +1 -1
  112. package/build/_modules/server/server-status/server-status.control-service.js +22 -0
  113. package/build/_modules/server/server-status/server-status.control-service.js.map +1 -1
  114. package/eslint.config.js +3 -3
  115. package/nodemon.json +24 -24
  116. package/package.json +11 -2
  117. package/pnpm-workspace.yaml +5 -5
  118. package/scripts/run-coverage-tests.js +28 -28
  119. package/spec/support/helpers/spec-reporter-loader.js +359 -359
  120. package/spec/support/helpers/ts-node-helper.js +93 -93
  121. package/spec/support/jasmine.coverage.json +24 -24
  122. package/spec/support/jasmine.json +24 -24
  123. package/src/_collections/archive.util.spec.ts +57 -57
  124. package/src/_collections/archive.util.ts +18 -18
  125. package/src/_collections/atlas-default-db-options.const.ts +9 -9
  126. package/src/_collections/default-fallback-cache-max-age.const.spec.ts +11 -11
  127. package/src/_collections/default-fallback-cache-max-age.const.ts +2 -2
  128. package/src/_collections/default-not-found-page.const.spec.ts +19 -19
  129. package/src/_collections/default-not-found-page.const.ts +22 -22
  130. package/src/_collections/default-socket-path.const.spec.ts +12 -12
  131. package/src/_collections/default-socket-path.const.ts +2 -2
  132. package/src/_collections/get-environment-settings.util.spec.ts +210 -210
  133. package/src/_collections/get-environment-settings.util.ts +48 -48
  134. package/src/_collections/global-settings.const.ts +126 -126
  135. package/src/_collections/sample.env +21 -21
  136. package/src/_collections/star.controller.spec.ts +224 -224
  137. package/src/_collections/star.controller.ts +129 -129
  138. package/src/_enums/data-model-type.enum.ts +14 -14
  139. package/src/_enums/data-service-function.enum.ts +24 -24
  140. package/src/_enums/predefined-data-types.enum.ts +16 -16
  141. package/src/_enums/route-security.enum.ts +12 -12
  142. package/src/_models/control-models/api-call-params.control-model.spec.ts +152 -152
  143. package/src/_models/control-models/api-call-params.control-model.ts +142 -142
  144. package/src/_models/control-models/app-ext-system-controls.control-model.spec.ts +52 -52
  145. package/src/_models/control-models/app-ext-system-controls.control-model.ts +9 -9
  146. package/src/_models/control-models/app-params.control-model.spec.ts +225 -225
  147. package/src/_models/control-models/app-params.control-model.ts +136 -136
  148. package/src/_models/control-models/app-system-controls.control-model.spec.ts +31 -31
  149. package/src/_models/control-models/app-system-controls.control-model.ts +9 -9
  150. package/src/_models/control-models/endpoint-params.control-model.spec.ts +669 -669
  151. package/src/_models/control-models/endpoint-params.control-model.ts +628 -628
  152. package/src/_models/control-models/http-settings.control-model.spec.ts +77 -77
  153. package/src/_models/control-models/http-settings.control-model.ts +37 -37
  154. package/src/_models/control-models/system-control.control-model.spec.ts +27 -27
  155. package/src/_models/control-models/system-control.control-model.ts +12 -12
  156. package/src/_models/interfaces/certification-settings.interface.ts +7 -7
  157. package/src/_models/interfaces/environment-settings.interface.ts +59 -59
  158. package/src/_models/interfaces/global-log-settings.interface.ts +171 -171
  159. package/src/_models/interfaces/global-service-settings.interface.ts +47 -47
  160. package/src/_models/interfaces/global-settings.interface.ts +286 -286
  161. package/src/_models/interfaces/routing-module-settings.interface.ts +21 -21
  162. package/src/_models/interfaces/static-client-settings.interface.spec.ts +29 -29
  163. package/src/_models/interfaces/static-client-settings.interface.ts +36 -36
  164. package/src/_models/types/db-update.type.ts +100 -100
  165. package/src/_modules/ai/_collections/ai-model-config-validator.util.spec.ts +150 -0
  166. package/src/_modules/ai/_collections/ai-model-config-validator.util.ts +131 -0
  167. package/src/_modules/ai/_collections/ai-provider-error.util.ts +98 -0
  168. package/src/_modules/ai/_models/ai-input-interfaces.ts +117 -117
  169. package/src/_modules/ai/_models/ai-test-generation-result.interface.ts +16 -16
  170. package/src/_modules/ai/_models/interfaces/dynts-ai-provider-error.interface.ts +16 -0
  171. package/src/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.spec.ts +72 -0
  172. package/src/_modules/ai/_modules/ai-mock/_collections/aim-default-collection.util.ts +71 -0
  173. package/src/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.spec.ts +57 -0
  174. package/src/_modules/ai/_modules/ai-mock/_collections/aim-fixture-match.util.ts +60 -0
  175. package/src/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.spec.ts +56 -0
  176. package/src/_modules/ai/_modules/ai-mock/_collections/aim-fixture-serializer.util.ts +107 -0
  177. package/src/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.ts +15 -0
  178. package/src/_modules/ai/_modules/ai-mock/_models/interfaces/aim-call-input.interface.ts +14 -0
  179. package/src/_modules/ai/_modules/ai-mock/_models/interfaces/aim-error.interface.ts +11 -0
  180. package/src/_modules/ai/_modules/ai-mock/_models/interfaces/aim-fixture.interface.ts +30 -0
  181. package/src/_modules/ai/_modules/ai-mock/_models/interfaces/aim-request.interface.ts +19 -0
  182. package/src/_modules/ai/_modules/ai-mock/_models/interfaces/aim-service-collection.interface.ts +20 -0
  183. package/src/_modules/ai/{_services → _modules/ai-mock/_services}/ai-embedding-mock.service.spec.ts +115 -115
  184. package/src/_modules/ai/{_services → _modules/ai-mock/_services}/ai-embedding-mock.service.ts +213 -213
  185. package/src/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.spec.ts +134 -0
  186. package/src/_modules/ai/_modules/ai-mock/_services/aim-fixture-harness.service.ts +127 -0
  187. package/src/_modules/ai/_modules/ai-mock/_services/aim-fixture-pipeline.spec.ts +105 -0
  188. package/src/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.spec.ts +50 -0
  189. package/src/_modules/ai/_modules/ai-mock/_services/aim-fixture-store.service.ts +65 -0
  190. package/src/_modules/ai/_modules/ai-mock/_services/aim-mock.service.spec.ts +112 -0
  191. package/src/_modules/ai/_modules/ai-mock/_services/aim-mock.service.ts +142 -0
  192. package/src/_modules/ai/_modules/ai-mock/index.ts +44 -0
  193. package/src/_modules/ai/_modules/anthropic/_services/aai-user-key.control-service.ts +138 -138
  194. package/src/_modules/ai/_modules/anthropic/index.ts +5 -5
  195. package/src/_modules/ai/_modules/document-ai/_collections/dai-chunking.util.spec.ts +242 -242
  196. package/src/_modules/ai/_modules/document-ai/_collections/dai-chunking.util.ts +639 -639
  197. package/src/_modules/ai/_modules/document-ai/_collections/dai-code-chunking.util.spec.ts +295 -295
  198. package/src/_modules/ai/_modules/document-ai/_collections/dai-code-chunking.util.ts +518 -518
  199. package/src/_modules/ai/_modules/document-ai/_collections/dai-document.util.spec.ts +209 -209
  200. package/src/_modules/ai/_modules/document-ai/_collections/dai-document.util.ts +85 -85
  201. package/src/_modules/ai/_modules/document-ai/_enums/dai-compare-result-type.enum.ts +7 -7
  202. package/src/_modules/ai/_modules/document-ai/_models/data-models/dai-doc-chunk.data-model.ts +146 -146
  203. package/src/_modules/ai/_modules/document-ai/_models/data-models/dai-doc-page.data-model.ts +162 -162
  204. package/src/_modules/ai/_modules/document-ai/_models/data-models/dai-document.data-model.ts +99 -99
  205. package/src/_modules/ai/_modules/document-ai/_models/interfaces/dai-code-chunk.interface.ts +68 -68
  206. package/src/_modules/ai/_modules/document-ai/_models/interfaces/dai-doc-chunk-compare-result.interface.ts +18 -18
  207. package/src/_modules/ai/_modules/document-ai/_models/interfaces/dai-doc-page-compare-result.interface.ts +19 -19
  208. package/src/_modules/ai/_modules/document-ai/_models/interfaces/dai-document-compare-result.interface.ts +25 -25
  209. package/src/_modules/ai/_modules/document-ai/index.ts +30 -30
  210. package/src/_modules/ai/_modules/fdp-ai/_services/fdpai-user-key.control-service.ts +189 -189
  211. package/src/_modules/ai/_modules/fdp-ai/index.ts +5 -5
  212. package/src/_modules/ai/_modules/open-ai/_collections/oai-global-settings.const.ts +9 -9
  213. package/src/_modules/ai/_modules/open-ai/_collections/oai-llm-predefined-requests-hu.conts.ts +82 -82
  214. package/src/_modules/ai/_modules/open-ai/_collections/oai-llm-predefined-requests.conts.ts +75 -75
  215. package/src/_modules/ai/_modules/open-ai/_enums/oai-gpt-message-role.enum.ts +45 -45
  216. package/src/_modules/ai/_modules/open-ai/_models/interfaces/oai-global-settings.interface.ts +7 -7
  217. package/src/_modules/ai/_modules/open-ai/_models/interfaces/oai-gpt-message.interface.ts +7 -7
  218. package/src/_modules/ai/_modules/open-ai/_models/interfaces/oai-llm-predefined-requests.interface.ts +57 -57
  219. package/src/_modules/ai/_modules/open-ai/_services/data-services/oai-doc-chunk-data.service.ts +292 -292
  220. package/src/_modules/ai/_modules/open-ai/_services/data-services/oai-document.data-service.spec.ts +342 -342
  221. package/src/_modules/ai/_modules/open-ai/_services/data-services/oai-vector-data.service.spec.ts +550 -550
  222. package/src/_modules/ai/_modules/open-ai/_services/data-services/oai-vector-data.service.ts +630 -630
  223. package/src/_modules/ai/_modules/open-ai/_services/oai-embedding.control-service.spec.ts +332 -332
  224. package/src/_modules/ai/_modules/open-ai/_services/oai-llm-chat.service-base.spec.ts +462 -462
  225. package/src/_modules/ai/_modules/open-ai/_services/oai-llm-chat.service-base.ts +634 -634
  226. package/src/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.spec.ts +489 -489
  227. package/src/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.tools.spec.ts +173 -173
  228. package/src/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.ts +1075 -1033
  229. package/src/_modules/ai/_modules/open-ai/_services/oai-user-key.control-service.ts +157 -157
  230. package/src/_modules/ai/_services/ai-embedding-provider.registry.spec.ts +110 -110
  231. package/src/_modules/ai/_services/ai-embedding-provider.registry.ts +110 -110
  232. package/src/_modules/ai/_services/ai-embedding.service-base.spec.ts +98 -98
  233. package/src/_modules/ai/_services/ai-embedding.service-base.ts +48 -48
  234. package/src/_modules/ai/_services/ai-llm-chat.service-base.spec.ts +229 -229
  235. package/src/_modules/ai/_services/ai-llm-chat.service-base.ts +68 -68
  236. package/src/_modules/ai/_services/ai-llm.service-base.reconciler.spec.ts +133 -0
  237. package/src/_modules/ai/_services/ai-llm.service-base.spec.ts +250 -250
  238. package/src/_modules/ai/_services/ai-llm.service-base.ts +599 -519
  239. package/src/_modules/ai/_services/ai-provider.service-base.spec.ts +158 -158
  240. package/src/_modules/ai/_services/ai-user-key.service-base.ts +59 -59
  241. package/src/_modules/ai/_services/lmstudio-embedding.control-service.spec.ts +197 -197
  242. package/src/_modules/ai/_services/lmstudio-embedding.control-service.ts +371 -371
  243. package/src/_modules/ai/index.ts +33 -23
  244. package/src/_modules/assistant/_collections/ass-global-settings.const.ts +13 -13
  245. package/src/_modules/assistant/_collections/ass.util.spec.ts +176 -176
  246. package/src/_modules/assistant/_collections/ass.util.ts +50 -50
  247. package/src/_modules/assistant/_models/ass-global-settings.interface.ts +15 -15
  248. package/src/_modules/assistant/_services/ass-io.control-service.spec.ts +140 -140
  249. package/src/_modules/assistant/_services/ass-main.control-service.spec.ts +192 -192
  250. package/src/_modules/assistant/_services/ass-main.control-service.ts +107 -107
  251. package/src/_modules/bot/_collections/bot-default-commands.const.ts +12 -12
  252. package/src/_modules/bot/_collections/bot-global-settings.const.ts +39 -39
  253. package/src/_modules/bot/_models/bot-channel-wrapper.interface.ts +62 -62
  254. package/src/_modules/bot/_models/bot-command.interface.ts +8 -8
  255. package/src/_modules/bot/_models/bot-global-settings.interface.ts +96 -96
  256. package/src/_modules/bot/_models/bot-last-mention-date.interface.ts +6 -6
  257. package/src/_modules/bot/_models/bot-last-message-date.interface.ts +5 -5
  258. package/src/_modules/bot/_models/bot-user-wrapper.interface.ts +41 -41
  259. package/src/_modules/bot/_modules/discord-bot/_models/dib-platform.types.ts +9 -9
  260. package/src/_modules/bot/_modules/discord-bot/_services/dib-messaging-provider.control-service.spec.ts +431 -431
  261. package/src/_modules/bot/_modules/dynamo-bot/_collections/dyb-operations.util.spec.ts +160 -160
  262. package/src/_modules/bot/_modules/dynamo-bot/_collections/dyb-operations.util.ts +55 -55
  263. package/src/_modules/bot/_modules/dynamo-bot/_models/dyb-platform.types.ts +15 -15
  264. package/src/_modules/bot/_modules/dynamo-bot/_services/dyb-messaging-provider.control-service.spec.ts +374 -374
  265. package/src/_modules/bot/_modules/dynamo-bot/_services/dyb-messaging-provider.control-service.ts +447 -447
  266. package/src/_modules/bot/_modules/dynamo-bot/index.ts +15 -15
  267. package/src/_modules/bot/_modules/slack-bot/_models/slb-platform.types.ts +9 -9
  268. package/src/_modules/bot/_modules/slack-bot/_services/slb-messaging-provider.control-service.spec.ts +344 -344
  269. package/src/_modules/bot/_modules/slack-bot/_services/slb-messaging-provider.control-service.ts +197 -197
  270. package/src/_modules/bot/_modules/teams-bot/_models/teb-platform.types.ts +9 -9
  271. package/src/_modules/bot/_modules/teams-bot/_services/teb-messaging-provider.control-service.spec.ts +345 -345
  272. package/src/_modules/bot/_modules/teams-bot/_services/teb-messaging-provider.control-service.ts +197 -197
  273. package/src/_modules/bot/_services/bot-commands.control-service.spec.ts +116 -116
  274. package/src/_modules/bot/_services/bot-io.control-service.spec.ts +285 -285
  275. package/src/_modules/bot/_services/bot-main.control-service.spec.ts +208 -208
  276. package/src/_modules/bot/_services/bot-messaging-provider.service-base.spec.ts +349 -349
  277. package/src/_modules/bot/_services/bot-routines.control-service.spec.ts +111 -111
  278. package/src/_modules/custom-data/custom-data.controller.spec.ts +49 -49
  279. package/src/_modules/custom-data/custom-data.controller.ts +67 -67
  280. package/src/_modules/custom-data/custom-data.data-service.spec.ts +54 -54
  281. package/src/_modules/custom-data/custom-data.data-service.ts +21 -21
  282. package/src/_modules/custom-data/get-custom-data-routing-module.util.spec.ts +28 -28
  283. package/src/_modules/custom-data/get-custom-data-routing-module.util.ts +24 -24
  284. package/src/_modules/custom-data/index.ts +9 -9
  285. package/src/_modules/data-readers/_collections/dynts-sqlite-reader.util.spec.ts +161 -161
  286. package/src/_modules/data-readers/_collections/dynts-sqlite-reader.util.ts +203 -203
  287. package/src/_modules/data-readers/_models/interfaces/dynts-sqlite-reader.interface.ts +33 -33
  288. package/src/_modules/data-readers/index.ts +11 -11
  289. package/src/_modules/defaults/_collections/default-endpoints.util.ts +487 -487
  290. package/src/_modules/defaults/_models/default-user.data-model.ts +72 -72
  291. package/src/_modules/defaults/_services/default-auth.service.spec.ts +269 -269
  292. package/src/_modules/defaults/_services/default-auth.service.ts +177 -177
  293. package/src/_modules/defaults/_services/default-socket-events.service.spec.ts +42 -42
  294. package/src/_modules/defaults/_services/default-socket-events.service.ts +61 -61
  295. package/src/_modules/defaults/_services/default-user.data-service.spec.ts +187 -187
  296. package/src/_modules/defaults/_services/default-user.data-service.ts +98 -98
  297. package/src/_modules/defaults/index.ts +17 -17
  298. package/src/_modules/discord-assistant/_collections/dias-global-settings.const.ts +19 -19
  299. package/src/_modules/discord-assistant/_collections/dias.util.spec.ts +366 -366
  300. package/src/_modules/discord-assistant/_collections/dias.util.ts +132 -132
  301. package/src/_modules/discord-assistant/_models/dias-global-settings.interface.ts +19 -19
  302. package/src/_modules/discord-assistant/_models/dias-knowledge.data-model.ts +52 -52
  303. package/src/_modules/discord-assistant/_services/dias-chunk.data-service.ts +177 -177
  304. package/src/_modules/discord-assistant/_services/dias-io.control-service.spec.ts +108 -108
  305. package/src/_modules/discord-assistant/_services/dias-io.control-service.ts +69 -69
  306. package/src/_modules/discord-assistant/_services/dias-main.control-service.spec.ts +22 -22
  307. package/src/_modules/discord-assistant/_services/dias-main.control-service.ts +27 -27
  308. package/src/_modules/discord-assistant/_services/dias.service-base.spec.ts +195 -195
  309. package/src/_modules/discord-assistant/_services/dias.service-base.ts +76 -76
  310. package/src/_modules/discord-assistant/index.ts +38 -38
  311. package/src/_modules/discord-assistant-voiced/_services/dias-discord-bot.control-service.spec.ts +34 -34
  312. package/src/_modules/discord-assistant-voiced/_services/dias-discord-bot.control-service.ts +11 -11
  313. package/src/_modules/discord-assistant-voiced/index.ts +36 -36
  314. package/src/_modules/discord-bot/_collections/dibo-default-commands.const.ts +16 -16
  315. package/src/_modules/discord-bot/_collections/dibo-global-settings.conts.ts +55 -55
  316. package/src/_modules/discord-bot/_collections/dibo-operations.util.spec.ts +214 -214
  317. package/src/_modules/discord-bot/_collections/dibo-operations.util.ts +387 -387
  318. package/src/_modules/discord-bot/_models/dibo-command.interface.ts +12 -12
  319. package/src/_modules/discord-bot/_models/dibo-global-settings.interface.ts +98 -98
  320. package/src/_modules/discord-bot/_models/dibo-last-mention-date.inteface.ts +7 -7
  321. package/src/_modules/discord-bot/_models/dibo-last-message-date.interface.ts +6 -6
  322. package/src/_modules/discord-bot/_services/dibo-commands.control-service.spec.ts +154 -154
  323. package/src/_modules/discord-bot/_services/dibo-commands.control-service.ts +153 -153
  324. package/src/_modules/discord-bot/_services/dibo-io.control-service.spec.ts +264 -264
  325. package/src/_modules/discord-bot/_services/dibo-io.control-service.ts +306 -306
  326. package/src/_modules/discord-bot/_services/dibo-main.control-service.spec.ts +408 -408
  327. package/src/_modules/discord-bot/_services/dibo-main.control-service.ts +487 -487
  328. package/src/_modules/discord-bot/_services/dibo-routines.control-service.spec.ts +105 -105
  329. package/src/_modules/discord-bot/index.ts +36 -36
  330. package/src/_modules/local-vector-search/_enums/lvs-search-mode.enum.ts +35 -35
  331. package/src/_modules/local-vector-search/_models/data-models/lvs-vector-persist.data-model.ts +59 -59
  332. package/src/_modules/local-vector-search/_models/lvs-search-result.interface.ts +17 -17
  333. package/src/_modules/local-vector-search/_services/lvs-doc-chunk-data.service.spec.ts +418 -418
  334. package/src/_modules/local-vector-search/_services/lvs-doc-chunk-data.service.ts +276 -276
  335. package/src/_modules/local-vector-search/_services/lvs-local-vector-search.data-service.spec.ts +480 -480
  336. package/src/_modules/local-vector-search/_services/lvs-local-vector-search.data-service.ts +416 -416
  337. package/src/_modules/local-vector-search/_services/lvs-persistent-vector-pool.control-service.spec.ts +198 -198
  338. package/src/_modules/local-vector-search/_services/lvs-persistent-vector-pool.control-service.ts +146 -146
  339. package/src/_modules/local-vector-search/_services/lvs-vector-persist.data-service.spec.ts +167 -167
  340. package/src/_modules/local-vector-search/_services/lvs-vector-persist.data-service.ts +106 -106
  341. package/src/_modules/local-vector-search/_services/lvs-vector-pool.control-service.spec.ts +507 -507
  342. package/src/_modules/local-vector-search/_services/lvs-vector-pool.control-service.ts +272 -272
  343. package/src/_modules/local-vector-search/index.ts +16 -16
  344. package/src/_modules/logs/index.ts +11 -11
  345. package/src/_modules/mcp/_models/interfaces/dynts-mcp.interface.ts +111 -111
  346. package/src/_modules/mcp/_services/dynts-mcp-server.service-base.spec.ts +142 -142
  347. package/src/_modules/mcp/_services/dynts-mcp-server.service-base.ts +120 -120
  348. package/src/_modules/mcp/_services/dynts-mcp.adapter.ts +168 -168
  349. package/src/_modules/mcp/index.ts +13 -13
  350. package/src/_modules/messaging/README.md +354 -354
  351. package/src/_modules/messaging/_collections/get-messaging-routing-module.util.ts +26 -26
  352. package/src/_modules/messaging/_collections/msg-global-settings.const.ts +22 -22
  353. package/src/_modules/messaging/_collections/msg.util.spec.ts +226 -226
  354. package/src/_modules/messaging/_models/msg-global-settings.interface.ts +37 -37
  355. package/src/_modules/messaging/_services/msg-conversation.data-service.ts +146 -146
  356. package/src/_modules/messaging/_services/msg-events.service.spec.ts +219 -219
  357. package/src/_modules/messaging/_services/msg-events.service.ts +267 -267
  358. package/src/_modules/messaging/_services/msg-integration.control-service.ts +179 -179
  359. package/src/_modules/messaging/_services/msg-main.control-service.spec.ts +147 -147
  360. package/src/_modules/messaging/_services/msg-main.control-service.ts +571 -571
  361. package/src/_modules/messaging/_services/msg-message.data-service.ts +129 -129
  362. package/src/_modules/messaging/_services/msg.controller.spec.ts +201 -201
  363. package/src/_modules/messaging/index.ts +30 -30
  364. package/src/_modules/mock/app-extended-server.mock.ts +201 -201
  365. package/src/_modules/mock/app-integration-test.mock.ts +51 -51
  366. package/src/_modules/mock/app-params.mock.spec.ts +21 -21
  367. package/src/_modules/mock/app-params.mock.ts +9 -9
  368. package/src/_modules/mock/app-server.mock.ts +188 -188
  369. package/src/_modules/mock/auth-service.mock.spec.ts +47 -47
  370. package/src/_modules/mock/auth-service.mock.ts +28 -28
  371. package/src/_modules/mock/controller.mock.spec.ts +26 -26
  372. package/src/_modules/mock/controller.mock.ts +16 -16
  373. package/src/_modules/mock/data-model.mock.spec.ts +111 -111
  374. package/src/_modules/mock/data-model.mock.ts +82 -82
  375. package/src/_modules/mock/email-service-collection.mock.spec.ts +24 -24
  376. package/src/_modules/mock/email-service-collection.mock.ts +15 -15
  377. package/src/_modules/mock/email-service.mock.spec.ts +17 -17
  378. package/src/_modules/mock/email-service.mock.ts +20 -20
  379. package/src/_modules/mock/email-template.mock.html +14 -14
  380. package/src/_modules/mock/endpoint.mock.ts +91 -91
  381. package/src/_modules/mock/socket-client.mock.spec.ts +40 -40
  382. package/src/_modules/mock/socket-client.mock.ts +45 -45
  383. package/src/_modules/mock/socket-server.mock.spec.ts +44 -44
  384. package/src/_modules/mock/socket-server.mock.ts +46 -46
  385. package/src/_modules/oauth2/_routes/oauth2.controller.spec.ts +107 -107
  386. package/src/_modules/oauth2/_routes/oauth2.controller.ts +98 -98
  387. package/src/_modules/oauth2/_services/oauth2.auth-service.spec.ts +254 -254
  388. package/src/_modules/oauth2/_services/oauth2.auth-service.ts +232 -232
  389. package/src/_modules/oauth2/_services/oauth2.control-service.spec.ts +585 -585
  390. package/src/_modules/oauth2/_services/oauth2.control-service.ts +653 -653
  391. package/src/_modules/oauth2/index.ts +17 -17
  392. package/src/_modules/scheduler/_models/scheduler-job.interface.ts +35 -35
  393. package/src/_modules/scheduler/get-scheduler-routing-module.util.ts +33 -33
  394. package/src/_modules/scheduler/index.ts +8 -8
  395. package/src/_modules/scheduler/scheduler.controller.spec.ts +42 -42
  396. package/src/_modules/scheduler/scheduler.controller.ts +69 -69
  397. package/src/_modules/scheduler/scheduler.service.spec.ts +141 -141
  398. package/src/_modules/scheduler/scheduler.service.ts +176 -176
  399. package/src/_modules/scoped-config/_enums/dynts-scoped-config-level.enum.ts +22 -22
  400. package/src/_modules/scoped-config/_models/data-models/dynts-scoped-config.data-model.ts +81 -81
  401. package/src/_modules/scoped-config/_models/interfaces/dynts-scoped-config.interface.ts +107 -107
  402. package/src/_modules/scoped-config/_services/dynts-scoped-config.control-service.spec.ts +306 -306
  403. package/src/_modules/scoped-config/_services/dynts-scoped-config.control-service.ts +295 -295
  404. package/src/_modules/scoped-config/_services/dynts-scoped-config.data-service.spec.ts +118 -118
  405. package/src/_modules/scoped-config/_services/dynts-scoped-config.data-service.ts +105 -105
  406. package/src/_modules/scoped-config/index.ts +17 -17
  407. package/src/_modules/server/errors/errors.control-service.spec.ts +238 -238
  408. package/src/_modules/server/errors/errors.control-service.ts +100 -100
  409. package/src/_modules/server/errors/errors.controller.spec.ts +268 -268
  410. package/src/_modules/server/errors/errors.controller.ts +515 -515
  411. package/src/_modules/server/errors/errors.data-service.spec.ts +480 -480
  412. package/src/_modules/server/index.ts +30 -30
  413. package/src/_modules/server/server-status/server-status-snapshot.control-service.spec.ts +70 -70
  414. package/src/_modules/server/server-status/server-status-snapshot.control-service.ts +17 -17
  415. package/src/_modules/server/server-status/server-status-snapshot.data-service.spec.ts +77 -77
  416. package/src/_modules/server/server-status/server-status-snapshot.data-service.ts +37 -37
  417. package/src/_modules/server/server-status/server-status.control-service.spec.ts +576 -576
  418. package/src/_modules/server/server-status/server-status.control-service.ts +421 -396
  419. package/src/_modules/server/server-status/server-status.controller.spec.ts +255 -255
  420. package/src/_modules/server/server-status/server-status.controller.ts +292 -292
  421. package/src/_modules/socket/_enums/socket-security.enum.ts +11 -11
  422. package/src/_modules/socket/_models/socket-client-service-params.control-model.spec.ts +32 -32
  423. package/src/_modules/socket/_models/socket-client-service-params.control-model.ts +22 -22
  424. package/src/_modules/socket/_models/socket-presence.control-model.spec.ts +164 -164
  425. package/src/_modules/socket/_models/socket-presence.control-model.ts +210 -210
  426. package/src/_modules/socket/_models/socket-server-service-params.control-model.spec.ts +46 -46
  427. package/src/_modules/socket/_models/socket-server-service-params.control-model.ts +22 -22
  428. package/src/_modules/socket/_services/socket-client.service.spec.ts +15 -15
  429. package/src/_modules/socket/_services/socket-client.service.ts +260 -260
  430. package/src/_modules/socket/_services/socket-server.service.spec.ts +11 -11
  431. package/src/_modules/socket/app-extended.integration.spec.ts +85 -85
  432. package/src/_modules/socket/app-extended.server.ts +642 -642
  433. package/src/_modules/socket/index.ts +42 -42
  434. package/src/_modules/test/get-test-routing-module.util.spec.ts +28 -28
  435. package/src/_modules/test/get-test-routing-module.util.ts +23 -23
  436. package/src/_modules/test/index.ts +11 -11
  437. package/src/_modules/test/test.controller.spec.ts +72 -72
  438. package/src/_modules/test/test.controller.ts +115 -115
  439. package/src/_modules/usage/get-usage-routing-module.util.ts +22 -22
  440. package/src/_modules/usage/index.ts +15 -15
  441. package/src/_modules/usage/usage.controller.spec.ts +81 -81
  442. package/src/_modules/usage/usage.controller.ts +126 -126
  443. package/src/_modules/usage/usage.data-service.spec.ts +332 -332
  444. package/src/_modules/usage/usage.data-service.ts +185 -185
  445. package/src/_services/base/api.service-base.spec.ts +125 -125
  446. package/src/_services/base/api.service-base.ts +74 -74
  447. package/src/_services/base/archive-data.service.spec.ts +209 -209
  448. package/src/_services/base/archive-data.service.ts +223 -223
  449. package/src/_services/base/data.service.spec.ts +729 -729
  450. package/src/_services/base/data.service.ts +2758 -2758
  451. package/src/_services/base/db.service.spec.ts +160 -160
  452. package/src/_services/base/db.service.ts +1644 -1644
  453. package/src/_services/base/singleton.service-base.spec.ts +28 -28
  454. package/src/_services/base/singleton.service-base.ts +24 -24
  455. package/src/_services/base/singleton.service.spec.ts +114 -114
  456. package/src/_services/base/singleton.service.ts +38 -38
  457. package/src/_services/core/api.service.spec.ts +140 -140
  458. package/src/_services/core/auth.service.spec.ts +159 -159
  459. package/src/_services/core/auth.service.ts +174 -174
  460. package/src/_services/core/email.service.spec.ts +85 -85
  461. package/src/_services/core/email.service.ts +757 -757
  462. package/src/_services/core/global.service.spec.ts +292 -292
  463. package/src/_services/core/global.service.ts +487 -487
  464. package/src/_services/core/memory-guard.service.spec.ts +245 -245
  465. package/src/_services/core/memory-guard.service.ts +481 -481
  466. package/src/_services/core/service-collection.service.spec.ts +46 -46
  467. package/src/_services/core/service-collection.service.ts +6 -6
  468. package/src/_services/route/controller.service.spec.ts +53 -53
  469. package/src/_services/route/controller.service.ts +148 -148
  470. package/src/_services/route/routing-module.service.spec.ts +98 -98
  471. package/src/_services/route/routing-module.service.ts +330 -330
  472. package/src/_services/server/app.server.ts +1985 -1985
  473. package/src/_services/shared.static-service.spec.ts +99 -99
  474. package/src/_services/shared.static-service.ts +78 -78
  475. package/src/index.ts +100 -100
  476. package/tsconfig.app.json +12 -12
  477. package/tsconfig.json +42 -42
  478. package/build/_modules/ai/_services/ai-embedding-mock.service.d.ts.map +0 -1
  479. package/build/_modules/ai/_services/ai-embedding-mock.service.js.map +0 -1
@@ -0,0 +1,2798 @@
1
+ === CICD Pipeline | started: 2026-07-21T10:03:59.571Z | PID: 6703 ===
2
+ [cdp] ▶ validate-secrets (started: 10:03:59 AM)
3
+ [validate-secrets] FR-171 — introspected 4 env-var reference(s) across 10 step(s)
4
+ [validate-secrets] ✅ PRESENT: DISCORD_WEBHOOK_ID OVERSEER_SECRET_KEY NPM_TOKEN
5
+ [validate-secrets] ⚠️ MISSING (warn-only): EVENT_DATETIME
6
+ [validate-secrets] Step-by-step impact preview:
7
+ [validate-secrets] OK — all REQUIRED env-vars are set (warn-only missing logged above for visibility)
8
+ [cdp] ✓ validate-secrets (0.2s)
9
+ [cdp] ▶ discord-start (started: 10:04:00 AM)
10
+ Processing Discord start notification command...
11
+ Starting Discord start notification process...
12
+ Discord start notification sent successfully
13
+ Discord start notification command completed successfully
14
+ [cdp] ✓ discord-start (3.4s)
15
+ [cdp] ▶ pre-flight (started: 10:04:05 AM)
16
+ Pre-flight check passed: all required variables are set
17
+ [cdp] ✓ pre-flight (0.2s)
18
+ [cdp] ▶ install (started: 10:04:06 AM)
19
+ Progress: resolved 1, reused 0, downloaded 0, added 0
20
+ Progress: resolved 6, reused 1, downloaded 0, added 0
21
+ Progress: resolved 31, reused 18, downloaded 0, added 0
22
+ Progress: resolved 37, reused 33, downloaded 0, added 0
23
+ Progress: resolved 42, reused 39, downloaded 0, added 0
24
+ Progress: resolved 143, reused 125, downloaded 0, added 0
25
+ Progress: resolved 180, reused 177, downloaded 1, added 0
26
+ Progress: resolved 281, reused 278, downloaded 1, added 0
27
+ Progress: resolved 347, reused 345, downloaded 1, added 0
28
+ Progress: resolved 405, reused 402, downloaded 1, added 0
29
+ Progress: resolved 445, reused 439, downloaded 2, added 0
30
+ Progress: resolved 553, reused 551, downloaded 2, added 0
31
+ Progress: resolved 586, reused 581, downloaded 2, added 0
32
+  WARN  11 deprecated subdependencies found: are-we-there-yet@2.0.0, gauge@3.0.2, glob@10.5.0, glob@7.2.3, inflight@1.0.6, node-domexception@1.0.0, npmlog@5.0.1, prebuild-install@7.1.3, rimraf@2.7.1, rimraf@3.0.2, tar@6.2.1
33
+ Progress: resolved 598, reused 594, downloaded 2, added 0
34
+ Packages: +598
35
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
36
+ Progress: resolved 598, reused 595, downloaded 2, added 0
37
+ Progress: resolved 598, reused 596, downloaded 2, added 111
38
+ Progress: resolved 598, reused 596, downloaded 2, added 299
39
+ Progress: resolved 598, reused 596, downloaded 2, added 491
40
+ Progress: resolved 598, reused 596, downloaded 2, added 598, done
41
+ . prepare$ husky
42
+ . prepare: Done
43
+  WARN  Issues with peer dependencies found
44
+ .
45
+ └─┬ @futdevpro/dynamo-eslint 1.15.21
46
+ ├── ✕ unmet peer @typescript-eslint/eslint-plugin@8.0.0: found 8.65.0
47
+ ├── ✕ unmet peer @typescript-eslint/parser@8.0.0: found 8.65.0
48
+ ├── ✕ unmet peer eslint@9.0.0: found 9.39.5
49
+ ├── ✕ unmet peer eslint-plugin-import@2.29.0: found 2.32.0
50
+ ├── ✕ unmet peer eslint-plugin-jsdoc@48.0.0: found 48.11.0
51
+ ├── ✕ unmet peer eslint-plugin-prettier@5.1.3: found 5.5.6
52
+ └── ✕ unmet peer prettier@3.3.0: found 3.9.6
53
+
54
+ dependencies:
55
+ + @futdevpro/fsm-dynamo 1.16.19
56
+ + @types/express 4.17.21 (5.0.6 is available)
57
+ + @types/geoip-lite 1.4.4
58
+ + @types/node 24.1.0 (26.1.1 is available)
59
+ + axios 1.18.1
60
+ + body-parser 1.20.6 (2.3.0 is available)
61
+ + dotenv 16.5.0 (17.4.2 is available)
62
+ + express 4.21.2 (5.2.1 is available)
63
+ + geoip-lite 1.4.10 (2.0.3 is available)
64
+ + mongoose 8.10.2 (9.8.0 is available)
65
+ + nodemailer 7.0.13 (9.0.3 is available)
66
+ + rxjs 7.8.1 (7.8.2 is available)
67
+ + ts-node 10.9.2
68
+
69
+ devDependencies:
70
+ + @anthropic-ai/sdk 0.39.0 (0.112.4 is available)
71
+ + @discordjs/opus 0.10.0
72
+ + @discordjs/voice 0.18.0 (0.19.2 is available)
73
+ + @futdevpro/dynamo-eslint 1.15.21
74
+ + @modelcontextprotocol/sdk 1.29.0
75
+ + @types/better-sqlite3 7.6.13
76
+ + @types/jasmine 4.3.6 (6.0.0 is available)
77
+ + @typescript-eslint/eslint-plugin 8.65.0
78
+ + @typescript-eslint/parser 8.65.0
79
+ + better-sqlite3 12.4.6 (13.0.1 is available)
80
+ + crypto-js 4.2.0
81
+ + discord.js 14.24.2 (14.27.0 is available)
82
+ + eslint 9.39.5 (10.7.0 is available)
83
+ + eslint-plugin-import 2.32.0
84
+ + eslint-plugin-jsdoc 48.11.0 (63.2.0 is available)
85
+ + eslint-plugin-max-params-no-constructor 0.0.4
86
+ + eslint-plugin-prettier 5.5.6
87
+ + eslint-plugin-unused-imports 4.4.1
88
+ + husky 9.1.7
89
+ + jasmine 5.10.0 (6.3.0 is available)
90
+ + jasmine-spec-reporter 7.0.0
91
+ + jasmine-ts 0.4.0
92
+ + openai 5.23.2 (6.48.0 is available)
93
+ + prettier 3.9.6
94
+ + socket.io 4.8.3
95
+ + socket.io-client 4.8.3
96
+ + tslib 2.6.3 (2.8.1 is available)
97
+ + typescript 5.5.4 (7.0.2 is available)
98
+
99
+ Done in 20.7s using pnpm v10.34.5
100
+ [cdp] ✓ install (21.1s)
101
+ [cdp] ▶ check-dev-leftovers (started: 10:04:28 AM)
102
+ Checking dev leftovers... (--fix mode) (--patch-only safety gate)
103
+ Processing check: TSCONFIG_PATHS in .
104
+ Processing check: PACKAGE_VERSIONS in .
105
+ ✓ .: compilerOptions.paths is either empty or not defined. Which is fine.
106
+ 🔧 .: @futdevpro/fsm-dynamo bumped 1.16.19 → 1.16.21 (auto-fix)
107
+ 🔧 .: pnpm-lock.yaml regenerated post-bump (--lockfile-only)
108
+ Auto-fixed 1 package version drift(s). package.json updated — remember to stage + commit.
109
+ All dev leftover checks completed successfully.
110
+ [cdp] ✓ check-dev-leftovers (11.1s)
111
+ [cdp] ▶ build (started: 10:04:40 AM)
112
+ [cdp] ✓ build (27.7s)
113
+ [cdp] ▶ test (started: 10:05:09 AM)
114
+ DyFM_DataModel_Params.constructor: dataName should be in snake_case in "default-user RENAME OR EXTEND THIS DONT USE AS IS" model.For future compatibility.
115
+ stackLocation: /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/defaults/_models/default-user.data-model.js:28:40
116
+ 
117
+ ----------
118
+ DYNAMO WARNING:
119
+ vectorizeUseIndex is required if vectorizedFrom is set at "contentVectorized" in "test-data" model. (It will be set to "contentVectorized" by default)
120
+ stackLocation: Error
121
+
122
+ ---------- 
123
+ Vectorized from property "content" is not a number[] property in "test-data" model.
124
+ stackLocation: /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/local-vector-search/_services/lvs-local-vector-search.data-service.spec.js:15:24
125
+ 
126
+ DyFM_DataModel_Params.constructor: dataName should be in snake_case in "test-data" model.For future compatibility.
127
+ stackLocation: /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/local-vector-search/_services/lvs-local-vector-search.data-service.spec.js:15:24
128
+ 
129
+ DYNAMO WARNING:
130
+ required is recommended to be set if dependency is set at "userId" in "test_data" model.
131
+ (it is required or it is not a dependency)
132
+ It will be set to true by while you are not setting it.
133
+ stackLocation: Error
134
+ 
135
+ Randomized with seed 59421
136
+ Started
137
+ ............********................................................................********..................................Unable to parse JSON answer: {
138
+ unparsedJSON: 'option1',
139
+ error: Error: JSON parsing failed: Unexpected token 'o', "option1" is not valid JSON
140
+ at Function.parseJsonWithEnhancedError (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/@futdevpro+fsm-dynamo@1.16.19_rxjs@7.8.1/node_modules/@futdevpro/fsm-dynamo/src/_collections/utils/json-error-helper.util.ts:261:15)
141
+ at Function.failableSafeParseJSON (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/@futdevpro+fsm-dynamo@1.16.19_rxjs@7.8.1/node_modules/@futdevpro/fsm-dynamo/src/_collections/utils/object.util.ts:472:35)
142
+ at Function.safeParseJSON (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/@futdevpro+fsm-dynamo@1.16.19_rxjs@7.8.1/node_modules/@futdevpro/fsm-dynamo/src/_collections/utils/object.util.ts:397:19)
143
+ at TestLLMService.convertAnswerToSelectOption (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/ai-llm.service-base.js:249:61)
144
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/ai-llm.service-base.spec.js:119:36)
145
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
146
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
147
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
148
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
149
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
150
+ } 
151
+ 
152
+ ||||||||||
153
+
154
+ DyNTS_AI_LLMChat_ServiceBase.convertAnswerToSelectOption got an invalid answer { question: 'Select an option', answer: 'OPTION1' }
155
+
156
+ ||||||||||
157
+ 
158
+ ....**************...........................................................................................................----------
159
+ DYNAMO WARNING:
160
+ vectorizeUseIndex is required if vectorizedFrom is set at "contentVectorized" in "test_data" model. (It will be set to "contentVectorized" by default)
161
+ stackLocation: Error
162
+
163
+ ---------- 
164
+ Vectorized from property "content" is not a number[] property in "test_data" model.
165
+ stackLocation: /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_modules/open-ai/_services/data-services/oai-vector-data.service.spec.js:222:40
166
+ 
167
+ ................----------
168
+ DYNAMO WARNING:
169
+ vectorizeUseIndex is required if vectorizedFrom is set at "contentVectorized" in "test_data" model. (It will be set to "contentVectorized" by default)
170
+ stackLocation: Error
171
+
172
+ ---------- 
173
+ Vectorized from property "content" is not a number[] property in "test_data" model.
174
+ stackLocation: /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_modules/open-ai/_services/data-services/oai-vector-data.service.spec.js:334:40
175
+ 
176
+ ......Userinfo request failed Error
177
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
178
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:343:39)
179
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
180
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
181
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
182
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
183
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
184
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
185
+ __created: 2026-07-21T10:05:25.723Z,
186
+ __createdBy: 'OAuth2ControlService',
187
+ __lastModified: 2026-07-21T10:05:25.723Z,
188
+ __lastModifiedBy: 'OAuth2ControlService',
189
+ __v: 0,
190
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HU0',
191
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HU0' ],
192
+ _message: 'Invalid or expired access token',
193
+ _messages: [ 'Invalid or expired access token' ],
194
+ __userMessage: 'Invalid token\n ErrorCode: T_LOCAL|DyNTS-OA2-HU0',
195
+ __userMessages: [ 'Invalid token\n ErrorCode: T_LOCAL|DyNTS-OA2-HU0' ],
196
+ ___handled: false,
197
+ ___status: 401,
198
+ ___issuer: 'MISSING-ISSUER',
199
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
200
+ ___issuerService: 'OAuth2ControlService',
201
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
202
+ error: Error
203
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
204
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:343:39)
205
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
206
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
207
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
208
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
209
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
210
+ errors: [
211
+ Error
212
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
213
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:343:39)
214
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
215
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
216
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
217
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
218
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
219
+ ],
220
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23',
221
+ level: 'error',
222
+ additionalContent: {},
223
+ confidentialContent: {}
224
+ } 
225
+ .Userinfo request failed Error: Token missing
226
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:338:64)
227
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
228
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
229
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
230
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
231
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 
232
+ ..Userinfo request failed Error
233
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
234
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:354:39)
235
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
236
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
237
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
238
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
239
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
240
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
241
+ __created: 2026-07-21T10:05:25.726Z,
242
+ __createdBy: 'OAuth2ControlService',
243
+ __lastModified: 2026-07-21T10:05:25.726Z,
244
+ __lastModifiedBy: 'OAuth2ControlService',
245
+ __v: 0,
246
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HU0',
247
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HU0' ],
248
+ _message: 'Invalid or expired access token',
249
+ _messages: [ 'Invalid or expired access token' ],
250
+ __userMessage: 'Invalid token\n ErrorCode: T_LOCAL|DyNTS-OA2-HU0',
251
+ __userMessages: [ 'Invalid token\n ErrorCode: T_LOCAL|DyNTS-OA2-HU0' ],
252
+ ___handled: false,
253
+ ___status: 401,
254
+ ___issuer: 'MISSING-ISSUER',
255
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
256
+ ___issuerService: 'OAuth2ControlService',
257
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
258
+ error: Error
259
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
260
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:354:39)
261
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
262
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
263
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
264
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
265
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
266
+ errors: [
267
+ Error
268
+ at DyNTS_OAuth2_ControlService.handleUserInfoRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23)
269
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:354:39)
270
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
271
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
272
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
273
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
274
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
275
+ ],
276
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:360:23',
277
+ level: 'error',
278
+ additionalContent: {},
279
+ confidentialContent: {}
280
+ } 
281
+ .....Authorization request failed Error
282
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:39:23)
283
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:140:39)
284
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
285
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
286
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
287
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
288
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
289
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
290
+ __created: 2026-07-21T10:05:25.745Z,
291
+ __createdBy: 'OAuth2ControlService',
292
+ __lastModified: 2026-07-21T10:05:25.745Z,
293
+ __lastModifiedBy: 'OAuth2ControlService',
294
+ __v: 0,
295
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HA0',
296
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HA0' ],
297
+ _message: 'Missing required OAuth2 parameters',
298
+ _messages: [ 'Missing required OAuth2 parameters' ],
299
+ __userMessage: 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA0',
300
+ __userMessages: [
301
+ 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA0'
302
+ ],
303
+ ___handled: false,
304
+ ___status: 400,
305
+ ___issuer: 'MISSING-ISSUER',
306
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
307
+ ___issuerService: 'OAuth2ControlService',
308
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
309
+ error: Error
310
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:39:23)
311
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:140:39)
312
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
313
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
314
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
315
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
316
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
317
+ errors: [
318
+ Error
319
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:39:23)
320
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:140:39)
321
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
322
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
323
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
324
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
325
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
326
+ ],
327
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:39:23',
328
+ level: 'error',
329
+ additionalContent: {},
330
+ confidentialContent: {}
331
+ } 
332
+ ..Authorization request failed Error
333
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:61:23)
334
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:156:39)
335
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
336
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
337
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
338
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
339
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
340
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
341
+ __created: 2026-07-21T10:05:25.747Z,
342
+ __createdBy: 'OAuth2ControlService',
343
+ __lastModified: 2026-07-21T10:05:25.747Z,
344
+ __lastModifiedBy: 'OAuth2ControlService',
345
+ __v: 0,
346
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HA3',
347
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HA3' ],
348
+ _message: 'Invalid redirect_uri',
349
+ _messages: [ 'Invalid redirect_uri' ],
350
+ __userMessage: 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA3',
351
+ __userMessages: [
352
+ 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA3'
353
+ ],
354
+ ___handled: false,
355
+ ___status: 400,
356
+ ___issuer: 'MISSING-ISSUER',
357
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
358
+ ___issuerService: 'OAuth2ControlService',
359
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
360
+ error: Error
361
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:61:23)
362
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:156:39)
363
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
364
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
365
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
366
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
367
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
368
+ errors: [
369
+ Error
370
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:61:23)
371
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:156:39)
372
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
373
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
374
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
375
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
376
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
377
+ ],
378
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:61:23',
379
+ level: 'error',
380
+ additionalContent: {},
381
+ confidentialContent: {}
382
+ } 
383
+ .Authorization request failed Error
384
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:50:23)
385
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:148:39)
386
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
387
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
388
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
389
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
390
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
391
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
392
+ __created: 2026-07-21T10:05:25.749Z,
393
+ __createdBy: 'OAuth2ControlService',
394
+ __lastModified: 2026-07-21T10:05:25.749Z,
395
+ __lastModifiedBy: 'OAuth2ControlService',
396
+ __v: 0,
397
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HA2',
398
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HA2' ],
399
+ _message: 'Invalid client_id',
400
+ _messages: [ 'Invalid client_id' ],
401
+ __userMessage: 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA2',
402
+ __userMessages: [
403
+ 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA2'
404
+ ],
405
+ ___handled: false,
406
+ ___status: 400,
407
+ ___issuer: 'MISSING-ISSUER',
408
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
409
+ ___issuerService: 'OAuth2ControlService',
410
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
411
+ error: Error
412
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:50:23)
413
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:148:39)
414
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
415
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
416
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
417
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
418
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
419
+ errors: [
420
+ Error
421
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:50:23)
422
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:148:39)
423
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
424
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
425
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
426
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
427
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
428
+ ],
429
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:50:23',
430
+ level: 'error',
431
+ additionalContent: {},
432
+ confidentialContent: {}
433
+ } 
434
+ .Authorization request failed Error
435
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:103:19)
436
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:173:39)
437
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
438
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
439
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
440
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
441
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
442
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
443
+ __created: 2026-07-21T10:05:25.750Z,
444
+ __createdBy: 'OAuth2ControlService',
445
+ __lastModified: 2026-07-21T10:05:25.750Z,
446
+ __lastModifiedBy: 'OAuth2ControlService',
447
+ __v: 0,
448
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HA1',
449
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HA1' ],
450
+ _message: 'Unsupported response_type',
451
+ _messages: [ 'Unsupported response_type' ],
452
+ __userMessage: 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA1',
453
+ __userMessages: [
454
+ 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA1'
455
+ ],
456
+ ___handled: false,
457
+ ___status: 400,
458
+ ___issuer: 'MISSING-ISSUER',
459
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
460
+ ___issuerService: 'OAuth2ControlService',
461
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
462
+ error: Error
463
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:103:19)
464
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:173:39)
465
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
466
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
467
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
468
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
469
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
470
+ errors: [
471
+ Error
472
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:103:19)
473
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:173:39)
474
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
475
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
476
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
477
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
478
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
479
+ ],
480
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:103:19',
481
+ level: 'error',
482
+ additionalContent: {},
483
+ confidentialContent: {}
484
+ } 
485
+ .Authorization request failed Error
486
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:72:23)
487
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:165:39)
488
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
489
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
490
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
491
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
492
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
493
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
494
+ __created: 2026-07-21T10:05:25.751Z,
495
+ __createdBy: 'OAuth2ControlService',
496
+ __lastModified: 2026-07-21T10:05:25.751Z,
497
+ __lastModifiedBy: 'OAuth2ControlService',
498
+ __v: 0,
499
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HA4',
500
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HA4' ],
501
+ _message: 'Invalid scope',
502
+ _messages: [ 'Invalid scope' ],
503
+ __userMessage: 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA4',
504
+ __userMessages: [
505
+ 'Invalid authorization request\n ErrorCode: T_LOCAL|DyNTS-OA2-HA4'
506
+ ],
507
+ ___handled: false,
508
+ ___status: 400,
509
+ ___issuer: 'MISSING-ISSUER',
510
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
511
+ ___issuerService: 'OAuth2ControlService',
512
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
513
+ error: Error
514
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:72:23)
515
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:165:39)
516
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
517
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
518
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
519
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
520
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
521
+ errors: [
522
+ Error
523
+ at DyNTS_OAuth2_ControlService.handleAuthorizationRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:72:23)
524
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:165:39)
525
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
526
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
527
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
528
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
529
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
530
+ ],
531
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:72:23',
532
+ level: 'error',
533
+ additionalContent: {},
534
+ confidentialContent: {}
535
+ } 
536
+ ....Token request failed Error
537
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:171:23)
538
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:239:39)
539
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
540
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
541
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
542
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
543
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
544
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
545
+ __created: 2026-07-21T10:05:25.754Z,
546
+ __createdBy: 'OAuth2ControlService',
547
+ __lastModified: 2026-07-21T10:05:25.754Z,
548
+ __lastModifiedBy: 'OAuth2ControlService',
549
+ __v: 0,
550
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT0',
551
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT0' ],
552
+ _message: 'Missing required OAuth2 parameters',
553
+ _messages: [ 'Missing required OAuth2 parameters' ],
554
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT0',
555
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT0' ],
556
+ ___handled: false,
557
+ ___status: 400,
558
+ ___issuer: 'MISSING-ISSUER',
559
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
560
+ ___issuerService: 'OAuth2ControlService',
561
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
562
+ error: Error
563
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:171:23)
564
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:239:39)
565
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
566
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
567
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
568
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
569
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
570
+ errors: [
571
+ Error
572
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:171:23)
573
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:239:39)
574
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
575
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
576
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
577
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
578
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
579
+ ],
580
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:171:23',
581
+ level: 'error',
582
+ additionalContent: {},
583
+ confidentialContent: {}
584
+ } 
585
+ ..Token request failed Error
586
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:194:31)
587
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:256:39)
588
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
589
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
590
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
591
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
592
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
593
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
594
+ __created: 2026-07-21T10:05:25.755Z,
595
+ __createdBy: 'OAuth2ControlService',
596
+ __lastModified: 2026-07-21T10:05:25.755Z,
597
+ __lastModifiedBy: 'OAuth2ControlService',
598
+ __v: 0,
599
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT1',
600
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT1' ],
601
+ _message: 'Missing authorization code',
602
+ _messages: [ 'Missing authorization code' ],
603
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT1',
604
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT1' ],
605
+ ___handled: false,
606
+ ___status: 400,
607
+ ___issuer: 'MISSING-ISSUER',
608
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
609
+ ___issuerService: 'OAuth2ControlService',
610
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
611
+ error: Error
612
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:194:31)
613
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:256:39)
614
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
615
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
616
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
617
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
618
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
619
+ errors: [
620
+ Error
621
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:194:31)
622
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:256:39)
623
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
624
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
625
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
626
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
627
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
628
+ ],
629
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:194:31',
630
+ level: 'error',
631
+ additionalContent: {},
632
+ confidentialContent: {}
633
+ } 
634
+ .Token request failed Error
635
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:297:31)
636
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:302:39)
637
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
638
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
639
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
640
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
641
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
642
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
643
+ __created: 2026-07-21T10:05:25.757Z,
644
+ __createdBy: 'OAuth2ControlService',
645
+ __lastModified: 2026-07-21T10:05:25.757Z,
646
+ __lastModifiedBy: 'OAuth2ControlService',
647
+ __v: 0,
648
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT8',
649
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT8' ],
650
+ _message: 'Invalid username or password',
651
+ _messages: [ 'Invalid username or password' ],
652
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT8',
653
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT8' ],
654
+ ___handled: false,
655
+ ___status: 401,
656
+ ___issuer: 'MISSING-ISSUER',
657
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
658
+ ___issuerService: 'OAuth2ControlService',
659
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
660
+ error: Error
661
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:297:31)
662
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:302:39)
663
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
664
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
665
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
666
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
667
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
668
+ errors: [
669
+ Error
670
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:297:31)
671
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:302:39)
672
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
673
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
674
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
675
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
676
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
677
+ ],
678
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:297:31',
679
+ level: 'error',
680
+ additionalContent: {},
681
+ confidentialContent: {}
682
+ } 
683
+ .Token request failed Error
684
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:324:27)
685
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:310:39)
686
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
687
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
688
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
689
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
690
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
691
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
692
+ __created: 2026-07-21T10:05:25.758Z,
693
+ __createdBy: 'OAuth2ControlService',
694
+ __lastModified: 2026-07-21T10:05:25.758Z,
695
+ __lastModifiedBy: 'OAuth2ControlService',
696
+ __v: 0,
697
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT3',
698
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT3' ],
699
+ _message: 'Unsupported grant_type',
700
+ _messages: [ 'Unsupported grant_type' ],
701
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT3',
702
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT3' ],
703
+ ___handled: false,
704
+ ___status: 400,
705
+ ___issuer: 'MISSING-ISSUER',
706
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
707
+ ___issuerService: 'OAuth2ControlService',
708
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
709
+ error: Error
710
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:324:27)
711
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:310:39)
712
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
713
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
714
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
715
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
716
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
717
+ errors: [
718
+ Error
719
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:324:27)
720
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:310:39)
721
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
722
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
723
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
724
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
725
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
726
+ ],
727
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:324:27',
728
+ level: 'error',
729
+ additionalContent: {},
730
+ confidentialContent: {}
731
+ } 
732
+ .Token request failed Error
733
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:235:31)
734
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:274:39)
735
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
736
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
737
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
738
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
739
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
740
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
741
+ __created: 2026-07-21T10:05:25.759Z,
742
+ __createdBy: 'OAuth2ControlService',
743
+ __lastModified: 2026-07-21T10:05:25.759Z,
744
+ __lastModifiedBy: 'OAuth2ControlService',
745
+ __v: 0,
746
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT2',
747
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT2' ],
748
+ _message: 'Missing refresh token',
749
+ _messages: [ 'Missing refresh token' ],
750
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT2',
751
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT2' ],
752
+ ___handled: false,
753
+ ___status: 400,
754
+ ___issuer: 'MISSING-ISSUER',
755
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
756
+ ___issuerService: 'OAuth2ControlService',
757
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
758
+ error: Error
759
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:235:31)
760
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:274:39)
761
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
762
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
763
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
764
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
765
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
766
+ errors: [
767
+ Error
768
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:235:31)
769
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:274:39)
770
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
771
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
772
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
773
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
774
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
775
+ ],
776
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:235:31',
777
+ level: 'error',
778
+ additionalContent: {},
779
+ confidentialContent: {}
780
+ } 
781
+ .Token request failed Error
782
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:285:31)
783
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:292:39)
784
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
785
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
786
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
787
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
788
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
789
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
790
+ __created: 2026-07-21T10:05:25.761Z,
791
+ __createdBy: 'OAuth2ControlService',
792
+ __lastModified: 2026-07-21T10:05:25.761Z,
793
+ __lastModifiedBy: 'OAuth2ControlService',
794
+ __v: 0,
795
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT7',
796
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT7' ],
797
+ _message: 'Missing username or password',
798
+ _messages: [ 'Missing username or password' ],
799
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT7',
800
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT7' ],
801
+ ___handled: false,
802
+ ___status: 400,
803
+ ___issuer: 'MISSING-ISSUER',
804
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
805
+ ___issuerService: 'OAuth2ControlService',
806
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
807
+ error: Error
808
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:285:31)
809
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:292:39)
810
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
811
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
812
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
813
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
814
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
815
+ errors: [
816
+ Error
817
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:285:31)
818
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:292:39)
819
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
820
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
821
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
822
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
823
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
824
+ ],
825
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:285:31',
826
+ level: 'error',
827
+ additionalContent: {},
828
+ confidentialContent: {}
829
+ } 
830
+ ..Token request failed Error
831
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:182:23)
832
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:247:39)
833
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
834
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
835
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
836
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
837
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
838
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
839
+ __created: 2026-07-21T10:05:25.762Z,
840
+ __createdBy: 'OAuth2ControlService',
841
+ __lastModified: 2026-07-21T10:05:25.762Z,
842
+ __lastModifiedBy: 'OAuth2ControlService',
843
+ __v: 0,
844
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT4',
845
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT4' ],
846
+ _message: 'Invalid client credentials',
847
+ _messages: [ 'Invalid client credentials' ],
848
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT4',
849
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT4' ],
850
+ ___handled: false,
851
+ ___status: 401,
852
+ ___issuer: 'MISSING-ISSUER',
853
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
854
+ ___issuerService: 'OAuth2ControlService',
855
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
856
+ error: Error
857
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:182:23)
858
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:247:39)
859
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
860
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
861
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
862
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
863
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
864
+ errors: [
865
+ Error
866
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:182:23)
867
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:247:39)
868
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
869
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
870
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
871
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
872
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
873
+ ],
874
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:182:23',
875
+ level: 'error',
876
+ additionalContent: {},
877
+ confidentialContent: {}
878
+ } 
879
+ ..Token request failed Error
880
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:247:31)
881
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:283:39)
882
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
883
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
884
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
885
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
886
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
887
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
888
+ __created: 2026-07-21T10:05:25.764Z,
889
+ __createdBy: 'OAuth2ControlService',
890
+ __lastModified: 2026-07-21T10:05:25.764Z,
891
+ __lastModifiedBy: 'OAuth2ControlService',
892
+ __v: 0,
893
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT6',
894
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT6' ],
895
+ _message: 'Invalid refresh token',
896
+ _messages: [ 'Invalid refresh token' ],
897
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT6',
898
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT6' ],
899
+ ___handled: false,
900
+ ___status: 400,
901
+ ___issuer: 'MISSING-ISSUER',
902
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
903
+ ___issuerService: 'OAuth2ControlService',
904
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
905
+ error: Error
906
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:247:31)
907
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:283:39)
908
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
909
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
910
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
911
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
912
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
913
+ errors: [
914
+ Error
915
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:247:31)
916
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:283:39)
917
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
918
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
919
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
920
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
921
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
922
+ ],
923
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:247:31',
924
+ level: 'error',
925
+ additionalContent: {},
926
+ confidentialContent: {}
927
+ } 
928
+ .Token request failed Error
929
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:206:31)
930
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:265:39)
931
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
932
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
933
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
934
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
935
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
936
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
937
+ __created: 2026-07-21T10:05:25.765Z,
938
+ __createdBy: 'OAuth2ControlService',
939
+ __lastModified: 2026-07-21T10:05:25.765Z,
940
+ __lastModifiedBy: 'OAuth2ControlService',
941
+ __v: 0,
942
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HT5',
943
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HT5' ],
944
+ _message: 'Invalid or expired authorization code',
945
+ _messages: [ 'Invalid or expired authorization code' ],
946
+ __userMessage: 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT5',
947
+ __userMessages: [ 'Invalid token request\n ErrorCode: T_LOCAL|DyNTS-OA2-HT5' ],
948
+ ___handled: false,
949
+ ___status: 400,
950
+ ___issuer: 'MISSING-ISSUER',
951
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
952
+ ___issuerService: 'OAuth2ControlService',
953
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
954
+ error: Error
955
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:206:31)
956
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:265:39)
957
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
958
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
959
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
960
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
961
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
962
+ errors: [
963
+ Error
964
+ at DyNTS_OAuth2_ControlService.handleTokenRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:206:31)
965
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:265:39)
966
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
967
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
968
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
969
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
970
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
971
+ ],
972
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:206:31',
973
+ level: 'error',
974
+ additionalContent: {},
975
+ confidentialContent: {}
976
+ } 
977
+ .Token revocation failed Error
978
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:450:23)
979
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:407:39)
980
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
981
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
982
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
983
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
984
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
985
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
986
+ __created: 2026-07-21T10:05:25.766Z,
987
+ __createdBy: 'OAuth2ControlService',
988
+ __lastModified: 2026-07-21T10:05:25.766Z,
989
+ __lastModifiedBy: 'OAuth2ControlService',
990
+ __v: 0,
991
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HR1',
992
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HR1' ],
993
+ _message: 'Token not found or already revoked',
994
+ _messages: [ 'Token not found or already revoked' ],
995
+ __userMessage: 'Invalid revocation request\n ErrorCode: T_LOCAL|DyNTS-OA2-HR1',
996
+ __userMessages: [ 'Invalid revocation request\n ErrorCode: T_LOCAL|DyNTS-OA2-HR1' ],
997
+ ___handled: false,
998
+ ___status: 400,
999
+ ___issuer: 'MISSING-ISSUER',
1000
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1001
+ ___issuerService: 'OAuth2ControlService',
1002
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1003
+ error: Error
1004
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:450:23)
1005
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:407:39)
1006
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1007
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1008
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1009
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1010
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1011
+ errors: [
1012
+ Error
1013
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:450:23)
1014
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:407:39)
1015
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1016
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1017
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1018
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1019
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1020
+ ],
1021
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:450:23',
1022
+ level: 'error',
1023
+ additionalContent: {},
1024
+ confidentialContent: {}
1025
+ } 
1026
+ ..Token revocation failed Error
1027
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:421:23)
1028
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:401:39)
1029
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1030
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1031
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1032
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1033
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1034
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1035
+ __created: 2026-07-21T10:05:25.767Z,
1036
+ __createdBy: 'OAuth2ControlService',
1037
+ __lastModified: 2026-07-21T10:05:25.767Z,
1038
+ __lastModifiedBy: 'OAuth2ControlService',
1039
+ __v: 0,
1040
+ _errorCode: 'T_LOCAL|DyNTS-OA2-HR0',
1041
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-HR0' ],
1042
+ _message: 'Missing token',
1043
+ _messages: [ 'Missing token' ],
1044
+ __userMessage: 'Invalid revocation request\n ErrorCode: T_LOCAL|DyNTS-OA2-HR0',
1045
+ __userMessages: [ 'Invalid revocation request\n ErrorCode: T_LOCAL|DyNTS-OA2-HR0' ],
1046
+ ___handled: false,
1047
+ ___status: 400,
1048
+ ___issuer: 'MISSING-ISSUER',
1049
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1050
+ ___issuerService: 'OAuth2ControlService',
1051
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1052
+ error: Error
1053
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:421:23)
1054
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:401:39)
1055
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1056
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1057
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1058
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1059
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1060
+ errors: [
1061
+ Error
1062
+ at DyNTS_OAuth2_ControlService.handleTokenRevocation (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:421:23)
1063
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.spec.js:401:39)
1064
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1065
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1066
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1067
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1068
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1069
+ ],
1070
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.control-service.js:421:23',
1071
+ level: 'error',
1072
+ additionalContent: {},
1073
+ confidentialContent: {}
1074
+ } 
1075
+ .. <<<===== 'testEndpoint' result sent.
1076
+ .
1077
+ ||||||||||
1078
+
1079
+ Endpoint caught an error. 'testEndpoint' (/test)
1080
+ error: "Test error"
1081
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:422:28
1082
+
1083
+ ||||||||||
1084
+ 
1085
+ 
1086
+
1087
+ \\\\\\\\\\
1088
+ \\\\\\\\\\
1089
+ \\\\\\\\\\
1090
+
1091
+ Endpoint "/test" caught an error. (testEndpoint)
1092
+ ERROR: Error: Test error
1093
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:420:27)
1094
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1095
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1096
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1097
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1098
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1099
+
1100
+ //////////
1101
+ //////////
1102
+ //////////
1103
+
1104
+ 
1105
+ [FR-071 req-debug] ? /test (endpoint=testEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=(raw))
1106
+ 
1107
+ ..
1108
+ ||||||||||
1109
+
1110
+ Endpoint caught an error. 'testEndpoint' (/test)
1111
+ error: "Test error"
1112
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:308:28
1113
+
1114
+ ||||||||||
1115
+ 
1116
+ 
1117
+
1118
+ \\\\\\\\\\
1119
+ \\\\\\\\\\
1120
+ \\\\\\\\\\
1121
+
1122
+ Endpoint "/test" caught an error. (testEndpoint)
1123
+ ERROR: Error: Test error
1124
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:306:27)
1125
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1126
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1127
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1128
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1129
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1130
+
1131
+ //////////
1132
+ //////////
1133
+ //////////
1134
+
1135
+ 
1136
+ [FR-071 req-debug] ? /test (endpoint=testEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=(raw))
1137
+ 
1138
+ .
1139
+ ||||||||||
1140
+
1141
+ Endpoint caught an error. 'testEndpoint' (/test)
1142
+ ErrorCode: NO-ERROR-CODE
1143
+ error: "Test error"
1144
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:490:28
1145
+
1146
+ ||||||||||
1147
+ 
1148
+ 
1149
+
1150
+ \\\\\\\\\\
1151
+ \\\\\\\\\\
1152
+ \\\\\\\\\\
1153
+
1154
+ Endpoint "/test" caught an error. (testEndpoint)
1155
+ ErrorCode: NO-ERROR-CODE
1156
+ Message: Test error
1157
+
1158
+ UserMessage: undefined
1159
+ LocalStack:
1160
+ /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:483:27
1161
+
1162
+ Stack: Error: Test error
1163
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:484:24)
1164
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1165
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1166
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1167
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1168
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1169
+
1170
+ //////////
1171
+ //////////
1172
+ //////////
1173
+
1174
+ 
1175
+ [FR-071 req-debug] ? /test (endpoint=testEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=NO-ERROR-CODE)
1176
+ 
1177
+ ..
1178
+ ||||||||||
1179
+
1180
+ Endpoint caught an error. 'myEndpoint' (/test)
1181
+ error: "Raw error message"
1182
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:445:28
1183
+
1184
+ ||||||||||
1185
+ 
1186
+ 
1187
+
1188
+ \\\\\\\\\\
1189
+ \\\\\\\\\\
1190
+ \\\\\\\\\\
1191
+
1192
+ Endpoint "/test" caught an error. (myEndpoint)
1193
+ ERROR: Error: Raw error message
1194
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:443:27)
1195
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1196
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1197
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1198
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1199
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1200
+
1201
+ //////////
1202
+ //////////
1203
+ //////////
1204
+
1205
+ 
1206
+ [FR-071 req-debug] ? /test (endpoint=myEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=(raw))
1207
+ 
1208
+ ..
1209
+ ||||||||||
1210
+
1211
+ Endpoint caught an error. 'proxyEndpoint' (/proxy)
1212
+ error: "Upstream 502"
1213
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:467:28
1214
+
1215
+ ||||||||||
1216
+ 
1217
+ 
1218
+
1219
+ \\\\\\\\\\
1220
+ \\\\\\\\\\
1221
+ \\\\\\\\\\
1222
+
1223
+ Endpoint "/proxy" caught an error. (proxyEndpoint)
1224
+ ERROR: Error: Upstream 502
1225
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:465:41)
1226
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1227
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1228
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1229
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1230
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1231
+ status: 502
1232
+ }
1233
+
1234
+ //////////
1235
+ //////////
1236
+ //////////
1237
+
1238
+ 
1239
+ [FR-071 req-debug] ? /test (endpoint=proxyEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=(raw))
1240
+ 
1241
+ .
1242
+ ||||||||||
1243
+
1244
+ Endpoint caught an error. 'testEndpoint' (/test)
1245
+ ErrorCode: NO-ERROR-CODE
1246
+ error: "Test error"
1247
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:402:28
1248
+
1249
+ ||||||||||
1250
+ 
1251
+ 
1252
+
1253
+ \\\\\\\\\\
1254
+ \\\\\\\\\\
1255
+ \\\\\\\\\\
1256
+
1257
+ Endpoint "/test" caught an error. (testEndpoint)
1258
+ ErrorCode: NO-ERROR-CODE
1259
+ Message: Test error
1260
+
1261
+ UserMessage: undefined
1262
+ LocalStack:
1263
+ /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:397:27
1264
+
1265
+ Stack: Error: Test error
1266
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:398:24)
1267
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1268
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1269
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1270
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1271
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1272
+
1273
+ //////////
1274
+ //////////
1275
+ //////////
1276
+
1277
+ 
1278
+ [FR-071 req-debug] ? /test (endpoint=testEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=NO-ERROR-CODE)
1279
+ 
1280
+ .. <<<===== 'testEndpoint' result sent.
1281
+ . <<<===== 'testEndpoint' result sent.
1282
+ .
1283
+ ||||||||||
1284
+
1285
+ Endpoint caught an error. 'testEndpoint' (/test)
1286
+ error: "Circular error"
1287
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:515:28
1288
+
1289
+ ||||||||||
1290
+ 
1291
+ 
1292
+
1293
+ \\\\\\\\\\
1294
+ \\\\\\\\\\
1295
+ \\\\\\\\\\
1296
+
1297
+ Endpoint "/test" caught an error. (testEndpoint)
1298
+ ERROR: <ref *1> { message: 'Circular error', self: [Circular *1] }
1299
+
1300
+ //////////
1301
+ //////////
1302
+ //////////
1303
+
1304
+ 
1305
+ [FR-071 req-debug] ? /test (endpoint=testEndpoint, origin=none, auth=NO, secretKey=no, adminKey=no, errorCode=(raw))
1306
+ Internal Dynamo ERROR: error is not JSON.stringifyable... (it will be removed!)
1307
+ errorCode: undefined 
1308
+ 
1309
+ .........
1310
+ Endpoint params setup failed: name: 'testEndpoint' (security: undefined) endpoint:
1311
+ ERROR:
1312
+ Error: endpoint not setted up for this endpoint (testEndpoint)
1313
+ at new DyFM_Endpoint_SettingsBase (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/@futdevpro+fsm-dynamo@1.16.19_rxjs@7.8.1/node_modules/@futdevpro/fsm-dynamo/src/_models/control-models/service-endpoint-settings-base.control-model.ts:55:13)
1314
+ at new DyNTS_Endpoint_Params (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.js:54:13)
1315
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:194:17
1316
+ at compare (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:7305:11)
1317
+ at Expector.compare (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:4287:27)
1318
+ at Expectation.toThrow (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:4046:36)
1319
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_models/control-models/endpoint-params.control-model.spec.js:200:16)
1320
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1321
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1322
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16) 
1323
+ ............................................****************.*******......................................................[DyNTS LVS hydrate] 'pool-a' pool: 1 vektor betöltve az in-memory pool-ba.
1324
+ ..[DyNTS LVS hydrate] 'pool-a' pool: 3 vektor betöltve az in-memory pool-ba.
1325
+ .[DyNTS LVS hydrate] 'pool-a' pool: 1 vektor betöltve az in-memory pool-ba.
1326
+ .............................payload-1
1327
+ payload-2
1328
+ .............raw
1329
+ .hello-from-spec-1784628326390
1330
+ .redtext-payload
1331
+ .error-marker-1784628326392
1332
+ ............................*****....DyNTS_LMStudio_Embedding_ControlService testConnection Connection test failed {
1333
+ error: Error: connection refused
1334
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/lmstudio-embedding.control-service.spec.js:147:53)
1335
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1336
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1337
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1338
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1339
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1340
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1341
+ __created: 2026-07-21T10:05:26.466Z,
1342
+ __createdBy: 'DyNTS_LMStudio_Embedding_ControlService',
1343
+ __lastModified: 2026-07-21T10:05:26.466Z,
1344
+ __lastModifiedBy: 'DyNTS_LMStudio_Embedding_ControlService',
1345
+ __v: 0,
1346
+ _errorCode: 'T_LOCAL|DyNTS-LMS-ECS-CES0',
1347
+ _errorCodes: [ 'T_LOCAL|DyNTS-LMS-ECS-CES0' ],
1348
+ _message: 'connection refused',
1349
+ _messages: [ 'connection refused' ],
1350
+ __userMessage: 'connection refused\n ErrorCode: T_LOCAL|DyNTS-LMS-ECS-CES0',
1351
+ __userMessages: [ 'connection refused\n ErrorCode: T_LOCAL|DyNTS-LMS-ECS-CES0' ],
1352
+ ___handled: false,
1353
+ ___status: 500,
1354
+ ___issuer: 'test-issuer',
1355
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1356
+ ___issuerService: 'DyNTS_LMStudio_Embedding_ControlService',
1357
+ ___systemVersion: '0.0.1',
1358
+ error: Error: connection refused
1359
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/lmstudio-embedding.control-service.spec.js:147:53)
1360
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1361
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1362
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1363
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1364
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1365
+ errors: [
1366
+ Error: connection refused
1367
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/lmstudio-embedding.control-service.spec.js:147:53)
1368
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1369
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1370
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1371
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1372
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1373
+ ],
1374
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/ai/_services/lmstudio-embedding.control-service.js:129:19',
1375
+ level: 'error',
1376
+ additionalContent: {},
1377
+ confidentialContent: {}
1378
+ },
1379
+ issuer: 'test-issuer'
1380
+ } 
1381
+ ...................
1382
+ ||||||||||
1383
+
1384
+ [DyNTS MCP] http server starting (test-mcp v0.0.1-spec); advertised tools: alpha, beta, boom, structuredError
1385
+
1386
+ ||||||||||
1387
+ 
1388
+ ...TESTTTT route: [ '192.168.1.1', '10.0.0.1', '172.16.0.1' ]
1389
+ ...TESTTTT route: [ '192.168.1.1' ]
1390
+ .......
1391
+
1392
+ \\\\\\\\\\
1393
+ \\\\\\\\\\
1394
+ \\\\\\\\\\
1395
+
1396
+ DyNTS_SocketClientService_Params (test this with custom address!) "ws://localhost"
1397
+
1398
+ //////////
1399
+ //////////
1400
+ //////////
1401
+
1402
+ 
1403
+ .
1404
+
1405
+ \\\\\\\\\\
1406
+ \\\\\\\\\\
1407
+ \\\\\\\\\\
1408
+
1409
+ DyNTS_SocketClientService_Params (test this with custom address!) "ws://localhost"
1410
+
1411
+ //////////
1412
+ //////////
1413
+ //////////
1414
+
1415
+ 
1416
+ .*.........[load-shed] CRITICAL memory pressure — shedding non-essential requests (503). path: /api/heavy-operation
1417
+ ...
1418
+ ||||||||||
1419
+
1420
+ (checkServerConnections) "test-service" server is not available
1421
+ baseUrl: https://test.example.com
1422
+ testEndpoint: /test Error: Connection failed
1423
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/server-status/server-status.control-service.spec.js:229:27)
1424
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1425
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1426
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1427
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1428
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1429
+
1430
+ ||||||||||
1431
+ 
1432
+ ..(checkDbReadiness) DB readiness check failed Error: boom
1433
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/server-status/server-status.control-service.spec.js:431:68)
1434
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1435
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1436
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1437
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1438
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 
1439
+ ..(checkDbReadiness) DB readiness check failed Error: no pong
1440
+ at Object.ping (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/server-status/server-status.control-service.spec.js:422:65)
1441
+ at TestServerStatusControlService.checkDbReadiness (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/server-status/server-status.control-service.js:145:46)
1442
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/server-status/server-status.control-service.spec.js:425:42)
1443
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1444
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1445
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1446
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1447
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 
1448
+ .ServerStatus snapshot created
1449
+ ..............................***************..............
1450
+ ||||||||||
1451
+
1452
+ Failed to get conversation stats Error: Failed to fetch
1453
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/dynamo-bot/_collections/dyb-operations.util.spec.js:42:106)
1454
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1455
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1456
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1457
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1458
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1459
+
1460
+ ||||||||||
1461
+ 
1462
+ .....
1463
+ ||||||||||
1464
+
1465
+ Failed to search messages Error: Failed to fetch
1466
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/dynamo-bot/_collections/dyb-operations.util.spec.js:86:106)
1467
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1468
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1469
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1470
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1471
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1472
+
1473
+ ||||||||||
1474
+ 
1475
+ .................................................***************.Emitting event 'test-event' on socket(unknown)-(0) failed!
1476
+ ERROR: socket[socket-1] is not connected! (it will be removed...)
1477
+ Emitting event 'test-event' on socket(unknown)-(1) failed!
1478
+ ERROR: socket[socket-2] is not connected! (it will be removed...)
1479
+ .Emitting event 'test-event' on socket(unknown)-(0) failed!(1)
1480
+ Emitting event 'test-event' on socket(unknown)-(1) failed!(1)
1481
+ ..Emitting event 'test-event' on socket(unknown)-(0) failed!(1)
1482
+ Emitting event 'test-event' on socket(unknown)-(1) failed!(1)
1483
+ .Emitting event 'test-event' on socket(unknown)-(0) failed!
1484
+ ERROR: socket[socket-1] is not connected! (it will be removed...)
1485
+ Emitting event 'test-event' on socket(unknown)-(0) failed!(1)
1486
+ ......************
1487
+ ||||||||||
1488
+
1489
+ ❌❌ Error handleMessage: Error: Test error
1490
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/assistant/_services/ass-io.control-service.spec.js:68:136)
1491
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1492
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1493
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1494
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1495
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1496
+
1497
+ ||||||||||
1498
+ 
1499
+ .
1500
+ ||||||||||
1501
+
1502
+ ❌❌ Error handleMessage: Error: Test error
1503
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/assistant/_services/ass-io.control-service.spec.js:92:136)
1504
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1505
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1506
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1507
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1508
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1509
+
1510
+ ||||||||||
1511
+ 
1512
+ ..................................................................You should not set the subscription event, in case you need additional steps for your subscriptions. test (0) 
1513
+ You should not set the unsubscribe event, in case you need additional steps for your unsubscribe. test (0) 
1514
+ You should not set the error event, in case you need additional steps for your error. test (0) 
1515
+ ..............OAuth2 self-token authentication failed Error
1516
+ at DyNTS_OAuth2_AuthService.authenticate_tokenSelf (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:70:23)
1517
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:116:39)
1518
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1519
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1520
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1521
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1522
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1523
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1524
+ __created: 2026-07-21T10:05:26.857Z,
1525
+ __createdBy: 'AuthService',
1526
+ __lastModified: 2026-07-21T10:05:26.857Z,
1527
+ __lastModifiedBy: 'AuthService',
1528
+ __v: 0,
1529
+ _errorCode: 'T_LOCAL|DyNTS-OA2-ATS1',
1530
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-ATS1' ],
1531
+ _message: 'Invalid token format',
1532
+ _messages: [ 'Invalid token format' ],
1533
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1534
+ 'please contact the responsible development team.\n' +
1535
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-ATS1',
1536
+ __userMessages: [
1537
+ 'We encountered an unhandled Auth Error, \n' +
1538
+ 'please contact the responsible development team.\n' +
1539
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-ATS1'
1540
+ ],
1541
+ ___handled: false,
1542
+ ___status: 401,
1543
+ ___issuer: 'MISSING-ISSUER',
1544
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1545
+ ___issuerService: 'AuthService',
1546
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1547
+ error: Error
1548
+ at DyNTS_OAuth2_AuthService.authenticate_tokenSelf (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:70:23)
1549
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:116:39)
1550
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1551
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1552
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1553
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1554
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1555
+ errors: [
1556
+ Error
1557
+ at DyNTS_OAuth2_AuthService.authenticate_tokenSelf (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:70:23)
1558
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:116:39)
1559
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1560
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1561
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1562
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1563
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1564
+ ],
1565
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:70:23',
1566
+ level: 'error',
1567
+ additionalContent: {},
1568
+ confidentialContent: {}
1569
+ } 
1570
+ ..OAuth2 usage data permission check failed Error
1571
+ at DyNTS_OAuth2_AuthService.authenticate_tokenPerm_accUsageData (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:125:23)
1572
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:142:39)
1573
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1574
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1575
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1576
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1577
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1578
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1579
+ __created: 2026-07-21T10:05:26.861Z,
1580
+ __createdBy: 'AuthService',
1581
+ __lastModified: 2026-07-21T10:05:26.861Z,
1582
+ __lastModifiedBy: 'AuthService',
1583
+ __v: 0,
1584
+ _errorCode: 'T_LOCAL|DyNTS-OA2-ATU1',
1585
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-ATU1' ],
1586
+ _message: 'Invalid token format',
1587
+ _messages: [ 'Invalid token format' ],
1588
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1589
+ 'please contact the responsible development team.\n' +
1590
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-ATU1',
1591
+ __userMessages: [
1592
+ 'We encountered an unhandled Auth Error, \n' +
1593
+ 'please contact the responsible development team.\n' +
1594
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-ATU1'
1595
+ ],
1596
+ ___handled: false,
1597
+ ___status: 401,
1598
+ ___issuer: 'MISSING-ISSUER',
1599
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1600
+ ___issuerService: 'AuthService',
1601
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1602
+ error: Error
1603
+ at DyNTS_OAuth2_AuthService.authenticate_tokenPerm_accUsageData (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:125:23)
1604
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:142:39)
1605
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1606
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1607
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1608
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1609
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1610
+ errors: [
1611
+ Error
1612
+ at DyNTS_OAuth2_AuthService.authenticate_tokenPerm_accUsageData (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:125:23)
1613
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:142:39)
1614
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1615
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1616
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1617
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1618
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1619
+ ],
1620
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:125:23',
1621
+ level: 'error',
1622
+ additionalContent: {},
1623
+ confidentialContent: {}
1624
+ } 
1625
+ .....OAuth2 token authentication failed Error
1626
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1627
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:82:39)
1628
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1629
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1630
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1631
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1632
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1633
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1634
+ __created: 2026-07-21T10:05:26.868Z,
1635
+ __createdBy: 'AuthService',
1636
+ __lastModified: 2026-07-21T10:05:26.868Z,
1637
+ __lastModifiedBy: 'AuthService',
1638
+ __v: 0,
1639
+ _errorCode: 'T_LOCAL|DyNTS-OA2-AT1',
1640
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-AT1' ],
1641
+ _message: 'Invalid token format',
1642
+ _messages: [ 'Invalid token format' ],
1643
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1644
+ 'please contact the responsible development team.\n' +
1645
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1',
1646
+ __userMessages: [
1647
+ 'We encountered an unhandled Auth Error, \n' +
1648
+ 'please contact the responsible development team.\n' +
1649
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1'
1650
+ ],
1651
+ ___handled: false,
1652
+ ___status: 401,
1653
+ ___issuer: 'MISSING-ISSUER',
1654
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1655
+ ___issuerService: 'AuthService',
1656
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1657
+ error: Error
1658
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1659
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:82:39)
1660
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1661
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1662
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1663
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1664
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1665
+ errors: [
1666
+ Error
1667
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1668
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:82:39)
1669
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1670
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1671
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1672
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1673
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1674
+ ],
1675
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23',
1676
+ level: 'error',
1677
+ additionalContent: {},
1678
+ confidentialContent: {}
1679
+ } 
1680
+ .OAuth2 token authentication failed Error
1681
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1682
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:75:39)
1683
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1684
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1685
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1686
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1687
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1688
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1689
+ __created: 2026-07-21T10:05:26.870Z,
1690
+ __createdBy: 'AuthService',
1691
+ __lastModified: 2026-07-21T10:05:26.870Z,
1692
+ __lastModifiedBy: 'AuthService',
1693
+ __v: 0,
1694
+ _errorCode: 'T_LOCAL|DyNTS-OA2-AT1',
1695
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-AT1' ],
1696
+ _message: 'Invalid token format',
1697
+ _messages: [ 'Invalid token format' ],
1698
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1699
+ 'please contact the responsible development team.\n' +
1700
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1',
1701
+ __userMessages: [
1702
+ 'We encountered an unhandled Auth Error, \n' +
1703
+ 'please contact the responsible development team.\n' +
1704
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1'
1705
+ ],
1706
+ ___handled: false,
1707
+ ___status: 401,
1708
+ ___issuer: 'MISSING-ISSUER',
1709
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1710
+ ___issuerService: 'AuthService',
1711
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1712
+ error: Error
1713
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1714
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:75:39)
1715
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1716
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1717
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1718
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1719
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1720
+ errors: [
1721
+ Error
1722
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1723
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:75:39)
1724
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1725
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1726
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1727
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1728
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1729
+ ],
1730
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23',
1731
+ level: 'error',
1732
+ additionalContent: {},
1733
+ confidentialContent: {}
1734
+ } 
1735
+ ..OAuth2 token authentication failed Error
1736
+ at DyNTS_OAuth2_AuthService.getTokenFromRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/auth.service.js:34:19)
1737
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:24:32)
1738
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:64:39)
1739
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1740
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1741
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1742
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1743
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1744
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1745
+ __created: 2026-07-21T10:05:26.875Z,
1746
+ __createdBy: 'AuthService',
1747
+ __lastModified: 2026-07-21T10:05:26.875Z,
1748
+ __lastModifiedBy: 'AuthService',
1749
+ __v: 0,
1750
+ _errorCode: 'T_LOCAL|DyNTS-AS0-GT0',
1751
+ _errorCodes: [ 'T_LOCAL|DyNTS-AS0-GT0' ],
1752
+ _message: 'AuthHeader missing!',
1753
+ _messages: [ 'AuthHeader missing!' ],
1754
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1755
+ 'please contact the responsible development team.\n' +
1756
+ ' ErrorCode: T_LOCAL|DyNTS-AS0-GT0',
1757
+ __userMessages: [
1758
+ 'We encountered an unhandled Auth Error, \n' +
1759
+ 'please contact the responsible development team.\n' +
1760
+ ' ErrorCode: T_LOCAL|DyNTS-AS0-GT0'
1761
+ ],
1762
+ ___handled: false,
1763
+ ___status: 401,
1764
+ ___issuer: 'MISSING-ISSUER',
1765
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1766
+ ___issuerService: 'AuthService',
1767
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1768
+ error: Error
1769
+ at DyNTS_OAuth2_AuthService.getTokenFromRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/auth.service.js:34:19)
1770
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:24:32)
1771
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:64:39)
1772
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1773
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1774
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1775
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1776
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1777
+ errors: [
1778
+ Error
1779
+ at DyNTS_OAuth2_AuthService.getTokenFromRequest (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/auth.service.js:34:19)
1780
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:24:32)
1781
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:64:39)
1782
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1783
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1784
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1785
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1786
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1787
+ ],
1788
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/auth.service.js:34:19',
1789
+ level: 'error',
1790
+ additionalContent: {},
1791
+ confidentialContent: { headers: {} }
1792
+ } 
1793
+ OAuth2 token authentication failed Error
1794
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1795
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:60:39)
1796
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1797
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1798
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1799
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1800
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9 {
1801
+ flag: 'DYNAMO-ERROR-OBJECT-v2',
1802
+ __created: 2026-07-21T10:05:26.937Z,
1803
+ __createdBy: 'AuthService',
1804
+ __lastModified: 2026-07-21T10:05:26.937Z,
1805
+ __lastModifiedBy: 'AuthService',
1806
+ __v: 0,
1807
+ _errorCode: 'T_LOCAL|DyNTS-OA2-AT1',
1808
+ _errorCodes: [ 'T_LOCAL|DyNTS-OA2-AT1' ],
1809
+ _message: 'Invalid token format',
1810
+ _messages: [ 'Invalid token format' ],
1811
+ __userMessage: 'We encountered an unhandled Auth Error, \n' +
1812
+ 'please contact the responsible development team.\n' +
1813
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1',
1814
+ __userMessages: [
1815
+ 'We encountered an unhandled Auth Error, \n' +
1816
+ 'please contact the responsible development team.\n' +
1817
+ ' ErrorCode: T_LOCAL|DyNTS-OA2-AT1'
1818
+ ],
1819
+ ___handled: false,
1820
+ ___status: 401,
1821
+ ___issuer: 'MISSING-ISSUER',
1822
+ ___issuerSystem: 'MISSING-ISSUER-SYSTEM',
1823
+ ___issuerService: 'AuthService',
1824
+ ___systemVersion: 'MISSING-SYSTEM-VERSION',
1825
+ error: Error
1826
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1827
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:60:39)
1828
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1829
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1830
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1831
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1832
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9,
1833
+ errors: [
1834
+ Error
1835
+ at DyNTS_OAuth2_AuthService.authenticate_token (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23)
1836
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.spec.js:60:39)
1837
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1838
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1839
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1840
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1841
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1842
+ ],
1843
+ __localStack: '/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/oauth2/_services/oauth2.auth-service.js:27:23',
1844
+ level: 'error',
1845
+ additionalContent: {},
1846
+ confidentialContent: {}
1847
+ } 
1848
+ ...............................<--- outgoing API call: "Test API Call"
1849
+ ---> "Test API Call" api call was successful
1850
+ .<--- outgoing API call: "Test API Call"
1851
+ WARNING you cant send body in get calls (Test API Call)
1852
+ "Test API Call" api call was successful
1853
+ .<--- outgoing API call: "Test API Call"
1854
+ WARNING you cant send body in get calls (Test API Call)
1855
+ ----------
1856
+
1857
+ ---> API ERROR: "Test API Call" failed (500)...
1858
+ endpoint: get "http://example.com/api/test"
1859
+ BE-BE requestStackLocation: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.spec.js:12:22"
1860
+ error: "undefined"
1861
+ localStack: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.js:126:22"
1862
+ ---------- 
1863
+ 
1864
+ 'Test API Call' was UNSUCCESSFUL
1865
+ .<--- outgoing API call: "Test API Call"
1866
+ WARNING you cant send body in get calls (Test API Call)
1867
+ ----------
1868
+
1869
+ ---> API ERROR: "Test API Call" failed (500)...
1870
+ endpoint: get "http://example.com/api/test"
1871
+ BE-BE requestStackLocation: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.spec.js:12:22"
1872
+ error: "undefined"
1873
+ localStack: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.js:126:22"
1874
+ ---------- 
1875
+ 
1876
+ 'Test API Call' was UNSUCCESSFUL
1877
+ .<--- outgoing API call: "Test API Call"
1878
+ WARNING you cant send body in get calls (Test API Call)
1879
+ ----------
1880
+
1881
+ ---> API ERROR: "Test API Call" failed (500)...
1882
+ endpoint: get "http://example.com/api/test"
1883
+ BE-BE requestStackLocation: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.spec.js:12:22"
1884
+ error: "undefined"
1885
+ localStack: "/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/core/api.service.js:126:22"
1886
+ ---------- 
1887
+ 
1888
+ 'Test API Call' was UNSUCCESSFUL
1889
+ .<--- outgoing API call: "Test API Call"
1890
+ ...........................................................................................................
1891
+ ||||||||||
1892
+
1893
+ Error during Discord bot start: Error: Discord client not initialized. Call setup() first.
1894
+ at DyNTS_DiB_MessagingProvider_ControlService.start (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/discord-bot/_services/dib-messaging-provider.control-service.js:53:23)
1895
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/discord-bot/_services/dib-messaging-provider.control-service.spec.js:140:32)
1896
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1897
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1898
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1899
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1900
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1901
+
1902
+ ||||||||||
1903
+ 
1904
+ .............
1905
+ ||||||||||
1906
+
1907
+ Error replying to message: Error: Reply failed
1908
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/discord-bot/_services/dib-messaging-provider.control-service.spec.js:241:27)
1909
+
1910
+ ||||||||||
1911
+ 
1912
+ ............................🔍 Comparing "document" document: "New Document"
1913
+ .🔍 Comparing "document" document: "Test Document"
1914
+ ..............................................................................................**.......................................**************............................autoConnect or reconnection is set to true in socketOptions, so reconnect is set to false
1915
+ This means that the reconnection will use the socket.io reconnection logic, not the Dynamo implementations. 
1916
+ 
1917
+
1918
+ \\\\\\\\\\
1919
+ \\\\\\\\\\
1920
+ \\\\\\\\\\
1921
+
1922
+ DyNTS_SocketClientService_Params (test this with custom address!) "ws://localhost"
1923
+
1924
+ //////////
1925
+ //////////
1926
+ //////////
1927
+
1928
+ 
1929
+ ..
1930
+ socket-client (socket-client-mock) Service setup finished
1931
+ < .. > socket-client (socket-client-mock) connecting to ws://localhost:0 ...
1932
+ autoConnect or reconnection is set to true in socketOptions, so reconnect is set to false
1933
+ This means that the reconnection will use the socket.io reconnection logic, not the Dynamo implementations. 
1934
+ 
1935
+
1936
+ \\\\\\\\\\
1937
+ \\\\\\\\\\
1938
+ \\\\\\\\\\
1939
+
1940
+ DyNTS_SocketClientService_Params (test this with custom address!) "ws://localhost"
1941
+
1942
+ //////////
1943
+ //////////
1944
+ //////////
1945
+
1946
+ 
1947
+ .....*****************************.. ! Scheduler job "bad" failed: Error: boom
1948
+ at Object.handler (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/scheduler/scheduler.service.spec.js:77:84)
1949
+ at DyNTS_Scheduler_Service.executeJob (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/scheduler/scheduler.service.js:126:34)
1950
+ at DyNTS_Scheduler_Service.runNow (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/scheduler/scheduler.service.js:81:20)
1951
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/scheduler/scheduler.service.spec.js:78:23)
1952
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1953
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1954
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1955
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1956
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1957
+ ..........................................................................error found, not saving ("known" error), but increased count,
1958
+ count: 2 
1959
+ ErrorMsg: Old recurrence 
1960
+ .error found, not saving ("known" error), but increased count,
1961
+ count: 3 
1962
+ ErrorMsg: Regression error 
1963
+ ....error not found, saving....
1964
+ ErrorMsg: Test internal error 
1965
+ error saved
1966
+ 
1967
+ ||||||||||
1968
+
1969
+ DyNTS_Error_DataService handling InternalError... Error: Test internal error
1970
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/errors/errors.data-service.spec.js:140:47)
1971
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1972
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1973
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1974
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1975
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1976
+
1977
+ ||||||||||
1978
+ 
1979
+ ...
1980
+ ||||||||||
1981
+
1982
+ checkErrorIsStringifyableOrResolvable error TypeError: Converting circular structure to JSON
1983
+ --> starting at object with constructor 'Object'
1984
+ --- property 'circular' closes the circle
1985
+ at JSON.stringify (<anonymous>)
1986
+ at DyNTS_Errors_DataService.checkErrorIsStringifyableOrResolvable (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/errors/errors.data-service.js:285:18)
1987
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/server/errors/errors.data-service.spec.js:162:36)
1988
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
1989
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
1990
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
1991
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
1992
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
1993
+
1994
+ ||||||||||
1995
+ 
1996
+ .................error not found, saving....
1997
+ ErrorMsg: User error: No account found 
1998
+ error saved
1999
+ .error found, not saving ("known" error), but increased count,
2000
+ count: 6 
2001
+ ErrorMsg: Duplicate error message 
2002
+ .error not found, saving....
2003
+ ErrorMsg: Dev error 
2004
+ error saved
2005
+ ..error not saved (dev version)
2006
+ .error not found, saving....
2007
+ ErrorMsg: New error message 
2008
+ error saved
2009
+ ..........DyNTS_App_Params.constructor: dbName is not set in "nts-integration-test" model.For future compatibility.
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+ Starting nts-integration-test...
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+ ]0;nts-integration-test
2032
+ EmailService construction (FutDevPro - Auto) Finished!
2033
+
2034
+ No database connection created.
2035
+ Tue, 21 Jul 2026 10:05:30 GMT body-parser deprecated undefined extended: provide extended option at build/_services/server/app.server.js:839:41
2036
+ 
2037
+
2038
+ \\\\\\\\\\
2039
+ \\\\\\\\\\
2040
+ \\\\\\\\\\
2041
+
2042
+
2043
+ HTTP (open) server is using a randomly selected port by the OS: 42255
2044
+ (httpPort was set to 0 — this is intended for testing only)
2045
+
2046
+ //////////
2047
+ //////////
2048
+ //////////
2049
+
2050
+ 
2051
+ 
2052
+ HTTP (open) server is listening on port: 0.0.0.0:42255
2053
+ [DyNTS_MemoryGuard] installed — poll 10000ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2054
+ Event-loop diag installed (poll: 5000ms, history: 120)
2055
+ [DyNTS_CollectionGrowthMonitor] installed — poll 300s, size-threshold 250000 docs, growth-rate 50%/poll
2056
+ 
2057
+ socket server setup finished: "test" (attached to server on port: 0)
2058
+ 
2059
+ ===>>> incoming 'testBase' request... (issuer: accountId_mock)
2060
+  <<<===== 'testBase' result sent.
2061
+ .
2062
+ ===>>> incoming 'testSimple' request... (issuer: accountId_mock)
2063
+  <<<===== 'testSimple' result sent.
2064
+ ....
2065
+ stopping server...
2066
+ 
2067
+ 
2068
+
2069
+ \\\\\\\\\\
2070
+ \\\\\\\\\\
2071
+ \\\\\\\\\\
2072
+
2073
+ "nts-integration-test" started successfully.
2074
+
2075
+ //////////
2076
+ //////////
2077
+ //////////
2078
+
2079
+ 
2080
+ 
2081
+ HTTP socket server close error Error: Server is not running.
2082
+ at Server.close (node:net:2284:12)
2083
+ at Object.onceWrapper (node:events:638:28)
2084
+ at Server.emit (node:events:536:35)
2085
+ at Server.emit (node:domain:489:12)
2086
+ at emitCloseNT (node:net:2344:8)
2087
+ at processTicksAndRejections (node:internal/process/task_queues:81:21) {
2088
+ code: 'ERR_SERVER_NOT_RUNNING'
2089
+ } 
2090
+ ...........Dynamo bot provider setup completed
2091
+ ..Dynamo bot event listeners setup (messaging integration)
2092
+ .
2093
+ ||||||||||
2094
+
2095
+ Error during Dynamo bot start: Error: Start failed
2096
+ at UserContext.<anonymous> (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_modules/bot/_modules/dynamo-bot/_services/dyb-messaging-provider.control-service.spec.js:117:27)
2097
+ at QueueRunner.attempt (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8414:40)
2098
+ at QueueRunner.run (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8452:27)
2099
+ at runNext (/tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8355:16)
2100
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8361:11
2101
+ at /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/node_modules/.pnpm/jasmine-core@5.10.0/node_modules/jasmine-core/lib/jasmine-core/jasmine.js:8241:9
2102
+ at processTicksAndRejections (node:internal/process/task_queues:95:5)
2103
+
2104
+ ||||||||||
2105
+ 
2106
+ ..................................DyNTS AI | onCostEvent callback threw (call-type: embedding-single, model: text-embedding-3-small, issuer: test-issuer): consumer callback failure
2107
+ ...........Authentication Service missing!
2108
+ .Authentication Service missing!
2109
+ ..Authentication Service missing!
2110
+ ...Authentication Service missing!
2111
+ ...Authentication Service missing!
2112
+ ..Authentication Service missing!
2113
+ .Authentication Service missing!
2114
+ ..............................................................[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB), graceful-exit@3 critical polls (boot-grace 60000ms)
2115
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2116
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2117
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2118
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2119
+ .[DyNTS_MemoryGuard] installed — poll 10000ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2120
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2121
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2122
+ 
2123
+
2124
+ \\\\\\\\\\
2125
+ \\\\\\\\\\
2126
+ \\\\\\\\\\
2127
+
2128
+ [DyNTS_MemoryGuard] CRITICAL heap pressure — heap 97% (970/1000MB), rss 1070MB, GC 0% [heap] — OOM imminent
2129
+
2130
+ //////////
2131
+ //////////
2132
+ //////////
2133
+
2134
+ 
2135
+ 
2136
+
2137
+ \\\\\\\\\\
2138
+ \\\\\\\\\\
2139
+ \\\\\\\\\\
2140
+
2141
+ [DyNTS_MemoryGuard] CRITICAL heap pressure — heap 70% (700/1000MB), rss 800MB, GC 65% [gc] — OOM imminent
2142
+
2143
+ //////////
2144
+ //////////
2145
+ //////////
2146
+
2147
+ 
2148
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 70% (700/1000MB), rss 800MB, GC 45% [gc]
2149
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2150
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB), graceful-exit@3 critical polls (boot-grace 0ms)
2151
+ 
2152
+
2153
+ \\\\\\\\\\
2154
+ \\\\\\\\\\
2155
+ \\\\\\\\\\
2156
+
2157
+ [DyNTS_MemoryGuard] CRITICAL heap pressure — heap 97% (970/1000MB), rss 1070MB, GC 0% [heap] — OOM imminent
2158
+
2159
+ //////////
2160
+ //////////
2161
+ //////////
2162
+
2163
+ 
2164
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2165
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2166
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2167
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2168
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 92% (920/1000MB), rss 1020MB, GC 0% [heap]
2169
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2170
+ 
2171
+
2172
+ \\\\\\\\\\
2173
+ \\\\\\\\\\
2174
+ \\\\\\\\\\
2175
+
2176
+ [DyNTS_MemoryGuard] CRITICAL heap pressure — heap 97% (970/1000MB), rss 1070MB, GC 0% [heap] — OOM imminent
2177
+
2178
+ //////////
2179
+ //////////
2180
+ //////////
2181
+
2182
+ 
2183
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2184
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2185
+ [DyNTS_MemoryGuard] RECOVERED — heap 70% (700/1000MB), rss 800MB, GC 0% [recovery]
2186
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2187
+ .[DyNTS_MemoryGuard] installed — poll 999999ms, warn 85%/40%GC, crit 95%/60%GC (heap limit 6156MB)
2188
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2189
+ [DyNTS_MemoryGuard] RECOVERED — heap 70% (700/1000MB), rss 800MB, GC 0% [recovery]
2190
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2191
+ [DyNTS_MemoryGuard] RECOVERED — heap 70% (700/1000MB), rss 800MB, GC 0% [recovery]
2192
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2193
+ [DyNTS_MemoryGuard] RECOVERED — heap 70% (700/1000MB), rss 800MB, GC 0% [recovery]
2194
+ [DyNTS_MemoryGuard] WARNING heap pressure — heap 88% (880/1000MB), rss 980MB, GC 0% [heap]
2195
+ [DyNTS_MemoryGuard] RECOVERED — heap 70% (700/1000MB), rss 800MB, GC 0% [recovery]
2196
+ .....
2197
+ EmailService construction (Test Sender) Finished!
2198
+ ..INVALID route type: invalid - undefined
2199
+ ..DYNAMO-NTS ERROR: INVALID route type: invalid - undefined
2200
+ ...................................................❌ getDataByDependencyId failed, dependencyKey is missing from service! (test_data)
2201
+ 📍 /tmp/pipeline-runs/1c377e9e-0c07-45ad-be38-cad7a5a97c39/build/_services/base/data.service.spec.js:182:87
2202
+ ...........
2203
+
2204
+ Pending:
2205
+
2206
+ 1) | DyNTS_DiAs_ServiceBase | gatherMessagesAsOAIConversation | should convert messages to OAI conversation format
2207
+ No reason given
2208
+
2209
+
2210
+ 2) | DyNTS_DiAs_ServiceBase | gatherDiscordMessagesForChannel | should add source info when requested
2211
+ No reason given
2212
+
2213
+
2214
+ 3) | DyNTS_DiAs_ServiceBase | gatherDiscordMessagesForChannel | should sort messages by timestamp
2215
+ No reason given
2216
+
2217
+
2218
+ 4) | DyNTS_DiAs_ServiceBase | gatherDiscordMessagesForChannel | should gather and filter messages
2219
+ No reason given
2220
+
2221
+
2222
+ 5) | DyNTS_DiAs_ServiceBase | should initialize LLM chat service
2223
+ No reason given
2224
+
2225
+
2226
+ 6) | DyNTS_DiAs_ServiceBase | should have default system prompt
2227
+ No reason given
2228
+
2229
+
2230
+ 7) | DyNTS_DiAs_ServiceBase | gatherDiscordMessagesForMessage | should use custom limit
2231
+ No reason given
2232
+
2233
+
2234
+ 8) | DyNTS_DiAs_ServiceBase | gatherDiscordMessagesForMessage | should gather messages for a message
2235
+ No reason given
2236
+
2237
+
2238
+ 9) | DyNTS_Bot_Routines_ControlService | defaultProvider | should return default provider from main bot service
2239
+ No reason given
2240
+
2241
+
2242
+ 10) | DyNTS_Bot_Routines_ControlService | should be a singleton instance
2243
+ No reason given
2244
+
2245
+
2246
+ 11) | DyNTS_Bot_Routines_ControlService | routinesStarted | should return undefined initially
2247
+ No reason given
2248
+
2249
+
2250
+ 12) | DyNTS_Bot_Routines_ControlService | routinesStarted | should return true after start
2251
+ No reason given
2252
+
2253
+
2254
+ 13) | DyNTS_Bot_Routines_ControlService | setup | should setup main bot service
2255
+ No reason given
2256
+
2257
+
2258
+ 14) | DyNTS_Bot_Routines_ControlService | setup | should throw error when main bot service not found
2259
+ No reason given
2260
+
2261
+
2262
+ 15) | DyNTS_Bot_Routines_ControlService | start | should start routines and set routinesStarted flag
2263
+ No reason given
2264
+
2265
+
2266
+ 16) | DyNTS_Bot_Routines_ControlService | start | should throw error when default provider not started
2267
+ No reason given
2268
+
2269
+
2270
+ 17) | DyNTS_Bot_MessagingProvider_ServiceBase | channelCache | should cache channels
2271
+ No reason given
2272
+
2273
+
2274
+ 18) | DyNTS_Bot_MessagingProvider_ServiceBase | sendReportIn | should send report in report channel
2275
+ No reason given
2276
+
2277
+
2278
+ 19) | DyNTS_Bot_MessagingProvider_ServiceBase | properties | should have config property
2279
+ No reason given
2280
+
2281
+
2282
+ 20) | DyNTS_Bot_MessagingProvider_ServiceBase | properties | should have type property
2283
+ No reason given
2284
+
2285
+
2286
+ 21) | DyNTS_Bot_MessagingProvider_ServiceBase | properties | should have botDisplayName getter
2287
+ No reason given
2288
+
2289
+
2290
+ 22) | DyNTS_Bot_MessagingProvider_ServiceBase | properties | should have name property
2291
+ No reason given
2292
+
2293
+
2294
+ 23) | DyNTS_Bot_MessagingProvider_ServiceBase | properties | should have botId getter
2295
+ No reason given
2296
+
2297
+
2298
+ 24) | DyNTS_Bot_MessagingProvider_ServiceBase | sendReport | should send report to report channel
2299
+ No reason given
2300
+
2301
+
2302
+ 25) | DyNTS_Bot_MessagingProvider_ServiceBase | roleCache | should cache roles
2303
+ No reason given
2304
+
2305
+
2306
+ 26) | DyNTS_Bot_MessagingProvider_ServiceBase | should be a singleton instance
2307
+ No reason given
2308
+
2309
+
2310
+ 27) | DyNTS_Bot_MessagingProvider_ServiceBase | wrapUser | should wrap user correctly
2311
+ No reason given
2312
+
2313
+
2314
+ 28) | DyNTS_Bot_MessagingProvider_ServiceBase | getUserMention | should return user mention
2315
+ No reason given
2316
+
2317
+
2318
+ 29) | DyNTS_Bot_MessagingProvider_ServiceBase | wrapMessage | should wrap message correctly
2319
+ No reason given
2320
+
2321
+
2322
+ 30) | DyNTS_Bot_MessagingProvider_ServiceBase | wrapChannel | should wrap channel correctly
2323
+ No reason given
2324
+
2325
+
2326
+ 31) | DyNTS_DiBo_IO_ControlService | handleIfCommand | should handle command if message is command
2327
+ No reason given
2328
+
2329
+
2330
+ 32) | DyNTS_DiBo_IO_ControlService | handleIfCommand | should not handle if message is not command
2331
+ No reason given
2332
+
2333
+
2334
+ 33) | DyNTS_DiBo_IO_ControlService | isCommand | should return true if message starts with command operator
2335
+ No reason given
2336
+
2337
+
2338
+ 34) | DyNTS_DiBo_IO_ControlService | isCommand | should return false if message does not start with command operator
2339
+ No reason given
2340
+
2341
+
2342
+ 35) | DyNTS_DiBo_IO_ControlService | start | should start service successfully
2343
+ No reason given
2344
+
2345
+
2346
+ 36) | DyNTS_DiBo_IO_ControlService | start | should throw error if discordServer not found
2347
+ No reason given
2348
+
2349
+
2350
+ 37) | DyNTS_DiBo_IO_ControlService | handleNewMessage | should not handle message if not for bot
2351
+ No reason given
2352
+
2353
+
2354
+ 38) | DyNTS_DiBo_IO_ControlService | handleNewMessage | should handle command if message is command
2355
+ No reason given
2356
+
2357
+
2358
+ 39) | DyNTS_DiBo_IO_ControlService | handleNewMessage | should handle errors gracefully
2359
+ No reason given
2360
+
2361
+
2362
+ 40) | DyNTS_DiBo_IO_ControlService | handleNewMessage | should handle message if for bot
2363
+ No reason given
2364
+
2365
+
2366
+ 41) | DyNTS_DiBo_IO_ControlService | properties | should return discordServer from main service
2367
+ No reason given
2368
+
2369
+
2370
+ 42) | DyNTS_DiBo_IO_ControlService | properties | should return botClientId from main service
2371
+ No reason given
2372
+
2373
+
2374
+ 43) | DyNTS_DiBo_IO_ControlService | properties | should return botDisplayName from main service
2375
+ No reason given
2376
+
2377
+
2378
+ 44) | DyNTS_DiBo_IO_ControlService | setup | should throw error if main service not found
2379
+ No reason given
2380
+
2381
+
2382
+ 45) | DyNTS_DiBo_IO_ControlService | setup | should throw error if commands service not found
2383
+ No reason given
2384
+
2385
+
2386
+ 46) | DyNTS_DiBo_IO_ControlService | setup | should setup service with main and commands services
2387
+ No reason given
2388
+
2389
+
2390
+ 47) | DyNTS_DiBo_Routines_ControlService | start | should throw error if discordServer not found
2391
+ No reason given
2392
+
2393
+
2394
+ 48) | DyNTS_DiBo_Routines_ControlService | start | should handle start errors
2395
+ No reason given
2396
+
2397
+
2398
+ 49) | DyNTS_DiBo_Routines_ControlService | start | should start routines and set routinesStarted to true
2399
+ No reason given
2400
+
2401
+
2402
+ 50) | DyNTS_DiBo_Routines_ControlService | setup | should throw error if main service not found
2403
+ No reason given
2404
+
2405
+
2406
+ 51) | DyNTS_DiBo_Routines_ControlService | setup | should setup service with main service
2407
+ No reason given
2408
+
2409
+
2410
+ 52) | DyNTS_DiBo_Routines_ControlService | properties | should return discordServer from main service
2411
+ No reason given
2412
+
2413
+
2414
+ 53) | DyNTS_DiBo_Routines_ControlService | properties | should return routinesStarted as false initially
2415
+ No reason given
2416
+
2417
+
2418
+ 54) | DyNTS_DiAs_IO_ControlService | should get LLM chat service from main bot service
2419
+ No reason given
2420
+
2421
+
2422
+ 55) | DyNTS_DiAs_IO_ControlService | should be a singleton instance
2423
+ No reason given
2424
+
2425
+
2426
+ 56) | DyNTS_DiAs_IO_ControlService | handleMessage | should handle message with AI and reply
2427
+ No reason given
2428
+
2429
+
2430
+ 57) | DyNTS_DiAs_IO_ControlService | handleMessage | should not send error reply when dontSendErrorReply is true
2431
+ No reason given
2432
+
2433
+
2434
+ 58) | DyNTS_DiAs_IO_ControlService | handleMessage | should send error reply when error occurs and debugLevel >= 1
2435
+ No reason given
2436
+
2437
+
2438
+ 59) | DyNTS_DiAV_Main_ControlService | inheritance | should inherit from DiAs Main Control Service
2439
+ No reason given
2440
+
2441
+
2442
+ 60) | DyNTS_Bot_Commands_ControlService | should be a singleton instance
2443
+ No reason given
2444
+
2445
+
2446
+ 61) | DyNTS_Bot_Commands_ControlService | start | should succeed when default provider is started
2447
+ No reason given
2448
+
2449
+
2450
+ 62) | DyNTS_Bot_Commands_ControlService | start | should throw error when default provider not started
2451
+ No reason given
2452
+
2453
+
2454
+ 63) | DyNTS_Bot_Commands_ControlService | setup | should setup main bot service
2455
+ No reason given
2456
+
2457
+
2458
+ 64) | DyNTS_Bot_Commands_ControlService | setup | should throw error when main bot service not found
2459
+ No reason given
2460
+
2461
+
2462
+ 65) | DyNTS_Bot_Commands_ControlService | defaultProvider | should return default provider from main bot service
2463
+ No reason given
2464
+
2465
+
2466
+ 66) | DyNTS_Bot_Main_ControlService | getProviderByType | should return provider by type
2467
+ No reason given
2468
+
2469
+
2470
+ 67) | DyNTS_Bot_Main_ControlService | sendReport | should send report via default provider
2471
+ No reason given
2472
+
2473
+
2474
+ 68) | DyNTS_Bot_Main_ControlService | setup | should throw error when no providers configured
2475
+ No reason given
2476
+
2477
+
2478
+ 69) | DyNTS_Bot_Main_ControlService | setup | should throw error when default provider type not set
2479
+ No reason given
2480
+
2481
+
2482
+ 70) | DyNTS_Bot_Main_ControlService | setup | should setup all services
2483
+ No reason given
2484
+
2485
+
2486
+ 71) | DyNTS_Bot_Main_ControlService | setup | should throw error when botIO_CS not found
2487
+ No reason given
2488
+
2489
+
2490
+ 72) | DyNTS_Bot_Main_ControlService | start | should start routines and botIO services
2491
+ No reason given
2492
+
2493
+
2494
+ 73) | DyNTS_Bot_Main_ControlService | defaultProvider | should return default provider after setup
2495
+ No reason given
2496
+
2497
+
2498
+ 74) | DyNTS_Bot_Main_ControlService | should be a singleton instance
2499
+ No reason given
2500
+
2501
+
2502
+ 75) | DyNTS_Bot_IO_ControlService | getMessageIsForBotToHandle | should return false when message is from bot and bots not allowed
2503
+ No reason given
2504
+
2505
+
2506
+ 76) | DyNTS_Bot_IO_ControlService | getMessageIsForBotToHandle | should return false when message has skip flags
2507
+ No reason given
2508
+
2509
+
2510
+ 77) | DyNTS_Bot_IO_ControlService | getMessageIsForBotToHandle | should return false when bot not initialized
2511
+ No reason given
2512
+
2513
+
2514
+ 78) | DyNTS_Bot_IO_ControlService | handleIfCommand | should return false when message is not a command
2515
+ No reason given
2516
+
2517
+
2518
+ 79) | DyNTS_Bot_IO_ControlService | handleIfCommand | should handle command when message is a command
2519
+ No reason given
2520
+
2521
+
2522
+ 80) | DyNTS_Bot_IO_ControlService | start | should succeed when default provider is initialized
2523
+ No reason given
2524
+
2525
+
2526
+ 81) | DyNTS_Bot_IO_ControlService | start | should throw error when default provider not initialized
2527
+ No reason given
2528
+
2529
+
2530
+ 82) | DyNTS_Bot_IO_ControlService | setup | should throw error when main bot service not found
2531
+ No reason given
2532
+
2533
+
2534
+ 83) | DyNTS_Bot_IO_ControlService | setup | should setup main bot and commands services
2535
+ No reason given
2536
+
2537
+
2538
+ 84) | DyNTS_Bot_IO_ControlService | setup | should throw error when commands service not found
2539
+ No reason given
2540
+
2541
+
2542
+ 85) | DyNTS_Bot_IO_ControlService | isCommand | should return true when message starts with command operator
2543
+ No reason given
2544
+
2545
+
2546
+ 86) | DyNTS_Bot_IO_ControlService | isCommand | should return true when no command operator is set
2547
+ No reason given
2548
+
2549
+
2550
+ 87) | DyNTS_Bot_IO_ControlService | isCommand | should return false when message does not start with command operator
2551
+ No reason given
2552
+
2553
+
2554
+ 88) | DyNTS_Bot_IO_ControlService | defaultProvider | should return default provider from main bot service
2555
+ No reason given
2556
+
2557
+
2558
+ 89) | DyNTS_Bot_IO_ControlService | should be a singleton instance
2559
+ No reason given
2560
+
2561
+
2562
+ 90) | DyNTS_DiBo_Operations_Util | getMemberIdByName | should return undefined when member not found
2563
+ No reason given
2564
+
2565
+
2566
+ 91) | DyNTS_DiBo_Operations_Util | getMemberIdByName | should return member id by username
2567
+ No reason given
2568
+
2569
+
2570
+ 92) | DyNTS_DiBo_Operations_Util | deleteMessage | should delete message successfully
2571
+ No reason given
2572
+
2573
+
2574
+ 93) | DyNTS_DiBo_Operations_Util | deleteMessage | should handle delete error gracefully
2575
+ No reason given
2576
+
2577
+
2578
+ 94) | DyNTS_DiBo_Operations_Util | findVoiceChannelByName | should throw error when channel is not voice based
2579
+ No reason given
2580
+
2581
+
2582
+ 95) | DyNTS_DiBo_Operations_Util | findVoiceChannelByName | should find and return voice channel
2583
+ No reason given
2584
+
2585
+
2586
+ 96) | DyNTS_DiBo_Operations_Util | sendMessageToChannelByName | should send message to text channel
2587
+ No reason given
2588
+
2589
+
2590
+ 97) | DyNTS_DiBo_Operations_Util | sendMessageToChannelByName | should log error when channel is not text based
2591
+ No reason given
2592
+
2593
+
2594
+ 98) | DyNTS_DiBo_Operations_Util | findChannelByName | should return undefined when channel not found
2595
+ No reason given
2596
+
2597
+
2598
+ 99) | DyNTS_DiBo_Operations_Util | findChannelByName | should find text channel by name
2599
+ No reason given
2600
+
2601
+
2602
+ 100) | DyNTS_DiBo_Operations_Util | findTextChannelByName | should find and return text channel
2603
+ No reason given
2604
+
2605
+
2606
+ 101) | DyNTS_DiBo_Operations_Util | findTextChannelByName | should throw error when channel is not text based
2607
+ No reason given
2608
+
2609
+
2610
+ 102) | DyNTS_DiAs_Main_ControlService | should extend DiAs_ServiceBase
2611
+ No reason given
2612
+
2613
+
2614
+ 103) | DyNTS_DiAs_Main_ControlService | should be a singleton instance
2615
+ No reason given
2616
+
2617
+
2618
+ 104) | DyNTS_DiAs_Util | gatherMessagesForMessage | should throw error when channel is not text based
2619
+ No reason given
2620
+
2621
+
2622
+ 105) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should convert bot messages with user translation flags to user role
2623
+ No reason given
2624
+
2625
+
2626
+ 106) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should convert user messages to user role
2627
+ No reason given
2628
+
2629
+
2630
+ 107) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should handle empty messages array
2631
+ No reason given
2632
+
2633
+
2634
+ 108) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should identify bot messages by author.displayName match
2635
+ No reason given
2636
+
2637
+
2638
+ 109) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should identify bot messages by author.id match
2639
+ No reason given
2640
+
2641
+
2642
+ 110) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should identify bot messages by author.bot flag
2643
+ No reason given
2644
+
2645
+
2646
+ 111) | DyNTS_DiAs_Util | convertDiscordMessagesToOAIConversation | should convert Discord messages to AI conversation format
2647
+ No reason given
2648
+
2649
+
2650
+ 112) | DyNTS_DiAs_Util | gatherMessages | should throw DyFM_Error on fetch error
2651
+ No reason given
2652
+
2653
+
2654
+ 113) | DyNTS_DiAs_Util | gatherMessages | should use provided limit
2655
+ No reason given
2656
+
2657
+
2658
+ 114) | DyNTS_DiAs_Util | gatherMessages | should filter messages with skipFlags
2659
+ No reason given
2660
+
2661
+
2662
+ 115) | DyNTS_DiAs_Util | gatherMessages | should add author display name when third party messages exist
2663
+ No reason given
2664
+
2665
+
2666
+ 116) | DyNTS_DiAs_Util | gatherMessages | should throw error when channel is not text based
2667
+ No reason given
2668
+
2669
+
2670
+ 117) | DyNTS_DiAs_Util | gatherMessages | should use default limit when not provided
2671
+ No reason given
2672
+
2673
+
2674
+ 118) | DyNTS_DiBo_Commands_ControlService | properties | should return discordServer from main service
2675
+ No reason given
2676
+
2677
+
2678
+ 119) | DyNTS_DiBo_Commands_ControlService | handleCommand | should handle command errors
2679
+ No reason given
2680
+
2681
+
2682
+ 120) | DyNTS_DiBo_Commands_ControlService | handleCommand | should handle command successfully
2683
+ No reason given
2684
+
2685
+
2686
+ 121) | DyNTS_DiBo_Commands_ControlService | start | should start service successfully
2687
+ No reason given
2688
+
2689
+
2690
+ 122) | DyNTS_DiBo_Commands_ControlService | start | should throw error if discordServer not found
2691
+ No reason given
2692
+
2693
+
2694
+ 123) | DyNTS_DiBo_Commands_ControlService | setup | should setup service with main service
2695
+ No reason given
2696
+
2697
+
2698
+ 124) | DyNTS_DiBo_Commands_ControlService | setup | should throw error if main service not found
2699
+ No reason given
2700
+
2701
+
2702
+ 125) | DyNTS_DiBo_Main_ControlService | sendMessageToChannelByName | should split long messages
2703
+ No reason given
2704
+
2705
+
2706
+ 126) | DyNTS_DiBo_Main_ControlService | sendMessageToChannelByName | should send message to channel
2707
+ No reason given
2708
+
2709
+
2710
+ 127) | DyNTS_DiBo_Main_ControlService | sendMessageToChannelByName | should throw error if channel is not text-based
2711
+ No reason given
2712
+
2713
+
2714
+ 128) | DyNTS_DiBo_Main_ControlService | sendMessageToChannelByName | should throw error if channel not found
2715
+ No reason given
2716
+
2717
+
2718
+ 129) | DyNTS_DiBo_Main_ControlService | constructor | should initialize Discord client
2719
+ No reason given
2720
+
2721
+
2722
+ 130) | DyNTS_DiBo_Main_ControlService | constructor | should throw error if client already initialized
2723
+ No reason given
2724
+
2725
+
2726
+ 131) | DyNTS_DiBo_Main_ControlService | getChannelByName | should return channel from cache if exists
2727
+ No reason given
2728
+
2729
+
2730
+ 132) | DyNTS_DiBo_Main_ControlService | getChannelByName | should find channel in guild and cache it
2731
+ No reason given
2732
+
2733
+
2734
+ 133) | DyNTS_DiBo_Main_ControlService | getRolePingByName | should return role ping
2735
+ No reason given
2736
+
2737
+
2738
+ 134) | DyNTS_DiBo_Main_ControlService | getRolePingByName | should return empty string if role not found
2739
+ No reason given
2740
+
2741
+
2742
+ 135) | DyNTS_DiBo_Main_ControlService | start | should throw error if discordServer not initialized
2743
+ No reason given
2744
+
2745
+
2746
+ 136) | DyNTS_DiBo_Main_ControlService | start | should start bot services
2747
+ No reason given
2748
+
2749
+
2750
+ 137) | DyNTS_DiBo_Main_ControlService | getRoleByName | should find role in guild and cache it
2751
+ No reason given
2752
+
2753
+
2754
+ 138) | DyNTS_DiBo_Main_ControlService | getRoleByName | should return role from cache if exists
2755
+ No reason given
2756
+
2757
+
2758
+ 139) | DyNTS_DiBo_Main_ControlService | properties | should return discordServer
2759
+ No reason given
2760
+
2761
+
2762
+ 140) | DyNTS_DiBo_Main_ControlService | properties | should return botClientId from client user
2763
+ No reason given
2764
+
2765
+
2766
+ 141) | DyNTS_DiBo_Main_ControlService | properties | should return botDisplayName from client user
2767
+ No reason given
2768
+
2769
+
2770
+ 142) | DyNTS_DiBo_Main_ControlService | setup | should throw error if botIO_CS not found
2771
+ No reason given
2772
+
2773
+
2774
+ 143) | DyNTS_DiBo_Main_ControlService | setup | should throw error if token not found
2775
+ No reason given
2776
+
2777
+
2778
+ 144) | DyNTS_DiBo_Main_ControlService | setup | should setup bot services
2779
+ No reason given
2780
+
2781
+
2782
+ 145) | DyNTS_DiBo_Main_ControlService | setup | should throw error if guildId not found
2783
+ No reason given
2784
+
2785
+
2786
+ 146) | DyNTS_DiBo_Main_ControlService | getRolePingsByName | should return multiple role pings
2787
+ No reason given
2788
+
2789
+ 1567 specs, 0 failures, 146 pending specs
2790
+ Finished in 7.385 seconds
2791
+ Randomized with seed 59421 (jasmine --random=true --seed=59421)
2792
+ [cdp] ✓ test (23.4s)
2793
+ [cdp] ▶ npm-publish (started: 10:05:33 AM)
2794
+ npm publish attempt 1/3
2795
+
2796
+ > @futdevpro/nts-dynamo@01.15.107 prepare
2797
+ > husky
2798
+