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