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.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: 1682222481553
[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:42.520 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - STARTING TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest
04:01:42.678 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - ******************************************
04:01:42.693 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - TEST "toString must return all the fields"
04:01:42.696 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - ******************************************
04:01:42.937 [main ] INFO i.t.accounting.model.types.impl.CustomerTest - TEST PASSED in 257 msec
04:01:42.939 [main ] INFO i.t.accounting.model.types.impl.CustomerTest -
04:01:43.309 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:43.488 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:43.534 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:43.546 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:43.560 [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:43.561 [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:43.707 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ********************************************************************************************************************************************************************************************
04:01:43.707 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report"
04:01:43.712 [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:43.714 [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:43.784 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:43.992 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.002 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.004 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.005 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.028 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
04:01:44.029 [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:44.029 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is:
04:01:44.029 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is:
04:01:44.087 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 501 msec
04:01:44.088 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest -
04:01:44.103 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ********************************************************************************************************************************************************************************************
04:01:44.103 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report"
04:01:44.103 [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:44.104 [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:44.106 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.159 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.160 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.167 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.167 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.169 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
04:01:44.169 [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:44.169 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is:
04:01:44.169 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is:
04:01:44.180 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 77 msec
04:01:44.181 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest -
04:01:44.186 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ********************************************************************************************************************************************************************************************
04:01:44.186 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report"
04:01:44.187 [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:44.187 [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:44.195 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.226 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.227 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.228 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.228 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.229 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
04:01:44.230 [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:44.230 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is:
04:01:44.230 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is:
04:01:44.262 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 75 msec
04:01:44.262 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest -
04:01:44.270 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - ********************************************************************************************************************************************************************************************
04:01:44.270 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST "must properly generate report"
04:01:44.270 [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:44.271 [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:44.282 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.293 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.293 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.294 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.294 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
04:01:44.305 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
04:01:44.305 [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:44.305 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is:
04:01:44.305 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is:
04:01:44.306 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest - TEST PASSED in 36 msec
04:01:44.306 [main ] INFO i.t.a.model.types.impl.HourlyReportGeneratorTest -
04:01:44.319 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - *****************************************
04:01:44.319 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - TEST "toString must be properly computed"
04:01:44.319 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - *****************************************
04:01:44.392 [main ] INFO i.t.accounting.model.types.impl.JobEventTest - TEST PASSED in 73 msec
04:01:44.392 [main ] INFO i.t.accounting.model.types.impl.JobEventTest -
04:01:44.393 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - *****************************************
04:01:44.394 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - TEST "toString must be properly computed"
04:01:44.412 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - *****************************************
04:01:44.414 [main ] INFO i.t.accounting.model.types.impl.ProjectTest - TEST PASSED in 20 msec
04:01:44.414 [main ] INFO i.t.accounting.model.types.impl.ProjectTest -
04:01:44.502 [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.664 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: 1682222506002
[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