[Hps-analysis] git master
Graf, Norman A.
ngraf at slac.stanford.edu
Thu Nov 15 11:08:59 EST 2018
Hello Rafo,
These all appear to be database access problems, not issues with the tests themselves. You should be able to build the jar file without the tests.
Norman
From: Hps-analysis <hps-analysis-bounces at jlab.org> On Behalf Of Rafayel Paremuzyan
Sent: Thursday, November 15, 2018 4:19 AM
To: hps-analysis at jlab.org
Subject: Re: [Hps-analysis] git master
Hi Norman,
I tried to compile both in my PC, and in UNH computers, it failed on integration test step.
Though seems failure reasons are different.
Could you comment, is this something that needs to be fixed before the testpass starts,
or I can compile with skipTests and do a testpass.
Below I show end part of both outputs from my PC, and UNH.
Rafo
============ Failed on my PC ================
Failed tests:
PhysRun2016V0ReconTest.testIt:66->comparePlots:95 expected:<5.749497195272136E-7> but was:<5.719156628894419E-7>
Tests run: 15, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ hps-integration-tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HPS Java ........................................... SUCCESS [ 3.219 s]
[INFO] util ............................................... SUCCESS [ 3.687 s]
[INFO] detector-data ...................................... SUCCESS [ 4.414 s]
[INFO] logging ............................................ SUCCESS [ 0.415 s]
[INFO] conditions ......................................... SUCCESS [ 1.484 s]
[INFO] detector-model ..................................... SUCCESS [ 5.395 s]
[INFO] record-util ........................................ SUCCESS [ 1.317 s]
[INFO] datacat ............................................ SUCCESS [ 0.825 s]
[INFO] run-database ....................................... SUCCESS [ 0.348 s]
[INFO] ecal-recon ......................................... SUCCESS [ 0.797 s]
[INFO] ecal-readout-sim ................................... SUCCESS [ 0.533 s]
[INFO] tracking ........................................... SUCCESS [ 54.016 s]
[INFO] recon .............................................. SUCCESS [ 0.883 s]
[INFO] analysis ........................................... SUCCESS [02:24 min]
[INFO] crawler ............................................ SUCCESS [ 0.480 s]
[INFO] job ................................................ SUCCESS [ 0.244 s]
[INFO] evio ............................................... SUCCESS [ 0.583 s]
[INFO] monitoring-util .................................... SUCCESS [ 0.666 s]
[INFO] ecal-event-display ................................. SUCCESS [ 0.660 s]
[INFO] monitoring-drivers ................................. SUCCESS [ 0.749 s]
[INFO] steering-files ..................................... SUCCESS [ 0.377 s]
[INFO] monitoring-app ..................................... SUCCESS [ 0.605 s]
[INFO] distribution ....................................... SUCCESS [ 7.380 s]
[INFO] plugin ............................................. SUCCESS [ 0.500 s]
[INFO] integration-tests .................................. FAILURE [26:07 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:02 min
[INFO] Finished at: 2018-11-14T23:30:32-05:00
[INFO] Final Memory: 74M/815M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (default) on project hps-integration-tests: There are test failures.
[ERROR]
[ERROR] Please refer to /Work/apps/hps-java/integration-tests/target/failsafe-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] https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_MojoFailureException&d=DwIFAg&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=J4PP6Zl8IyGHpsqWaKegORCYw8hoCHePTw5O95a5lqQ&m=KOXegit6uqCIqKHTlilmdcX2_i5OiiZ60l3IdMLN3tQ&s=o1qmLMUl61oGzR1I88ja8MOJLg0eR4QK6XrYlTLRE4E&e=
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hps-integration-tests
============ END of Failed on my PC ================
============ Failed on my UNH (endeavour) ================
Failed tests:
PhysRun2016MollerReconTest.testIt:66->comparePlots:93 expected:<3573> but was:<2447>
Tests in error:
ClustererTest.testCTPClusterer:223->runClustererTest:290 > Runtime java.lang.R...
ClustererTest.testGTPClusterer:233->runClustererTest:290 > Runtime java.lang.R...
ClustererTest.testGTPOnlineClusterer:209->runClustererTest:290 > Runtime java....
ClustererTest.testLegacyClusterer:195->runClustererTest:290 > Runtime java.lan...
ClustererTest.testNearestNeighborClusterer:181->runClustererTest:290 > Runtime
ClustererTest.testReconClusterer:151->runClustererTest:290 > Runtime java.lang...
ClustererTest.testSimpleReconClusterer:166->runClustererTest:290 > Runtime jav...
EngRun2015FeeReconTest.testIt:48 > Runtime Failed to connect to database after...
EngRun2015MollerReconTest.testIt:44 > Runtime Failed to connect to database af...
EngRun2015V0ReconTest.testIt:48 > Runtime Failed to connect to database after ...
EvioToLcioTest.testEvioToLcio:155 > Runtime Failed to connect to database afte...
PhysRun2016FeeReconTest.testIt:43 > Runtime Failed to connect to database afte...
PhysRun2016V0ReconTest.testIt:48 > Runtime Failed to connect to database after...
Tests run: 15, Failures: 1, Errors: 13, Skipped: 0
[INFO]
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ hps-integration-tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HPS Java ........................................... SUCCESS [ 9.412 s]
[INFO] util ............................................... SUCCESS [ 7.466 s]
[INFO] detector-data ...................................... SUCCESS [ 11.263 s]
[INFO] logging ............................................ SUCCESS [ 0.792 s]
[INFO] conditions ......................................... SUCCESS [ 4.157 s]
[INFO] detector-model ..................................... SUCCESS [ 13.266 s]
[INFO] record-util ........................................ SUCCESS [ 4.000 s]
[INFO] datacat ............................................ SUCCESS [ 4.524 s]
[INFO] run-database ....................................... SUCCESS [ 1.231 s]
[INFO] ecal-recon ......................................... SUCCESS [ 2.106 s]
[INFO] ecal-readout-sim ................................... SUCCESS [ 1.162 s]
[INFO] tracking ........................................... SUCCESS [01:21 min]
[INFO] recon .............................................. SUCCESS [ 1.965 s]
[INFO] analysis ........................................... SUCCESS [02:03 min]
[INFO] crawler ............................................ SUCCESS [ 0.912 s]
[INFO] job ................................................ SUCCESS [ 0.733 s]
[INFO] evio ............................................... SUCCESS [ 1.311 s]
[INFO] monitoring-util .................................... SUCCESS [ 1.379 s]
[INFO] ecal-event-display ................................. SUCCESS [ 1.691 s]
[INFO] monitoring-drivers ................................. SUCCESS [ 1.824 s]
[INFO] steering-files ..................................... SUCCESS [ 1.212 s]
[INFO] monitoring-app ..................................... SUCCESS [ 1.744 s]
[INFO] distribution ....................................... SUCCESS [ 13.851 s]
[INFO] plugin ............................................. SUCCESS [ 8.133 s]
[INFO] integration-tests .................................. FAILURE [ 06:07 h]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:12 h
[INFO] Finished at: 2018-11-15T05:48:08-05:00
[INFO] Final Memory: 74M/1083M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (default) on project hps-integration-tests: There are test failures.
[ERROR]
[ERROR] Please refer to /net/home/rafopar/soft/hps_java/trunk/integration-tests/target/failsafe-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] https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_MojoFailureException&d=DwIFAg&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=J4PP6Zl8IyGHpsqWaKegORCYw8hoCHePTw5O95a5lqQ&m=KOXegit6uqCIqKHTlilmdcX2_i5OiiZ60l3IdMLN3tQ&s=o1qmLMUl61oGzR1I88ja8MOJLg0eR4QK6XrYlTLRE4E&e=
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hps-integration-tests
============ END OF Failed on my UNH (endeavour) ================
On 11/14/18 1:55 PM, Graf, Norman A. wrote:
Dear Colleagues,
The software updates discussed at the collaboration meeting have been merged into the git master branch. All unit and integration tests complete successfully. However, you are strongly encouraged to check out the latest changes ( git checkout master; git pull; mvn clean install;) and perform your own tests. Please let us know of any errors or significant changes in performance. This will form the basis for the pass2 reconstruction of the 2016 data.
Thank you,
Norman
_______________________________________________
Hps-analysis mailing list
Hps-analysis at jlab.org<mailto:Hps-analysis at jlab.org>
https://mailman.jlab.org/mailman/listinfo/hps-analysis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/hps-analysis/attachments/20181115/41fca76a/attachment-0001.html>
More information about the Hps-analysis
mailing list