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-87197 Add dependency #7028

Closed
wants to merge 1 commit into from
Closed

Conversation

mtambara
Copy link

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

@mtambara
Copy link
Author

ci:test

@mtambara
Copy link
Author

mtambara commented Nov 12, 2018

Not ci tested yet, but it's a very minor change

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test - 185 out of 192 jobs passed in 2 hours 45 minutes 27 seconds 432 ms

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: b46accadf320dd4443fd1092c28291c438779aee

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: 9e007896996a252d1dc928c001ebdbb30ba5b13b

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

Failures unique to this pull:

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

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #237369
           [java] java.lang.Exception: Found 1 formatting issues:
           [java] 1: > 80: ./portal-impl/src/com/liferay/portal/util/PortalImpl.java 555 (SourceCheck:JavaLongLinesCheck)
           [java] 
           [java] 	at com.liferay.source.formatter.SourceFormatter.format(SourceFormatter.java:412)
           [java] 	at com.liferay.source.formatter.SourceFormatter.main(SourceFormatter.java:239)
           [echo] The following error occurred while executing this line:
           [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:671: Java returned: 1
            [get] Getting: http://test-1-1/job/test-portal-acceptance-pullrequest-batch(master)/AXIS_VARIABLE=0,label_exp=!master/237369//consoleText
            [get] To: /opt/dev/projects/github/liferay-portal/20181113245307246.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/20181113245307246.txt
         [delete] Deleting: /opt/dev/projects/github/liferay-portal/null127620030.properties
      

      merge-test-results:
      [mkdir] Created dir: /opt/dev/projects/github/liferay-portal/test-results
      [junitreport] Processing /opt/dev/projects/github/liferay-portal/test-results/TESTS-TestSuites.xml to /tmp/null1563756414
      [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
      [junitreport] Transform time: 255ms
      [junitreport] Deleting: /tmp/null1563756414
      [echo] A report with all the test results can be found at test-results/html/index.html.
      [mkdir] Created dir: /opt/dev/projects/github/liferay-jenkins-ee/test-results
      [copy] Copying 1 file to /opt/dev/projects/github/liferay-jenkins-ee/test-results
      [echo]
      [echo] Ant GC log:
      [echo]
      [echo] Java HotSpot(TM) 64-Bit Server VM (25.121-b13) for linux-amd64 JRE (1.8.0_121-b13), built on Dec 12 2016 16:36:53 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
      [echo] Memory: 4k page, physical 16777216k(2072240k free), swap 2097152k(1468836k free)

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

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #12562
           [exec]   symbol:   class StringBundler
      [exec] location: class UnsyncStringWriter
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/unsync/UnsyncStringWriter.java:46: error: cannot find symbol
      [exec] _stringBundler = new StringBundler(initialCapacity);
      [exec] ^
      [exec] symbol: class StringBundler
      [exec] location: class UnsyncStringWriter
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/unsync/UnsyncStringWriter.java:67: error: cannot find symbol
      [exec] write(StringPool.NULL);
      [exec] ^
      [exec] symbol: variable StringPool
      [exec] location: class UnsyncStringWriter
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/unsync/UnsyncStringWriter.java:81: error: cannot find symbol
      [exec] charSequence = StringPool.NULL;
      [exec] ^
      [exec] symbol: variable StringPool
      [exec] location: class UnsyncStringWriter
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/unsync/UnsyncStringWriter.java:152: error: cannot find symbol
      [exec] _stringBundler.append(StringPool.ASCII_TABLE[ch]);
      [exec] ^
      [exec] symbol: variable StringPool
      [exec] location: class UnsyncStringWriter
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/WriterOutputStream.java:38: error: cannot find symbol
      [exec] writer, StringPool.DEFAULT_CHARSET_NAME,
      [exec] ^
      [exec] symbol: variable StringPool
      [exec] location: class WriterOutputStream
      [exec] /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/WriterOutputStream.java:74: error: cannot find symbol
      [exec] charsetName = StringPool.DEFAULT_CHARSET_NAME;
      [exec] ^
      [exec] symbol: variable StringPool
      [exec] location: class WriterOutputStream
      [exec] Note: /opt/dev/projects/github/liferay-portal/modules/core/petra/petra-io/src/main/java/com/liferay/petra/io/Deserializer.java uses unchecked or unsafe operations.
      [exec] Note: Recompile with -Xlint:unchecked for details.
      [exec] 37 errors
      [exec]
  3. test-portal-acceptance-pullrequest-batch(master)/integration-oracle122-jdk8
    Job Results:

    3300 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #269817
      1. CounterLocalServiceTest.testConcurrentIncrement
        java.util.concurrent.ExecutionException: com.liferay.portal.kernel.process.ProcessException: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liferayDataSourceImpl' defined in class path resource [META-INF/infrastructure-spring.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: No dialect found
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at com.liferay.counter.service.CounterLocalServiceTest.testConcurrentIncrement(CounterLocalServiceTest.java:168)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61)
        at com.liferay.portal.kernel.test.rule.BaseTestRule$1.evaluate(BaseTestRule.java:61...

@shuyangzhou
Copy link
Owner

See brianchandotcom#64963

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