Skip to content

Use different icon and arrow for moved code between files (issue #715) #274

Use different icon and arrow for moved code between files (issue #715)

Use different icon and arrow for moved code between files (issue #715) #274

Triggered via push May 30, 2024 00:57
Status Failure
Total duration 17m 33s
Artifacts 1

gradle.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
org.refactoringminer.astDiff.tests.RefactoringOraclePerfectDiffTest ► 75: {"repo":"https://github.com/nutzam/nutz.git","commit":"de7efe40dad0f4bb900c4fffa80ed377745532b3"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOraclePerfectDiffTest.java#L51
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOraclePerfectDiffTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/nutzam/nutz/commit/de7efe40dad0f4bb900c4fffa80ed377745532b3 , srcFileName: src/org/nutz/dao/util/Daos.java ==> expected: <1103701> but was: <1103968>
org.refactoringminer.astDiff.tests.RefactoringOraclePerfectDiffTest ► 143: {"repo":"https://github.com/addthis/hydra.git","commit":"7fea4c9d5ee97d4a61ad985cadc9c5c0ab2db780"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOraclePerfectDiffTest.java#L51
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOraclePerfectDiffTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/addthis/hydra/commit/7fea4c9d5ee97d4a61ad985cadc9c5c0ab2db780 , srcFileName: hydra-main/src/main/java/com/addthis/hydra/job/spawn/SpawnBalancer.java ==> expected: <2844989> but was: <2848187>
org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest ► 16: {"repo":"https://github.com/liferay/liferay-portal.git","commit":"59fd9e696cec5f2ed44c27422bbc426b11647321"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOracleProblematicCasesTest.java#L48
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/liferay/liferay-portal/commit/59fd9e696cec5f2ed44c27422bbc426b11647321 , srcFileName: modules/sdk/gradle-util/src/com/liferay/gradle/util/GradleUtil.java ==> expected: <393488> but was: <420512>
org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest ► 28: {"repo":"https://github.com/AsyncHttpClient/async-http-client.git","commit":"f01d8610b9ceebc1de59d42f569b8af3efbe0a0f"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOracleProblematicCasesTest.java#L48
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/AsyncHttpClient/async-http-client/commit/f01d8610b9ceebc1de59d42f569b8af3efbe0a0f , srcFileName: api/src/test/java/org/asynchttpclient/oauth/OAuthSignatureCalculatorTest.java ==> expected: <219056> but was: <221438>
org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest ► 39: {"repo":"https://github.com/belaban/JGroups.git","commit":"f1533756133dec84ce8218202585ac85904da7c9"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOracleProblematicCasesTest.java#L48
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/belaban/JGroups/commit/f1533756133dec84ce8218202585ac85904da7c9 , srcFileName: src/org/jgroups/auth/FixedMembershipToken.java ==> expected: <112842> but was: <113219>
org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest ► 55: {"repo":"https://github.com/spring-projects/spring-security.git","commit":"fcc9a34356817d93c24b5ccf3107ec234a28b136"}: src/test/java/org/refactoringminer/astDiff/tests/RefactoringOracleProblematicCasesTest.java#L48
Failed test found in: build/test-results/test/TEST-org.refactoringminer.astDiff.tests.RefactoringOracleProblematicCasesTest.xml Error: org.opentest4j.AssertionFailedError: Failed for https://github.com/spring-projects/spring-security/commit/fcc9a34356817d93c24b5ccf3107ec234a28b136 , srcFileName: web/src/main/java/org/springframework/security/web/context/SaveContextOnUpdateOrErrorResponseWrapper.java ==> expected: <442150> but was: <463359>
build
Failed test were found and 'fail-on-error' option is set to true
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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: "test-results". 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
test-results Expired
1.55 MB