Skip to content

package fails #6

@mgkimsal

Description

@mgkimsal

-bash-4.1$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ua-parser 1.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ua-parser ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/me/xx/lib/uap-java/../uap-core
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ua-parser ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ua-parser ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/me/xx/lib/uap-java/../uap-core/test_resources
[INFO] skip non existing resourceDirectory /home/me/xx/lib/uap-java/../uap-core/tests
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ua-parser ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ ua-parser ---
[INFO] Surefire report directory: /home/me/xx/lib/uap-java/target/surefire-reports


T E S T S

Running ua_parser.CachingParserTest
Tests run: 17, Failures: 0, Errors: 17, Skipped: 0, Time elapsed: 0.125 sec <<< FAILURE!
Running ua_parser.DeviceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running ua_parser.ParserTest
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE!
Running ua_parser.UserAgentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running ua_parser.OSTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec

Results :

Tests in error:
testCachedReplacementQuoting(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseOS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseAdditionalOS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseDevice(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseFirefox(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParsePGTS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseAll(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testCachedParseUserAgent(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testInvalidConfigThrows(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseUserAgent(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseOS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseAdditionalOS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseDevice(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseFirefox(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParsePGTS(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testParseAll(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testReplacementQuoting(ua_parser.CachingParserTest): java.io.IOException: Stream closed
testInvalidConfigThrows(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseUserAgent(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseOS(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseAdditionalOS(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseDevice(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseFirefox(ua_parser.ParserTest): java.io.IOException: Stream closed
testParsePGTS(ua_parser.ParserTest): java.io.IOException: Stream closed
testParseAll(ua_parser.ParserTest): java.io.IOException: Stream closed
testReplacementQuoting(ua_parser.ParserTest): java.io.IOException: Stream closed

Tests run: 35, Failures: 0, Errors: 26, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.441s
[INFO] Finished at: Sun May 03 14:31:39 EDT 2015
[INFO] Final Memory: 10M/454M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project ua-parser: There are test failures.
[ERROR]
[ERROR] Please refer to /home/me/xx/lib/uap-java/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions