You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2017/09/12 23:31:00 UTC

[jira] [Created] (COMMONSRDF-63) AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X

Lewis John McGibbney created COMMONSRDF-63:
----------------------------------------------

             Summary: AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X
                 Key: COMMONSRDF-63
                 URL: https://issues.apache.org/jira/browse/COMMONSRDF-63
             Project: Apache Commons RDF
          Issue Type: Bug
          Components: simple
    Affects Versions: 0.3.0
         Environment: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"
            Reporter: Lewis John McGibbney
            Priority: Critical
             Fix For: 1.0.0


{code}
mvn clean install -Dcommons.japicmp.breakBuildOnBinaryIncompatibleModifications=false -Djava.io.tmpdir=/path/to/some/directory
{code}
results in the following
{code}
Results :

Failed tests:
  AbstractRDFParserTest.parseFile:121 expected:<<file:///[]tmp/test596420984638...> but was:<<file:///[private/]tmp/test596420984638...>
  AbstractRDFParserTest.parseFileContentType:165 expected:<<file:///[]tmp/test517279051678...> but was:<<file:///[private/]tmp/test517279051678...>

Tests run: 87, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Commons RDF ........................................ SUCCESS [  3.086 s]
[INFO] Commons RDF API .................................... SUCCESS [  8.001 s]
[INFO] Commons RDF impl: Simple ........................... FAILURE [  3.706 s]
[INFO] Commons RDF impl: RDF4j ............................ SKIPPED
[INFO] Commons RDF impl: Jena ............................. SKIPPED
[INFO] Commons RDF impl: JSON-LD Java ..................... SKIPPED
[INFO] Commons RDF Integration tests ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.042 s
[INFO] Finished at: 2017-09-12T16:20:45-07:00
[INFO] Final Memory: 47M/721M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project commons-rdf-simple: There are test failures.
[ERROR]
[ERROR] Please refer to /usr/local/commons-rdf/simple/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :commons-rdf-simple
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)