Skip to content

Instantly share code, notes, and snippets.

@TrevorS
Created August 27, 2013 20:02
Show Gist options
  • Save TrevorS/6358405 to your computer and use it in GitHub Desktop.
Save TrevorS/6358405 to your computer and use it in GitHub Desktop.
Example maven output
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building NokiaVoiceParser 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ NokiaVoiceParser ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\v9900476\Documents\git\nokia-voice-parser\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ NokiaVoiceParser ---
[INFO] Compiling 26 source files to C:\Users\v9900476\Documents\git\nokia-voice-parser\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ NokiaVoiceParser ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\v9900476\Documents\git\nokia-voice-parser\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ NokiaVoiceParser ---
[INFO] Compiling 4 source files to C:\Users\v9900476\Documents\git\nokia-voice-parser\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ NokiaVoiceParser ---
[INFO] Surefire report directory: C:\Users\v9900476\Documents\git\nokia-voice-parser\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.atni.nokia.voice.CdrFactoryTest
log4j:WARN No appenders could be found for logger (com.atni.utilities.Conversions).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 36, Failures: 13, Errors: 22, Skipped: 0, Time elapsed: 0.237 sec <<< FAILURE!
Running com.atni.nokia.voice.utility.DataConversionsTest
Tests run: 58, Failures: 2, Errors: 2, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
Running com.atni.nokia.voice.utility.NokiaVoiceUtilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Results :
Failed tests: testGetCallRecord_fixture_Unknown(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@38c5564e>
testGetCallRecord_fixture_15(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@7ab9fcb0>
testGetCallRecord_fixture_17(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@257218c4>
testGetCallRecord_fixture_22(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@2de4f266>
testGetCallRecord_fixture_23(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@1ac0bc3a>
testGetCallRecord_fixture_27(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@554d4f9>
testGetCallRecord_fixture_29(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@26061947>
testGetCallRecord_fixture_30(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@43d248b4>
testGetCallRecord_fixture_31(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@cd30557>
testGetCallRecord_fixture_32(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@4a479446>
testGetCallRecord_fixture_33(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@143b64f>
testGetCallRecord_fixture_35(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@5e411af2>
testGetCallRecord_fixture_6(com.atni.nokia.voice.CdrFactoryTest): expected null, but was:<com.atni.nokia.voice.cdrs.UnsupportedRecord@29643eec>
testConvertBitfield_7(com.atni.nokia.voice.utility.DataConversionsTest): unverified
testConvertBytesToNibbles_1(com.atni.nokia.voice.utility.DataConversionsTest): unverified
Tests in error:
testGetCallRecord_fixture_10(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_11(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_12(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_13(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_14(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_16(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_18(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_19(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_20(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_24(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_25(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_26(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_28(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_0(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_1(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_2(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_3(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_4(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_5(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_7(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_8(com.atni.nokia.voice.CdrFactoryTest)
testGetCallRecord_fixture_9(com.atni.nokia.voice.CdrFactoryTest)
testConvertBcdWord_2(com.atni.nokia.voice.utility.DataConversionsTest): 1
testConvertHexWordToDec_1(com.atni.nokia.voice.utility.DataConversionsTest): For input string: "00ffffffff"
Tests run: 96, Failures: 15, Errors: 24, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.356s
[INFO] Finished at: Tue Aug 27 15:58:26 EDT 2013
[INFO] Final Memory: 16M/222M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project NokiaVoiceParser: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\v9900476\Documents\git\nokia-voice-parser\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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment