Skip to content

Issue/#59 update top functions tab #238

Issue/#59 update top functions tab

Issue/#59 update top functions tab #238

Triggered via pull request August 14, 2024 08:44
Status Failure
Total duration 52s
Artifacts

test-build-ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
build (20.x): src/entities/profiler/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (20.x): src/screens/profiler/ui/call-graph/call-graph.stories.ts#L16
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (20.x): src/screens/profiler/ui/flame-graph/flame-graph.stories.ts#L27
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (20.x): src/screens/profiler/ui/profiler-page/profiler-page.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (20.x)
Process completed with exit code 2.
build (18.x)
The job was canceled because "_20_x" failed.
build (18.x): src/entities/profiler/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (18.x): src/screens/profiler/ui/call-graph/call-graph.stories.ts#L16
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (18.x): src/screens/profiler/ui/flame-graph/flame-graph.stories.ts#L27
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (18.x): src/screens/profiler/ui/profiler-page/profiler-page.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (18.x)
Process completed with exit code 2.
build (22.4.x)
The job was canceled because "_20_x" failed.
build (22.4.x): src/entities/profiler/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (22.4.x): src/screens/profiler/ui/call-graph/call-graph.stories.ts#L16
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (22.4.x): src/screens/profiler/ui/flame-graph/flame-graph.stories.ts#L27
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (22.4.x): src/screens/profiler/ui/profiler-page/profiler-page.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
build (22.4.x)
Process completed with exit code 2.
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/