Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-95862 #74139

Closed
wants to merge 1 commit into from
Closed

LPS-95862 #74139

wants to merge 1 commit into from

Conversation

adolfopa
Copy link

@adolfopa adolfopa commented Jun 5, 2019

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering "ci:test:sf" and "ci:test:relevant" for this pull to run Source Formatter and relevant tests.

Comment "ci:test" to run the full PR Tester for this pull.

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 3 minutes 29 seconds 712 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: e125aade3c5a040ecf1155407dab5463615e3dfc

Sender Branch:

Branch Name: LPS-95862
Branch GIT ID: 85ae0939faa3ce974f53d64e6fc1b70d271dec17

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:relevant - 17 out of 25 jobs passed in 1 hour 21 minutes 43 seconds 117 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 12610c06558127595f269bad98d7b87cb20fe67b

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 8064fee4984ec00e690da70de00c87da0ede5526

17 out of 25 jobs PASSED
17 Successful Jobs:
For more details click here.

Failures unique to this pull:

  1. test-portal-acceptance-pullrequest-batch(master)/pmd-jdk8
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #316069
           [echo] /opt/dev/projects/github/liferay-portal/build-test-batch.xml:4537: 1 PMD violation(s) were found.
           [echo] 
           [echo] PMD VIOLATION: /opt/dev/projects/github/liferay-portal/modules/apps/fragment/fragment-test/src/testIntegration/java/com/liferay/fragment/service/test/FragmentEntryServiceTest.java:559 > Avoid unused local variables such as 'copyFragmentEntry'. (PMD Rule: UnusedLocalVariable)
           [echo] For more information, please see https://pmd.github.io/pmd-6.8.0/pmd_rules_java_bestpractices.html#unusedlocalvariable.
      [beanshell] 
      [beanshell] ##
      [beanshell] ## git.plugins.properties
      [beanshell] ##
      [beanshell] 
      [beanshell] github.upstream.branch.name=7.0.x
      [beanshell] github.sender.branch.sha=3b3953a6a932f4a5a5c0dbb5e7c9815035dd3175
      [beanshell] github.receiver.username=liferay
      [beanshell] github.sender.branch.name=7.0.x
      [beanshell] github.pull.request.number=0
      [beanshell] github.upstream.branch.sha=3b3953a6a932f4a5a5c0dbb5e7c9815035dd3175
      [beanshell] github.sender.username=liferay
      [beanshell] local.git.branch.cached=true
      [beanshell] github.origin.name=liferay
      [beanshell] 
      [beanshell] 
      [beanshell] ##
      [beanshell] ## git.portal.properties
      [beanshell] ##
      [beanshell] 
      [beanshell] github.upstream.branch.name=master
      [beanshell] github.sender.branch.sha=85ae0939faa3ce974f53d64e6fc1b70d271dec17
      [beanshell] github.receiver.username=brianchandotcom
      [beanshell] github.sender.branch.name=LPS-95862
      [beanshell] github.pull.request.number=74139
      [beanshell] github.upstream.branch.sha=12610c06558127595f269bad98d7b87cb20fe67b
      [beanshell] github.sender.username=adolfopa
      [beanshell] local.git.branch.cached=true
      [beanshell] github.origin.name=adolfopa
      [beanshell] 
           [echo] WARNING: pmd-jdk8 does not match existing test types (blade-samples,database-upgrade-client,functional,jsf,plugins,portal-startup,service-builder,tck,modules-integration,integration,modules-unit,unit)
           [echo] WARNING: pmd-jdk8 does not match existing test types (blade-samples,database-upgrade-client,functional,jsf,plugins,portal-startup,service-builder,tck,modules-integration,integration,modules-unit,unit)
           [echo] record.testray.results.start.timestamp: 06-05-2019 09:42:35:585 PDT
      [stopwatch] [record.testray.results: 0.001 sec]
      

      BUILD FAILED
      /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:10800: The following error occurred while executing this line:
      /opt/dev/projects/github/liferay-portal/build-test-batch.xml:4537: 1 PMD violation(s) were found.


Failures in common with acceptance upstream results at e125aad:
  1. test-portal-acceptance-pullrequest-batch(master)/central-requirements-jdk8
    Job Results:

    6 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #307179
      1. ModulesStructureTest.testScanGradleFiles
        junit.framework.AssertionFailedError: Incorrect configuration of dependency {testCompile group: "com.liferay.portal", name: "com.liferay.util.java", version: "default"} in modules/apps/frontend-js/frontend-js-loader-modules-extender/build.gradle, use one of these instead: "compile", "compileOnly", "provided"
        at com.liferay.portal.modules.ModulesStructureTest._testGradleFile(ModulesStructureTest.java:1355)
        at com.liferay.portal.modules.ModulesStructureTest.access$700(ModulesStructureTest.java:66)
        at com.liferay.portal.modules.ModulesStructureTest$3.visitFile(ModulesStructureTest.java:338)
        at com.liferay.portal.modules.ModulesStructureTest$3.visitFile(ModulesStructureTest.java:313)
        at java.nio.file.Files.walkFileTree(Files.java:2670)
        at java.nio.file.Files.walkFileTree(Files.java:2742)
        at com.liferay.portal.modules.ModulesStructureTest.testScanGradleFiles(ModulesStructureTest.java:311)
  2. ...

@brianchandotcom
Copy link
Owner

Merged. Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants