NO-ISSUE: Use image-builder
and maven-m2-repo-via-http-image
to build serverless-logic-web-tools-swf-dev-mode-image
#6017
Annotations
4 errors, 13 warnings, and 5 notices
FULL → Build
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
FULL → Build:
packages/dmn-editor/tests-e2e/drgElements/changeKnowledgeSourceProperties.spec.ts#L89
1) [webkit] › drgElements/changeKnowledgeSourceProperties.spec.ts:76:7 › Change Properties - Knowledge Source › should change the Knowledge Source 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/"
87 | const links = await knowledgeSourcePropertiesPanel.getDocumentationLinks();
88 | expect(links).toHaveLength(1);
> 89 | expect(links[0]).toHaveText("Link Text");
| ^
90 | expect(links[0]).toHaveAttribute("href", "http://link.test.com/");
91 | });
92 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/changeKnowledgeSourceProperties.spec.ts:89:22
|
FULL → Build:
packages/dmn-editor/tests-e2e/drgElements/modelDecisionService.spec.ts#L255
2) [webkit] › drgElements/modelDecisionService.spec.ts:272:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Encapsulated 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
|
FULL → Build:
packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts#L33
3) [webkit] › readOnly/readOnlyDataTypes.spec.ts:31:7 › Read Only mode - Data Types › inputs should be disabled on data types table
Error: Screenshot comparison failed:
10874 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/__screenshots__/webkit/readOnly/readOnly-dataTypes-inputs-disabled.png
Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/dist-tests-e2e/output/readOnly-readOnlyDataTypes-a2967-isabled-on-data-types-table-webkit/readOnly-dataTypes-inputs-disabled-actual.png
Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/dist-tests-e2e/output/readOnly-readOnlyDataTypes-a2967-isabled-on-data-types-table-webkit/readOnly-dataTypes-inputs-disabled-diff.png
Call log:
- expect.toHaveScreenshot(readOnly-dataTypes-inputs-disabled.png) with timeout 10000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10874 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 10874 pixels (ratio 0.02 of all image pixels) are different.
31 | test("inputs should be disabled on data types table", async ({ page }) => {
32 | await page.getByText("Applicant_Data").click();
> 33 | await expect(page).toHaveScreenshot("readOnly-dataTypes-inputs-disabled.png");
| ^
34 |
35 | await page.getByLabel("Actions").first().click();
36 | await expect(page.getByRole("menu").getByText("Remove")).not.toBeAttached();
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/readOnly/readOnlyDataTypes.spec.ts:33:24
|
Setup environment
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
|
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/
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
FULL → Build:
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
|
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", "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/
|
FULL → Build
77 skipped
793 passed (26.4m)
|
FULL → Build
3 flaky
[webkit] › drgElements/changeKnowledgeSourceProperties.spec.ts:76:7 › Change Properties - Knowledge Source › should change the Knowledge Source node documentation links
[webkit] › drgElements/modelDecisionService.spec.ts:272:11 › Model Decision Service › Model Decision Service - Signature › Model Decision Service - Signature - Decisions › Decision Service Decision Signature should not contain deleted Encapsulated Decision
[webkit] › readOnly/readOnlyDataTypes.spec.ts:31:7 › Read Only mode - Data Types › inputs should be disabled on data types table
99 skipped
1308 passed (1.1h)
|
FULL → Build
46 skipped
131 passed (7.8m)
|
FULL → Build
39 passed (5.4m)
|
FULL → Build
72 skipped
24 passed (3.2m)
|
Loading