forked from Fluxora-Org/Fluxora-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_output.txt
More file actions
109 lines (95 loc) · 9.34 KB
/
Copy pathtest_output.txt
File metadata and controls
109 lines (95 loc) · 9.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
> indexer-replay-batching@1.0.0 test C:\Users\delig\Fluxora-Backend
> vitest run "tests/webhooks/service.dispatcher.test.ts"
[1m[46m RUN [49m[22m [36mv3.2.4 [39m[90mC:/Users/delig/Fluxora-Backend[39m
node.exe :
At C:\Program Files\nodejs\pnpm.ps1:16 char:5
+ & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpm. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
[31m⎯⎯⎯⎯⎯⎯[39m[1m[41m Failed Suites 1
[49m[22m[31m⎯⎯⎯⎯⎯⎯⎯[39m
[41m[1m FAIL [22m[49m tests/webhooks/service.dispatcher.test.ts[2m [
tests/webhooks/service.dispatcher.test.ts ][22m
[31m[1mError[22m: Transform failed with 6 errors:
C:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts:197:16: ERROR: Multiple
exports with the same name "calculateNextRetryTime"
C:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts:197:16: ERROR: The symbol
"calculateNextRetryTime" has already been declared
C:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts:211:16: ERROR: Multiple
exports with the same name "generateRetrySchedule"
C:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts:211:16: ERROR: The symbol
"generateRetrySchedule" has already been declared
C:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts:462:16: ERROR: Multiple
exports with the same name "scheduleWebhookOutboxRetry"
...[39m
Plugin: [35mvite:esbuild[39m
File: [36mC:/Users/delig/Fluxora-Backend/src/webhooks/retry.ts[39m:197:16
[33m
[33mMultiple exports with the same name "calculateNextRetryTime"[33m
195| * should be attempted, or 0 if the attempt number has reached
maxAttempts.
196| */
197| export function calculateNextRetryTime(
| ^
198| attemptNumber: number,
199| policy: EnhancedRetryPolicy = DEFAULT_RETRY_POLICY,
[33mThe symbol "calculateNextRetryTime" has already been declared[33m
195| * should be attempted, or 0 if the attempt number has reached
maxAttempts.
196| */
197| export function calculateNextRetryTime(
| ^
198| attemptNumber: number,
199| policy: EnhancedRetryPolicy = DEFAULT_RETRY_POLICY,
[33mMultiple exports with the same name "generateRetrySchedule"[33m
209| * Generate the full retry schedule for a policy ΓÇö one entry per
attempt.
210| */
211| export function generateRetrySchedule(
| ^
212| policy: EnhancedRetryPolicy = DEFAULT_RETRY_POLICY,
213| now: number = Date.now(),
[33mThe symbol "generateRetrySchedule" has already been declared[33m
209| * Generate the full retry schedule for a policy ΓÇö one entry per
attempt.
210| */
211| export function generateRetrySchedule(
| ^
212| policy: EnhancedRetryPolicy = DEFAULT_RETRY_POLICY,
213| now: number = Date.now(),
[33mMultiple exports with the same name "scheduleWebhookOutboxRetry"[33m
460|
461| /** Schedule a durable outbox retry row after a failed delivery
attempt. */
462| export function scheduleWebhookOutboxRetry(input: {
| ^
463| streamId: string;
464| eventType: string;
[33mThe symbol "scheduleWebhookOutboxRetry" has already been declared[33m
460|
461| /** Schedule a durable outbox retry row after a failed delivery
attempt. */
462| export function scheduleWebhookOutboxRetry(input: {
| ^
463| streamId: string;
464| eventType: string;
[39m
[90m [2mΓ¥»[22m failureErrorWithLog node_modules/.pnpm/esbuild@0.25.12/node_
modules/esbuild/lib/main.js:[2m1467:15[22m[39m
[90m [2mΓ¥»[22m node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/lib/
main.js:[2m736:50[22m[39m
[90m [2mΓ¥»[22m responseCallbacks.<computed> node_modules/.pnpm/esbuild@0.25
.12/node_modules/esbuild/lib/main.js:[2m603:9[22m[39m
[90m [2mΓ¥»[22m handleIncomingPacket node_modules/.pnpm/esbuild@0.25.12/node
_modules/esbuild/lib/main.js:[2m658:12[22m[39m
[90m [2mΓ¥»[22m Socket.readFromStdout node_modules/.pnpm/esbuild@0.25.12/nod
e_modules/esbuild/lib/main.js:[2m581:7[22m[39m
[31m[2mΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»ΓÄ»Γ
Ä»[1/1]ΓÄ»[22m[39m
[2m Test Files [22m [1m[31m1 failed[39m[22m[90m (1)[39m
[2m Tests [22m [2mno tests[22m
[2m Start at [22m 01:55:48
[2m Duration [22m 10.20s[2m (transform 3.28s, setup 169ms, collect 0ms, tests 0ms, environment 9ms, prepare 1.81s)[22m
ΓÇëELIFECYCLEΓÇë Test failed. See above for more details.