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.1.0:clean (default-clean) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] [INFO] --- buildnumber:1.4: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_Metrics/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD' [INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory [INFO] Storing buildNumber: aa31935cf203 at timestamp: 1682308880126 [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_Metrics/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD' [INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] [INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Executing tasks [INFO] [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT aa31935cf203 [INFO] [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11 [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/classes [WARNING] No processor claimed any of these annotations: /javax.annotation.Nullable,/javax.annotation.Nonnull,/javax.annotation.concurrent.Immutable [WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[123,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_Metrics/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_Metrics/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.2.0:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/test-classes [WARNING] No processor claimed any of these annotations: /org.testng.annotations.Test,/javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite 04:01:38.536 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - STARTING TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest 04:01:38.788 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - ****************************************** 04:01:38.789 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - TEST "toString must return all the fields" 04:01:38.789 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - ****************************************** 04:01:39.174 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - TEST PASSED in 385 msec 04:01:39.176 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - 04:01:39.729 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:39.925 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:39.979 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:39.980 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.037 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.045 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.138 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ******************************************************************************************************************************************************************************************** 04:01:40.139 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report" 04:01:40.158 [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)] 04:01:40.163 [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) 04:01:40.209 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.424 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.426 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.428 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.429 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.456 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files: 04:01:40.456 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 2.txt 04:01:40.456 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: 04:01:40.456 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: 04:01:40.530 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 481 msec 04:01:40.530 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - 04:01:40.537 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ******************************************************************************************************************************************************************************************** 04:01:40.538 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report" 04:01:40.538 [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)] 04:01:40.540 [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) 04:01:40.548 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.573 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.574 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.581 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.581 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.583 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files: 04:01:40.585 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 1.txt 04:01:40.586 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: 04:01:40.586 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: 04:01:40.590 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 53 msec 04:01:40.590 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - 04:01:40.593 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ******************************************************************************************************************************************************************************************** 04:01:40.594 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report" 04:01:40.594 [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)] 04:01:40.594 [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) 04:01:40.599 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.642 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.643 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.643 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.644 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.645 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files: 04:01:40.646 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 2.txt 04:01:40.646 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: 04:01:40.646 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: 04:01:40.667 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 73 msec 04:01:40.667 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - 04:01:40.668 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ******************************************************************************************************************************************************************************************** 04:01:40.668 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report" 04:01:40.668 [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)] 04:01:40.668 [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) 04:01:40.677 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.696 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.696 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.697 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.697 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]) 04:01:40.698 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files: 04:01:40.704 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 1.txt 04:01:40.704 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: 04:01:40.704 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: 04:01:40.705 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 37 msec 04:01:40.705 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - 04:01:40.706 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - ***************************************** 04:01:40.707 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - TEST "toString must be properly computed" 04:01:40.707 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - ***************************************** 04:01:40.758 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - TEST PASSED in 52 msec 04:01:40.759 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - 04:01:40.769 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - ***************************************** 04:01:40.770 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - TEST "toString must be properly computed" 04:01:40.770 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - ***************************************** 04:01:40.772 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - TEST PASSED in 13 msec 04:01:40.773 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - 04:01:40.844 [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: 4.487 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jacoco:0.8.7:report (report) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec [INFO] Analyzed bundle 'blueHour - Model, In-Memory Implementation' with 19 classes [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.aa31935cf203.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.aa31935cf203-tests.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.aa31935cf203.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/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_Metrics/workspace/modules/ModelInMemory/pom.xml to /var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/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_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.aa31935cf203-tests.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/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 [INFO] [INFO] >>> dependency:3.1.2:analyze (default-cli) > test-compile @ it-tidalwave-accounting-model-impl-inmemory >>> [INFO] [INFO] --- buildnumber:1.4: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_Metrics/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD' [INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory [INFO] Storing buildNumber: aa31935cf203 at timestamp: 1682308902454 [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_Metrics/workspace/modules/ModelInMemory' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD' [INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] [INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Executing tasks [INFO] [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT aa31935cf203 [INFO] [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11 [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/classes [WARNING] No processor claimed any of these annotations: /javax.annotation.Nullable,/javax.annotation.Nonnull,/javax.annotation.concurrent.Immutable [WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[123,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_Metrics/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_Metrics/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.2.0:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/test-classes [WARNING] No processor claimed any of these annotations: /org.testng.annotations.Test,/javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod [WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo [INFO] [INFO] <<< dependency:3.1.2:analyze (default-cli) < test-compile @ it-tidalwave-accounting-model-impl-inmemory <<< [INFO] [INFO] [INFO] --- dependency:3.1.2:analyze (default-cli) @ it-tidalwave-accounting-model-impl-inmemory --- [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile [WARNING] com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile [WARNING] org.hamcrest:hamcrest-core:jar:1.3:test [WARNING] Unused declared dependencies found: [WARNING] org.springframework:spring-beans:jar:5.3.1:compile [WARNING] org.projectlombok:lombok:jar:1.18.22:provided [WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-16:test [WARNING] org.hamcrest:hamcrest-all:jar:1.3:test [WARNING] org.mockito:mockito-core:jar:3.8.0:test [WARNING] org.slf4j:jcl-over-slf4j:jar:1.7.30:test [WARNING] ch.qos.logback:logback-core:jar:1.2.3:test [WARNING] ch.qos.logback:logback-classic:jar:1.2.3:test [JENKINS] Archiving disabled