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-94229 Auto SF #71783

Closed
wants to merge 5 commits into from
Closed

LPS-94229 Auto SF #71783

wants to merge 5 commits into from

Conversation

ealonso
Copy link

@ealonso ealonso commented Apr 17, 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 31 minutes 18 seconds 570 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 0313d31dc23946474e8cf5c24aa46010446c2694

Sender Branch:

Branch Name: pr-2338
Branch GIT ID: 947c7989a9163753514f2e7bf78794b5a38d3907

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

@brianchandotcom
Copy link
Owner

Merged. Thank you.
View total diff: f8d5928...b7e4499

@liferay-continuous-integration
Copy link
Collaborator

The pull request tester is still running.

Please wait until you get the final report before running 'ci:retest'.

See this link to check on the status of your test:

@ealonso


However, the pull request was closed.

The pull request was closed because the following critical batches had failed:

For information as to why we automatically close out certain pull requests see this article.

*This pull will no longer automatically close if this comment is available. If you believe this is a mistake please reopen this pull by entering the following command as a comment.

ci:reopen


Critical Failure Details:

test-portal-acceptance-pullrequest-batch(master)/functional-tomcat90-mysql57-jdk8/33
Job Results:

13 Tests Passed.
9 Tests Failed.

test-portal-acceptance-pullrequest-batch(master)/functional-tomcat90-mysql57-jdk8/34
Job Results:

0 Tests Passed.
1 Test Failed.

  1. AXIS_VARIABLE=0,label_exp=!master #309238

    Startup error: Unresolved Requirement(s)

         [exec] org.osgi.framework.BundleException: Could not resolve module: samplemvc [986]
         [exec]   Unresolved requirement: Import-Package: com.liferay.portal.kernel.portlet.bridges.mvc; version="[1.6.0,2.0.0)"
         [exec] 
         [exec] 	at org.eclipse.osgi.container.Module.start(Module.java:444)
         [exec] 	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:428)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1264)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1237)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316)
         [exec] 18:18:36,246 ERROR [fileinstall-/opt/dev/projects/github/liferay-portal/bundles/osgi/modules][org_apache_felix_fileinstall:112] Exiting the JVM 
         [exec] org.osgi.framework.BundleException: Could not resolve module: samplemvc [986]
         [exec]   Unresolved requirement: Import-Package: com.liferay.portal.kernel.portlet.bridges.mvc; version="[1.6.0,2.0.0)"
         [exec] 
         [exec] 	at org.eclipse.osgi.container.Module.start(Module.java:444)
         [exec] 	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:428)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1264)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1237)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365)
         [exec] 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316)
cc @

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:relevant - 61 out of 90 jobs passed in 3 hours 36 minutes 22 seconds 440 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 0313d31dc23946474e8cf5c24aa46010446c2694

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 997fee77d3d18bccb1ebec2ef825185cb211f553

61 out of 90 jobs PASSED

29 Failed Jobs:

61 Successful Jobs:
For more details click here.

Failures (upstream comparison is not available):

  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 #271277
      1. ModulesStructureTest.testScanGradleFiles
        junit.framework.AssertionFailedError: Artifact dependency {classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release"} in modules/apps/analytics/settings.gradle not permitted on master branch. Use a project dependency instead.
        	at com.liferay.portal.modules.ModulesStructureTest._testGradleFile(ModulesStructureTest.java:1319)
        	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. ...

For upstream results, click here.

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