Skip to content

kie-issues#2545: Create a landing page for the Jobs Service #6049

kie-issues#2545: Create a landing page for the Jobs Service

kie-issues#2545: Create a landing page for the Jobs Service #6049

Triggered via pull request September 17, 2024 07:37
Status Success
Total duration 3h 21m 21s
Artifacts 36

ci_build.yml

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

Annotations

11 errors, 109 warnings, and 5 notices
run (windows-latest, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (windows-latest, 1)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (macos-13, 1)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (macos-13, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 1)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (windows-latest, 2)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (macos-13, 2)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 2)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
[webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links: packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts#L76
1) [webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links Error: expect(locator).toHaveText(expected) Locator: getByTestId('kie-tools--dmn-editor--properties-panel-container').getByTestId('kie-tools--dmn-editor--documentation-link--row-title').first() Expected string: "Link Text" Received string: "http://link.test.com/" Call log: - expect.toHaveText with timeout 10000ms - waiting for getByTestId('kie-tools--dmn-editor--properties-panel-container').getByTestId('kie-tools--dmn-editor--documentation-link--row-title').first() - locator resolved to <a target="_blank" href="http://link.test.com/" data-testid="kie-tools--dmn-editor--documentation-link--row-title">http://link.test.com/</a> - unexpected value "http://link.test.com/" - locator resolved to <a target="_blank" href="http://link.test.com/" data-testid="kie-tools--dmn-editor--documentation-link--row-title">http://link.test.com/</a> - unexpected value "http://link.test.com/" 74 | const links = await inputDataPropertiesPanel.getDocumentationLinks(); 75 | expect(links).toHaveLength(1); > 76 | expect(links[0]).toHaveText("Link Text"); | ^ 77 | expect(links[0]).toHaveAttribute("href", "http://link.test.com/"); 78 | }); 79 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts:76:22
[webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision: packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts#L255
2) [webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision Error: expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 1 - Array [ - "A", - ] + Array [] 253 | await nodes.select({ name: DefaultNodeName.DECISION_SERVICE, position: NodePosition.TOP }); 254 | await decisionServicePropertiesPanel.open(); > 255 | expect(await decisionServicePropertiesPanel.getOutputDecisions()).toEqual(["A"]); | ^ 256 | expect(await decisionServicePropertiesPanel.getEncapsulatedDecisions()).toEqual(["B"]); 257 | }); 258 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts:255:75
🎭 Playwright Run Summary
77 skipped 793 passed (27.0m)
🎭 Playwright Run Summary
2 flaky [webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links [webkit] › drgElements/modelDecisionService.spec.ts:259:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Output Decision 99 skipped 1309 passed (1.1h)
🎭 Playwright Run Summary
46 skipped 131 passed (7.9m)
🎭 Playwright Run Summary
39 passed (5.5m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.2m)
run (windows-latest, 0)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (windows-latest, 0): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (windows-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (windows-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (windows-latest, 1)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (windows-latest, 1): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (windows-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (windows-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (macos-13, 1)
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (macos-13, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (macos-13, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (macos-13, 1): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (macos-13, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (macos-13, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (macos-13, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (macos-13, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (macos-13, 1): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (macos-13, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (macos-13, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (macos-13, 0)
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (macos-13, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (macos-13, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (macos-13, 0): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (macos-13, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (macos-13, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (macos-13, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (macos-13, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (macos-13, 0): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (macos-13, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (macos-13, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (ubuntu-latest, 1)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (ubuntu-latest, 0)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (windows-latest, 2)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L113
React Hook useCallback has a missing dependency: 'isInDenyList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (windows-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (windows-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (windows-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (macos-13, 2)
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (macos-13, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (macos-13, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (macos-13, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (macos-13, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (macos-13, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (macos-13, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
run (macos-13, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L113
React Hook useCallback has a missing dependency: 'isInDenyList'. Either include it or remove the dependency array
run (macos-13, 2): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (macos-13, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (macos-13, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (macos-13, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (ubuntu-latest, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L113
React Hook useCallback has a missing dependency: 'isInDenyList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (ubuntu-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Linux_0__build-artifacts", "Linux_0__end-to-end-tests-artifacts", "Linux_0__end-to-end-tests-reports", "Linux_0__tests-reports", "Linux_1__build-artifacts", "Linux_1__end-to-end-tests-artifacts", "Linux_1__end-to-end-tests-reports", "Linux_1__tests-reports", "Linux_2__build-artifacts", "Linux_2__end-to-end-tests-artifacts", "Linux_2__end-to-end-tests-reports", "Linux_2__tests-reports", "macOS_0__build-artifacts", "macOS_0__end-to-end-tests-artifacts", "macOS_0__end-to-end-tests-reports", "macOS_0__tests-reports", "macOS_1__build-artifacts", "macOS_1__end-to-end-tests-artifacts", "macOS_1__end-to-end-tests-reports", "macOS_1__tests-reports", "macOS_2__build-artifacts", "macOS_2__end-to-end-tests-artifacts", "macOS_2__end-to-end-tests-reports", "macOS_2__tests-reports", "Windows_0__build-artifacts", "Windows_0__end-to-end-tests-artifacts", "Windows_0__end-to-end-tests-reports", "Windows_0__tests-reports", "Windows_1__build-artifacts", "Windows_1__end-to-end-tests-artifacts", "Windows_1__end-to-end-tests-reports", "Windows_1__tests-reports", "Windows_2__build-artifacts", "Windows_2__end-to-end-tests-artifacts", "Windows_2__end-to-end-tests-reports", "Windows_2__tests-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
Linux_0__build-artifacts
203 MB
Linux_0__end-to-end-tests-artifacts
146 KB
Linux_0__end-to-end-tests-reports
72.5 KB
Linux_0__tests-reports
34.9 KB
Linux_1__build-artifacts
385 MB
Linux_1__end-to-end-tests-artifacts
99 MB
Linux_1__end-to-end-tests-reports
6.44 KB
Linux_1__tests-reports
153 KB
Linux_2__build-artifacts
994 MB
Linux_2__end-to-end-tests-artifacts
104 MB
Linux_2__end-to-end-tests-reports
57.2 KB
Linux_2__tests-reports
74.8 KB
Windows_0__build-artifacts
325 MB
Windows_0__end-to-end-tests-artifacts
22 Bytes
Windows_0__end-to-end-tests-reports
22 Bytes
Windows_0__tests-reports
36.8 KB
Windows_1__build-artifacts
497 MB
Windows_1__end-to-end-tests-artifacts
22 Bytes
Windows_1__end-to-end-tests-reports
22 Bytes
Windows_1__tests-reports
166 KB
Windows_2__build-artifacts
936 MB
Windows_2__end-to-end-tests-artifacts
22 Bytes
Windows_2__end-to-end-tests-reports
22 Bytes
Windows_2__tests-reports
79.8 KB
macOS_0__build-artifacts
331 MB
macOS_0__end-to-end-tests-artifacts
22 Bytes
macOS_0__end-to-end-tests-reports
22 Bytes
macOS_0__tests-reports
35.3 KB
macOS_1__build-artifacts
501 MB
macOS_1__end-to-end-tests-artifacts
22 Bytes
macOS_1__end-to-end-tests-reports
22 Bytes
macOS_1__tests-reports
154 KB
macOS_2__build-artifacts
966 MB
macOS_2__end-to-end-tests-artifacts
22 Bytes
macOS_2__end-to-end-tests-reports
22 Bytes
macOS_2__tests-reports
74.5 KB