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-72174 #1658

Closed
wants to merge 7 commits into from
Closed

LPS-72174 #1658

wants to merge 7 commits into from

Conversation

danielkocsis
Copy link
Collaborator

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

@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:

@danielkocsis


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 re-open this pull by entering the following command as a comment.

ci:reopen

Critical Failure Details:

test-portal-acceptance-pullrequest-batch(master)/source-format-jdk8
Job Results:

0 Tests Passed.
1 Test Failed.

  1. AXIS_VARIABLE=0,label_exp=!master #91837
         [java] 		}
         [java] 		catch (Exception e) {
         [java] 			return null;
         [java] 		}
         [java] 	}
         [java] 
         [java] }]> but was:<...til.ReflectionUtil;
         [java] [import org.osgi.service.component.annotations.Component;
         [java] 
         [java] import java.lang.reflect.Field;
         [java] 
         [java] /**
         [java]  * @author Daniel Kocsis
         [java]  */
         [java] @Component(immediate = true, service = ModelAdapterBuilder.class)
         [java] public class LayoutSetModelAdapterBuilder
         [java] 	implements ModelAdapterBuilder<StagedLayoutSet, LayoutSet> {
         [java] 
         [java] 	@Override
         [java] 	public LayoutSet build(StagedLayoutSet stagedLayoutSet) {
         [java] 		Field layoutSetField = null;
         [java] 
         [java] 		try {
         [java] 			layoutSetField = ReflectionUtil.getDeclaredField(
         [java] 				StagedLayoutSetImpl.class, "_layoutSet");
         [java] 
         [java] 			return (LayoutSet)layoutSetField.get(stagedLayoutSet);
         [java] 		}
         [java] 		catch (Exception e) {
         [java] 			return null;
         [java] 		}
         [java] 	}
         [java] 
         [java] }
         [java] ]>
         [java] 	at com.liferay.source.formatter.BaseSourceProcessor.processFormattedFile(BaseSourceProcessor.java:334)
         [java] 	at com.liferay.source.formatter.BaseSourceProcessor._format(BaseSourceProcessor.java:519)
         [java] 	at com.liferay.source.formatter.BaseSourceProcessor.access$000(BaseSourceProcessor.java:77)
         [java] 	at com.liferay.source.formatter.BaseSourceProcessor$1.call(BaseSourceProcessor.java:114)
         [java] 	at com.liferay.source.formatter.BaseSourceProcessor$1.call(BaseSourceProcessor.java:109)
         [java] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
         [java] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
         [java] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
         [java] 	at java.lang.Thread.run(Thread.java:745)
         [echo] The following error occurred while executing this line:
         [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:574: Java returned: 1
          [get] Getting: http://test-1-6/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0,label_exp=!master/91837//consoleText
          [get] To: /opt/dev/projects/github/liferay-portal/20170510095525281.txt
       [delete] Deleting: /opt/dev/projects/github/liferay-portal/20170510095525281.txt

@liferay-continuous-integration
Copy link
Collaborator

Some tests FAILED.

Build Time: 1 hour 49 minutes 31 seconds 803 ms

Base Branch:

Branch Name: master
Branch GIT ID: 34b74aa79cad23e6b5015292e6a936f7d743960f

Job Summary:

For more details click here.

Failed Jobs:

  1. test-portal-acceptance-pullrequest(master)
    Job Results:

    92 Jobs Passed.
    2 Jobs Failed.

    Downstream jobs FAILED.
  2. test-portal-acceptance-pullrequest-batch(master)/source-format-jdk8
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #91837
           [java] 		}
           [java] 		catch (Exception e) {
           [java] 			return null;
           [java] 		}
           [java] 	}
           [java] 
           [java] }]> but was:<...til.ReflectionUtil;
           [java] [import org.osgi.service.component.annotations.Component;
           [java] 
           [java] import java.lang.reflect.Field;
           [java] 
           [java] /**
           [java]  * @author Daniel Kocsis
           [java]  */
           [java] @Component(immediate = true, service = ModelAdapterBuilder.class)
           [java] public class LayoutSetModelAdapterBuilder
           [java] 	implements ModelAdapterBuilder<StagedLayoutSet, LayoutSet> {
           [java] 
           [java] 	@Override
           [java] 	public LayoutSet build(StagedLayoutSet stagedLayoutSet) {
           [java] 		Field layoutSetField = null;
           [java] 
           [java] 		try {
           [java] 			layoutSetField = ReflectionUtil.getDeclaredField(
           [java] 				StagedLayoutSetImpl.class, "_layoutSet");
           [java] 
           [java] 			return (LayoutSet)layoutSetField.get(stagedLayoutSet);
           [java] 		}
           [java] 		catch (Exception e) {
           [java] 			return null;
           [java] 		}
           [java] 	}
           [java] 
           [java] }
           [java] ]>
           [java] 	at com.liferay.source.formatter.BaseSourceProcessor.processFormattedFile(BaseSourceProcessor.java:334)
           [java] 	at com.liferay.source.formatter.BaseSourceProcessor._format(BaseSourceProcessor.java:519)
           [java] 	at com.liferay.source.formatter.BaseSourceProcessor.access$000(BaseSourceProcessor.java:77)
           [java] 	at com.liferay.source.formatter.BaseSourceProcessor$1.call(BaseSourceProcessor.java:114)
           [java] 	at com.liferay.source.formatter.BaseSourceProcessor$1.call(BaseSourceProcessor.java:109)
           [java] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           [java] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
           [java] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
           [java] 	at java.lang.Thread.run(Thread.java:745)
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:574: Java returned: 1
            [get] Getting: http://test-1-6/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0,label_exp=!master/91837//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20170510095525281.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20170510095525281.txt
For upstream results, click here.

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