Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory >--
[INFO] Building blueHour - Model, In-Memory Implementation 1.0-ALPHA-9-SNAPSHOT [4/16]
[INFO]   from modules/ModelInMemory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory
[INFO] Storing buildNumber: cdf9a1755e94 at timestamp: 1732918457275
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/release/1.0-ALPHA-9 1.0-ALPHA-9-SNAPSHOT cdf9a1755e94
[INFO]      [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [forked debug deprecation release 11] to target/classes
[WARNING] /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[122,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[93,69] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java:[63,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [forked debug deprecation release 11] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
22:14:42.033 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - STARTING TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest
22:14:42.212 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - ******************************************
22:14:42.212 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - TEST "toString must return all the fields"
22:14:42.213 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - ******************************************
22:14:42.364 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - TEST PASSED in 123 msec
22:14:42.364 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - 
22:14:42.741 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:42.843 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:42.884 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:42.900 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:42.930 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:42.956 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.044 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
22:14:43.045 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
22:14:43.045 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=401, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 2, number=PRJ ACME-4, description=Acme Financing Project 2, notes=, status=OPEN, hourlyRate=240.00 EUR, budget=456789.00 EUR, startDate=2014-02-17, endDate=2014-06-21)]
22:14:43.046 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=401, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 2, number=PRJ ACME-4, description=Acme Financing Project 2, notes=, status=OPEN, hourlyRate=240.00 EUR, budget=456789.00 EUR, startDate=2014-02-17, endDate=2014-06-21)
22:14:43.078 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.284 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.286 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.308 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.313 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.331 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
22:14:43.352 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/
22:14:43.352 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 2.txt
22:14:43.352 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Financing Project 2.txt
22:14:43.394 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 422 msec
22:14:43.394 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
22:14:43.395 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
22:14:43.409 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
22:14:43.411 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=398, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 1, number=PRJ ACME-1, description=Acme Consulting Project 1, notes=, status=OPEN, hourlyRate=120.00 EUR, budget=123456.00 EUR, startDate=2013-04-02, endDate=2013-07-04)]
22:14:43.411 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=398, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 1, number=PRJ ACME-1, description=Acme Consulting Project 1, notes=, status=OPEN, hourlyRate=120.00 EUR, budget=123456.00 EUR, startDate=2013-04-02, endDate=2013-07-04)
22:14:43.424 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.480 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.481 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.482 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.482 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.501 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
22:14:43.502 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/
22:14:43.502 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 1.txt
22:14:43.502 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Consulting Project 1.txt
22:14:43.504 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 108 msec
22:14:43.504 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
22:14:43.518 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
22:14:43.518 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
22:14:43.518 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=399, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 2, number=PRJ ACME-2, description=Acme Consulting Project 2, notes=, status=OPEN, hourlyRate=150.00 EUR, budget=234567.00 EUR, startDate=2013-05-03, endDate=2013-09-11)]
22:14:43.519 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=399, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 2, number=PRJ ACME-2, description=Acme Consulting Project 2, notes=, status=OPEN, hourlyRate=150.00 EUR, budget=234567.00 EUR, startDate=2013-05-03, endDate=2013-09-11)
22:14:43.520 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.676 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.677 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.678 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.696 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.705 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
22:14:43.706 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/
22:14:43.706 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 2.txt
22:14:43.706 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Consulting Project 2.txt
22:14:43.709 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 204 msec
22:14:43.709 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
22:14:43.732 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
22:14:43.732 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
22:14:43.732 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=400, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 1, number=PRJ ACME-3, description=Acme Financing Project 1, notes=, status=OPEN, hourlyRate=210.00 EUR, budget=345678.00 EUR, startDate=2014-01-22, endDate=2014-03-10)]
22:14:43.732 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=400, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 1, number=PRJ ACME-3, description=Acme Financing Project 1, notes=, status=OPEN, hourlyRate=210.00 EUR, budget=345678.00 EUR, startDate=2014-01-22, endDate=2014-03-10)
22:14:43.745 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.783 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.784 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.785 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.786 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
22:14:43.804 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
22:14:43.805 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/
22:14:43.805 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 1.txt
22:14:43.805 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Financing Project 1.txt
22:14:43.819 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 75 msec
22:14:43.820 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
22:14:43.821 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - *****************************************
22:14:43.821 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - TEST "toString must be properly computed"
22:14:43.821 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - *****************************************
22:14:43.885 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - TEST PASSED in 62 msec
22:14:43.885 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - 
22:14:43.887 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - *****************************************
22:14:43.887 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - TEST "toString must be properly computed"
22:14:43.887 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - *****************************************
22:14:43.906 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - TEST PASSED in 14 msec
22:14:43.906 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - 
22:14:43.907 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - FINISHED TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.516 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.cdf9a1755e94.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.cdf9a1755e94-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/pom.xml to /var/jenkins_home/maven-repositories/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.cdf9a1755e94.jar to /var/jenkins_home/maven-repositories/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Build_and_Test/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.cdf9a1755e94-tests.jar to /var/jenkins_home/maven-repositories/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled