Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
126 kB
9
Indexable
Never
Started by user synAdmin
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openwealth-interfaceadapter
The recommended git tool is: NONE
using credential 83423d55-4c66-4ff1-9b68-603fbf368f66
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/openwealth-interfaceadapter/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/synpulse-group/openwealth-interfaceadapter # timeout=10
Fetching upstream changes from https://github.com/synpulse-group/openwealth-interfaceadapter
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/synpulse-group/openwealth-interfaceadapter +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 307f1379b26e2a8171b9ed6befed926fe81abd6e (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 307f1379b26e2a8171b9ed6befed926fe81abd6e # timeout=10
Commit message: "CAPI-91 customeraccount api implementation (#46)"
 > git rev-list --no-walk 307f1379b26e2a8171b9ed6befed926fe81abd6e # timeout=10
[openwealth-interfaceadapter] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/jenkins-maven/bin/mvn clean install -DskipTests -T 1C
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] openwealth-api                                                     [jar]
[INFO] openwealth-sandbox                                                 [jar]
[INFO] openwealth-cli-utility                                             [jar]
[INFO] capi-client                                                        [jar]
[INFO] openwealth-capi-adapter                                            [jar]
[INFO] openwealth                                                         [pom]
[INFO] 
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 4
[INFO] 
[INFO] --------------< com.synpulse8.openwealth:openwealth-api >---------------
[INFO] Building openwealth-api 1.2.0                                      [1/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] ---------------------< com.synpulse8:capi-client >----------------------
[INFO] Building capi-client 0.0.1-SNAPSHOT                                [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] ----------------------< com.synpulse8:openwealth >----------------------
[INFO] Building openwealth 0.0.1-SNAPSHOT                                 [3/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openwealth ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ openwealth ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/0.0.1-SNAPSHOT/openwealth-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ capi-client ---
[INFO] Deleting /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.4.0:generate (capi_client_codegen_obj_bp) @ capi-client ---
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openwealth-api ---
[INFO] Deleting /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.4.0:generate (openapi_build_generation) @ openwealth-api ---
[INFO] Generating with dryRun=false
[INFO] Output directory (/var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[INFO] OpenAPI Generator: java (client)
[INFO] Generator 'java' is considered stable.
[INFO] Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[INFO] NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[INFO] Processing operation null
[INFO] Processing operation null
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/api1/]
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/api1/]
[WARNING] allOf with multiple schemas defined. Using only the first one: obj_ref
[INFO] Generating with dryRun=false
[INFO] Output directory (/var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[INFO] OpenAPI Generator: spring (server)
[INFO] Generator 'spring' is considered stable.
[INFO] ----------------------------------
[INFO] Set base package to invoker package (com.synpulse8.openwealth.api.custody.handler)
[INFO] Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[INFO] NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[INFO] Processing operation getCustomerAccounts
[INFO] Processing operation getCustomerAccountsByCustomerId
[INFO] Processing operation getPositionsByCustomerId
[INFO] Processing operation getPositionsByAccountId
[INFO] Processing operation getTransactionsByCustomerId
[INFO] Processing operation getTransactionsByAccountId
[INFO] Processing operation getTransactionsByPositionId
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/CodeTabRef.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/CodeTabRef.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjAsset.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjAsset.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjAsset2.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjAsset2.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjBp.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjBp.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjCont.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjCont.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjIps.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjIps.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjKey.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjKey.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjName.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjName.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjPos.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjPos.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Account.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjRef.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjRef.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/AccountInformation.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/model/customeraccounts/ObjRefObjIps.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CommonErrorResponse.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ObjRefObjIps.md
[WARNING] Empty operationId found for path: get /obj-bps+customeraccounts. Renamed to auto-generated operationId: obj_bpscustomeraccountsGet
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CommonErrorType.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerAccounts.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerAndStatementResponse.java
[ERROR] Not handling class Parameter {
    name: Content-Language
    in: header
    description: null
    required: null
    deprecated: null
    allowEmptyValue: null
    style: null
    explode: null
    allowReserved: null
    schema: null
    examples: null
    example: null
    content: null
    $ref: null
} as Body Parameter at the moment
[WARNING] Parameter name not defined properly. Default to UNKNOWN_PARAMETER_NAME
[ERROR] Not handling class Parameter {
    name: X-Has-Next-Page
    in: header
    description: null
    required: null
    deprecated: null
    allowEmptyValue: null
    style: null
    explode: null
    allowReserved: null
    schema: null
    examples: null
    example: null
    content: null
    $ref: null
} as Body Parameter at the moment
[WARNING] Parameter name not defined properly. Default to UNKNOWN_PARAMETER_NAME
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerOverview.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrument.java
[WARNING] Empty operationId found for path: get /obj-bps+customeraccounts/{obj_bp_id}. Renamed to auto-generated operationId: obj_bpscustomeraccountsObjBpIdGet
[ERROR] Not handling class Parameter {
    name: Content-Language
    in: header
    description: null
    required: null
    deprecated: null
    allowEmptyValue: null
    style: null
    explode: null
    allowReserved: null
    schema: null
    examples: null
    example: null
    content: null
    $ref: null
} as Body Parameter at the moment
[WARNING] Parameter name not defined properly. Default to UNKNOWN_PARAMETER_NAME
[ERROR] Not handling class Parameter {
    name: ETag
    in: header
    description: null
    required: null
    deprecated: null
    allowEmptyValue: null
    style: null
    explode: null
    allowReserved: null
    schema: null
    examples: null
    example: null
    content: null
    $ref: null
} as Body Parameter at the moment
[WARNING] Parameter name not defined properly. Default to UNKNOWN_PARAMETER_NAME
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentDates.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/api1/]
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/api/customeraccounts/ApiEndpointsApi.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/test/java/com/synpulse8/capi/client/api/customeraccounts/ApiEndpointsApiTest.java (Skipped by apiTests options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/docs/ApiEndpointsApi.md
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentFinancialInstrumentIdentification.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/api1/]
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentFinancialInstrumentPrices.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentInterests.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentOptionDetails.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentUnderlyingFinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentUnderlyingList.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/ForeignExchangeRate.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/pom.xml (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/README.md (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/build.gradle (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/build.sbt (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/settings.gradle (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/gradle.properties (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/AndroidManifest.xml (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/.travis.yml (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Movement.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/ApiClient.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/ServerConfiguration.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/ServerVariable.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/api/openapi.yaml (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/JavaTimeFormatter.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/auth/HttpBasicAuth.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/auth/HttpBearerAuth.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/auth/ApiKeyAuth.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/gradlew (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/gradlew.bat (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/gradle/wrapper/gradle-wrapper.properties (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/gradle/wrapper/gradle-wrapper.jar (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/git_push.sh (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/.gitignore (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/auth/Authentication.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/src/main/java/com/synpulse8/capi/client/handler/RFC3339DateFormat.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/MovementAccountDetails.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/generated-sources/openapi/.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project 🙏                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/MovementFinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PortfolioInformation.java
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ capi-client ---
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Position.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionAccruedInterest.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionAmountOrUnits.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionPrices.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionValuation.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PostingAmount.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Statement.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/StatementDate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Transaction.java
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionAndStatementResponse.java
[INFO] Copying 1 resource
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionDateList.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionPlaceOfTrade.java
[INFO] Copying 4 resources
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionPrices.java
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ capi-client ---
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionUnderlyingFinancialInstrument.java
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/classes
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApiDelegate.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/pom.xml (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/README.md (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/handler/OpenAPI2SpringBoot.java (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/handler/RFC3339DateFormat.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/resources/application.properties (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/config/HomeController.java (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/resources/openapi.yaml (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/ApiUtil.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project 🙏                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-api ---
[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/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openwealth-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openwealth-api ---
[INFO] Building jar: /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/openwealth-api-1.2.0.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ openwealth-api ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/openwealth-api-1.2.0.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-api/1.2.0/openwealth-api-1.2.0.jar
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-api/1.2.0/openwealth-api-1.2.0.pom
[INFO] 
[INFO] ------------< com.synpulse8.openwealth:openwealth-sandbox >-------------
[INFO] Building openwealth-sandbox 0.0.1-SNAPSHOT                         [4/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openwealth-sandbox ---
[INFO] Deleting /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-sandbox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-sandbox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ capi-client ---
[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/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ capi-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (default) @ capi-client ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 3.0.9 to perform compileTests.
[INFO] Parallel parsing disabled.
[INFO] Compiled 3 files.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ capi-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ capi-client ---
[INFO] Building jar: /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/capi-client-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ capi-client ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/target/capi-client-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/capi-client/0.0.1-SNAPSHOT/capi-client-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/capi-client/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/capi-client/0.0.1-SNAPSHOT/capi-client-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ----------< com.synpulse8.openwealth:openwealth-capi-adapter >----------
[INFO] Building openwealth-capi-adapter 0.0.1-SNAPSHOT                    [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openwealth-capi-adapter ---
[INFO] Deleting /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-capi-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-capi-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-capi-adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-capi-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (default) @ openwealth-capi-adapter ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 3.0.9 to perform compileTests.
[INFO] Parallel parsing disabled.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-sandbox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-sandbox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/test-classes
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (default) @ openwealth-sandbox ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Compiled 3 files.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ openwealth-capi-adapter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openwealth-capi-adapter ---
[INFO] Building jar: /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target/openwealth-capi-adapter-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.6.3:repackage (repackage) @ openwealth-capi-adapter ---
[INFO] Using Groovy 3.0.9 to perform compileTests.
[INFO] Parallel parsing disabled.
[INFO] Attaching repackaged archive /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target/openwealth-capi-adapter-0.0.1-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ openwealth-capi-adapter ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target/openwealth-capi-adapter-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-capi-adapter/0.0.1-SNAPSHOT/openwealth-capi-adapter-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-capi-adapter/0.0.1-SNAPSHOT/openwealth-capi-adapter-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-capi-adapter/target/openwealth-capi-adapter-0.0.1-SNAPSHOT-exec.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-capi-adapter/0.0.1-SNAPSHOT/openwealth-capi-adapter-0.0.1-SNAPSHOT-exec.jar
[INFO] Compiled 9 files.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ openwealth-sandbox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openwealth-sandbox ---
[INFO] Building jar: /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/openwealth-sandbox-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.6.3:repackage (repackage) @ openwealth-sandbox ---
[INFO] Attaching repackaged archive /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/openwealth-sandbox-0.0.1-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ openwealth-sandbox ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/openwealth-sandbox-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-sandbox/0.0.1-SNAPSHOT/openwealth-sandbox-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-sandbox/0.0.1-SNAPSHOT/openwealth-sandbox-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/openwealth-sandbox-0.0.1-SNAPSHOT-exec.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-sandbox/0.0.1-SNAPSHOT/openwealth-sandbox-0.0.1-SNAPSHOT-exec.jar
[INFO] 
[INFO] ----------< com.synpulse8.openwealth:openwealth-cli-utility >-----------
[INFO] Building openwealth-cli-utility 0.0.1-SNAPSHOT                     [6/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openwealth-cli-utility ---
[INFO] Deleting /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-cli-utility ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-cli-utility ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-cli-utility ---
[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/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-cli-utility ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openwealth-cli-utility ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openwealth-cli-utility ---
[INFO] Building jar: /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/target/openwealth-cli-utility-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.6.3:repackage (repackage) @ openwealth-cli-utility ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ openwealth-cli-utility ---
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/target/openwealth-cli-utility-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-cli-utility/0.0.1-SNAPSHOT/openwealth-cli-utility-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-cli-utility/pom.xml to /var/lib/jenkins/.m2/repository/com/synpulse8/openwealth/openwealth-cli-utility/0.0.1-SNAPSHOT/openwealth-cli-utility-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] openwealth-api 1.2.0 ............................... SUCCESS [  6.516 s]
[INFO] openwealth-sandbox 0.0.1-SNAPSHOT .................. SUCCESS [  7.982 s]
[INFO] openwealth-cli-utility 0.0.1-SNAPSHOT .............. SUCCESS [  0.955 s]
[INFO] capi-client 0.0.1-SNAPSHOT ......................... SUCCESS [  9.045 s]
[INFO] openwealth-capi-adapter 0.0.1-SNAPSHOT ............. SUCCESS [  4.014 s]
[INFO] openwealth 0.0.1-SNAPSHOT .......................... SUCCESS [  0.242 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.810 s (Wall Clock)
[INFO] Finished at: 2022-05-26T15:43:57Z
[INFO] ------------------------------------------------------------------------
[openwealth-interfaceadapter] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/jenkins-maven/bin/mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] openwealth-api                                                     [jar]
[INFO] openwealth-sandbox                                                 [jar]
[INFO] openwealth-cli-utility                                             [jar]
[INFO] capi-client                                                        [jar]
[INFO] openwealth-capi-adapter                                            [jar]
[INFO] openwealth                                                         [pom]
[INFO] 
[INFO] --------------< com.synpulse8.openwealth:openwealth-api >---------------
[INFO] Building openwealth-api 1.2.0                                      [1/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.4.0:generate (openapi_build_generation) @ openwealth-api ---
[INFO] Generating with dryRun=false
[INFO] No .openapi-generator-ignore file found.
[INFO] OpenAPI Generator: spring (server)
[INFO] Generator 'spring' is considered stable.
[INFO] ----------------------------------
[INFO] Set base package to invoker package (com.synpulse8.openwealth.api.custody.handler)
[INFO] Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[INFO] NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[INFO] Processing operation getCustomerAccounts
[INFO] Processing operation getCustomerAccountsByCustomerId
[INFO] Processing operation getPositionsByCustomerId
[INFO] Processing operation getPositionsByAccountId
[INFO] Processing operation getTransactionsByCustomerId
[INFO] Processing operation getTransactionsByAccountId
[INFO] Processing operation getTransactionsByPositionId
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Account.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/AccountInformation.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CommonErrorResponse.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CommonErrorType.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerAccounts.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerAndStatementResponse.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/CustomerOverview.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentDates.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentFinancialInstrumentIdentification.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentFinancialInstrumentPrices.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentInterests.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentOptionDetails.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentUnderlyingFinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/FinancialInstrumentUnderlyingList.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/ForeignExchangeRate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Movement.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/MovementAccountDetails.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/MovementFinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PortfolioInformation.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Position.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionAccruedInterest.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionAmountOrUnits.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionPrices.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PositionValuation.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/PostingAmount.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Statement.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/StatementDate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/Transaction.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionAndStatementResponse.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionDateList.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionPlaceOfTrade.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionPrices.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/model/TransactionUnderlyingFinancialInstrument.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/AccountsApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomerAccountsApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/CustomersApiDelegate.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApiController.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApi.java
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/PositionsApiDelegate.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/pom.xml (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/README.md (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/handler/OpenAPI2SpringBoot.java (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/handler/RFC3339DateFormat.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/resources/application.properties (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/config/HomeController.java (Skipped by supportingFiles options supplied by user.)
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/resources/openapi.yaml (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/src/main/java/com/synpulse8/openwealth/api/custody/api/ApiUtil.java
[INFO] Skipped /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/generated-sources/openapi/.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project 🙏                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-api ---
[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/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openwealth-api ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< com.synpulse8.openwealth:openwealth-sandbox >-------------
[INFO] Building openwealth-sandbox 0.0.1-SNAPSHOT                         [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openwealth-sandbox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openwealth-sandbox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openwealth-sandbox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openwealth-sandbox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/test-classes
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (default) @ openwealth-sandbox ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 3.0.9 to perform compileTests.
[INFO] Parallel parsing disabled.
[INFO] Compiled 9 files.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ openwealth-sandbox ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:44:11.813 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.817 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.817 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.817 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.820 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.820 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.820 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.820 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:11.824 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
15:44:11.830 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
15:44:11.841 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
15:44:11.851 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest], using SpringBootContextLoader
15:44:11.859 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: class path resource [com/synpulse8/openwealth/sandbox/integration/EndpointTest-context.xml] does not exist
15:44:11.860 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: class path resource [com/synpulse8/openwealth/sandbox/integration/EndpointTestContext.groovy] does not exist
15:44:11.860 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: no resource found for suffixes {-context.xml, Context.groovy}.
15:44:11.861 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: EndpointTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
15:44:12.000 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/classes/com/synpulse8/openwealth/sandbox/OpenWealthSandboxApplication.class]
15:44:12.001 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.synpulse8.openwealth.sandbox.OpenWealthSandboxApplication for test class com.synpulse8.openwealth.sandbox.integration.EndpointTest
15:44:12.127 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: using defaults.
15:44:12.127 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.spockframework.spring.SpringMockTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
15:44:12.146 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@373ebf74, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5f9678e1, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@c4ed84, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@189aa67a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5a9d6f02, org.springframework.test.context.support.DirtiesContextTestExecutionListener@362045c0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@112f364d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ccbeb64, org.springframework.test.context.event.EventPublishingTestExecutionListener@6d9f7a80, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@59252cb6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@31d0e481, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3243b914, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@241e8ea6, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@542e560f, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@626c44e7, org.spockframework.spring.SpringMockTestExecutionListener@4dc8caa7]
15:44:12.162 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.162 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.162 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.162 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.162 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.163 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.163 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.163 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]
15:44:12.163 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
15:44:12.163 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
15:44:12.164 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
15:44:12.165 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest], using SpringBootContextLoader
15:44:12.165 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: class path resource [com/synpulse8/openwealth/sandbox/integration/EndpointTest-context.xml] does not exist
15:44:12.166 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: class path resource [com/synpulse8/openwealth/sandbox/integration/EndpointTestContext.groovy] does not exist
15:44:12.166 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: no resource found for suffixes {-context.xml, Context.groovy}.
15:44:12.166 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: EndpointTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
15:44:12.172 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.synpulse8.openwealth.sandbox.OpenWealthSandboxApplication for test class com.synpulse8.openwealth.sandbox.integration.EndpointTest
15:44:12.175 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.synpulse8.openwealth.sandbox.integration.EndpointTest]: using defaults.
15:44:12.175 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.spockframework.spring.SpringMockTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
15:44:12.176 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2ceb80a1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b45dcb8, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7216fb24, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2072acb2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@50ecde95, org.springframework.test.context.support.DirtiesContextTestExecutionListener@35a9782c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@70a36a66, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@45815ffc, org.springframework.test.context.event.EventPublishingTestExecutionListener@732f29af, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@d3957fe, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6622fc65, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@299321e2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@23fb172e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@64ba3208, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@158a3b2e, org.spockframework.spring.SpringMockTestExecutionListener@25a6944c]
[INFO] Running com.synpulse8.openwealth.sandbox.model.FxRateMatrixTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in com.synpulse8.openwealth.sandbox.model.FxRateMatrixTest
[INFO] Running com.synpulse8.openwealth.sandbox.unit.csv.LocalDateConverterTest
15:44:12.825 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "null". Pattern is yyyy-MM-dd
15:44:12.832 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "32-Dec-99". Pattern is yyyy-MM-dd
15:44:12.833 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "1-12-02". Pattern is yyyy-MM-dd
15:44:12.847 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "31-Dec-99". Pattern is yyyy-MM-dd
15:44:12.848 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "1-Dec-02". Pattern is yyyy-MM-dd
15:44:12.850 [main] WARN com.synpulse8.openwealth.sandbox.csv.LocalDateConverter - Error parsing date "01-Dec-09". Pattern is yyyy-MM-dd
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in com.synpulse8.openwealth.sandbox.unit.csv.LocalDateConverterTest
[INFO] Running com.synpulse8.openwealth.sandbox.unit.mapper.PositionMapperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in com.synpulse8.openwealth.sandbox.unit.mapper.PositionMapperTest
[INFO] Running com.synpulse8.openwealth.sandbox.unit.mapper.AmountMapperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in com.synpulse8.openwealth.sandbox.unit.mapper.AmountMapperTest
[INFO] Running com.synpulse8.openwealth.sandbox.utils.StringUtilsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.synpulse8.openwealth.sandbox.utils.StringUtilsTest
[INFO] Running com.synpulse8.openwealth.sandbox.integration.EndpointTest
15:44:13.133 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@67110f71 testClass = EndpointTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6f89292e testClass = EndpointTest, locations = '{}', classes = '{class com.synpulse8.openwealth.sandbox.OpenWealthSandboxApplication}', contextInitializerClasses = '[]', activeProfiles = '{integration_test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.spockframework.spring.mock.SpockContextCustomizer@0, [ImportsContextCustomizer@20749d9 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7bd7d6d6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a8448fa, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@68c9d179, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@55de24cc, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6f15d60e, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@2aceadd4], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null].
15:44:13.143 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@67110f71 testClass = EndpointTest, testInstance = com.synpulse8.openwealth.sandbox.integration.EndpointTest@14dc3f89, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6f89292e testClass = EndpointTest, locations = '{}', classes = '{class com.synpulse8.openwealth.sandbox.OpenWealthSandboxApplication}', contextInitializerClasses = '[]', activeProfiles = '{integration_test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.spockframework.spring.mock.SpockContextCustomizer@0, [ImportsContextCustomizer@20749d9 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration, org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7bd7d6d6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a8448fa, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@68c9d179, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@55de24cc, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6f15d60e, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@2aceadd4], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
   ___                __        __         _ _   _       ____                  _ _               
  / _ \ _ __   ___ _ _\ \      / /__  __ _| | |_| |__   / ___|  __ _ _ __   __| | |__   _____  __
 | | | | '_ \ / _ \ '_ \ \ __ / / _ \/ _` | | __| '_ \  \___ \ / _` | '_ \ / _` | '_ \ / _ \ \/ /
 | |_| | |_) |  __/ | | \ V  V /  __/ (_| | | |_| | | |  ___) | (_| | | | | (_| | |_) | (_) >  < 
  \___/| .__/ \___|_| |_|\_/\_/ \___|\__,_|_|\__|_| |_| |____/ \__,_|_| |_|\__,_|_.__/ \___/_/\_\
       |_| powered by spring  (v2.6.3)
2022-05-26 15:44:13.473  INFO 72982 --- [           main] c.s.o.sandbox.integration.EndpointTest   : Starting EndpointTest using Java 17.0.3 on vm-synJenkins-01 with PID 72982 (started by jenkins in /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox)
2022-05-26 15:44:13.475  INFO 72982 --- [           main] c.s.o.sandbox.integration.EndpointTest   : The following profiles are active: integration_test
2022-05-26 15:44:14.392  INFO 72982 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-05-26 15:44:14.484  INFO 72982 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 83 ms. Found 7 JPA repository interfaces.
2022-05-26 15:44:15.217  INFO 72982 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2022-05-26 15:44:15.230  INFO 72982 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2022-05-26 15:44:15.230  INFO 72982 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.56]
2022-05-26 15:44:15.352  INFO 72982 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2022-05-26 15:44:15.352  INFO 72982 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1844 ms
2022-05-26 15:44:15.641  INFO 72982 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-05-26 15:44:15.701  INFO 72982 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.4.Final
2022-05-26 15:44:15.884  INFO 72982 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-26 15:44:15.999  INFO 72982 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2022-05-26 15:44:16.226  INFO 72982 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2022-05-26 15:44:16.253  INFO 72982 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-05-26 15:44:17.314  INFO 72982 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-26 15:44:17.321  INFO 72982 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-05-26 15:44:20.316  INFO 72982 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring TestDispatcherServlet ''
2022-05-26 15:44:20.317  INFO 72982 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2022-05-26 15:44:20.318  INFO 72982 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms
2022-05-26 15:44:20.585  INFO 72982 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 45757 (http) with context path ''
2022-05-26 15:44:20.608  INFO 72982 --- [           main] c.s.o.sandbox.integration.EndpointTest   : Started EndpointTest in 7.443 seconds (JVM running for 9.543)
2022-05-26 15:44:20.622  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : Begin loading demo data...
2022-05-26 15:44:20.628 ERROR 72982 --- [           main] c.s.o.sandbox.csv.CsvFilesReader         : Error importing file src\main\resources\demo_data\Instruments.csv.

java.io.FileNotFoundException: src\main\resources\demo_data\Instruments.csv (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method) ~[na:na]
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216) ~[na:na]
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) ~[na:na]
	at java.base/java.io.FileReader.<init>(FileReader.java:120) ~[na:na]
	at com.synpulse8.openwealth.sandbox.csv.CsvFilesReader.readFinancialInstrumentData(CsvFilesReader.java:29) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader.loadFinancialInstrumentCsvData(DemoDataLoader.java:98) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader.createDemoData(DemoDataLoader.java:58) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader$createDemoData.call(Unknown Source) ~[na:na]
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) ~[groovy-3.0.9.jar:3.0.9]
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) ~[groovy-3.0.9.jar:3.0.9]
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130) ~[groovy-3.0.9.jar:3.0.9]
	at com.synpulse8.openwealth.sandbox.integration.EndpointTest.poorMansSetupSpec(EndpointTest.groovy:43) ~[test-classes/:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:724) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:417) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:119) ~[spring-test-5.3.15.jar:5.3.15]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-5.3.15.jar:5.3.15]
	at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) ~[spring-boot-test-autoconfigure-2.6.3.jar:2.6.3]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.15.jar:5.3.15]
	at org.spockframework.spring.SpringTestContextManager.prepareTestInstance(SpringTestContextManager.java:56) ~[spock-spring-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.spring.SpringInterceptor.interceptInitializerMethod(SpringInterceptor.java:46) ~[spock-spring-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:24) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runInitializer(PlatformSpecRunner.java:259) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runInitializer(PlatformSpecRunner.java:254) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.IterationNode.prepare(IterationNode.java:29) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SimpleFeatureNode.prepare(SimpleFeatureNode.java:32) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SimpleFeatureNode.prepare(SimpleFeatureNode.java:15) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:148) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]

2022-05-26 15:44:20.646  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : Loaded 0 Financial Instruments out of 0 csv rows.
2022-05-26 15:44:20.647 ERROR 72982 --- [           main] c.s.o.sandbox.csv.CsvFilesReader         : Error importing file src\main\resources\demo_data\CustomerAccountPosition.csv.

java.io.FileNotFoundException: src\main\resources\demo_data\CustomerAccountPosition.csv (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method) ~[na:na]
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216) ~[na:na]
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) ~[na:na]
	at java.base/java.io.FileReader.<init>(FileReader.java:120) ~[na:na]
	at com.synpulse8.openwealth.sandbox.csv.CsvFilesReader.readCustomerAccountsPositions(CsvFilesReader.java:52) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader.loadCustomerAccountPosition(DemoDataLoader.java:120) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader.createDemoData(DemoDataLoader.java:59) ~[classes/:na]
	at com.synpulse8.openwealth.sandbox.loader.DemoDataLoader$createDemoData.call(Unknown Source) ~[na:na]
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) ~[groovy-3.0.9.jar:3.0.9]
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) ~[groovy-3.0.9.jar:3.0.9]
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130) ~[groovy-3.0.9.jar:3.0.9]
	at com.synpulse8.openwealth.sandbox.integration.EndpointTest.poorMansSetupSpec(EndpointTest.groovy:43) ~[test-classes/:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:724) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:417) ~[spring-beans-5.3.15.jar:5.3.15]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:119) ~[spring-test-5.3.15.jar:5.3.15]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-5.3.15.jar:5.3.15]
	at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) ~[spring-boot-test-autoconfigure-2.6.3.jar:2.6.3]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.15.jar:5.3.15]
	at org.spockframework.spring.SpringTestContextManager.prepareTestInstance(SpringTestContextManager.java:56) ~[spock-spring-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.spring.SpringInterceptor.interceptInitializerMethod(SpringInterceptor.java:46) ~[spock-spring-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:24) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runInitializer(PlatformSpecRunner.java:259) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runInitializer(PlatformSpecRunner.java:254) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.IterationNode.prepare(IterationNode.java:29) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SimpleFeatureNode.prepare(SimpleFeatureNode.java:32) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SimpleFeatureNode.prepare(SimpleFeatureNode.java:15) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:148) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) ~[spock-core-2.2-M1-groovy-3.0.jar:2.2-M1]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) ~[junit-platform-launcher-1.8.2.jar:1.8.2]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) ~[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]

2022-05-26 15:44:20.651  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : Loaded Customer Accounts, Accounts, Positions and Portfolio Information from csv
2022-05-26 15:44:20.706  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : generated: Financial Instruments
2022-05-26 15:44:20.924  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : generated: Customers
2022-05-26 15:44:20.974  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : generated: Accounts
2022-05-26 15:44:20.983  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : generated: Positions
2022-05-26 15:44:21.032  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : generated: Transactions
2022-05-26 15:44:21.032  INFO 72982 --- [           main] c.s.o.sandbox.loader.DemoDataLoader      : Loading demo data finished.

MockHttpServletRequest:
      HTTP Method = GET
      Request URI = /customerAccounts
       Parameters = {limit=[2]}
          Headers = [X-Correlation-ID:"1"]
             Body = null
    Session Attrs = {}

Handler:
             Type = com.synpulse8.openwealth.api.custody.api.CustomerAccountsApiController
           Method = com.synpulse8.openwealth.api.custody.api.CustomerAccountsApiController#getCustomerAccounts(String, String, Integer)

Async:
    Async started = false
     Async result = null

Resolved Exception:
             Type = null

ModelAndView:
        View name = null
             View = null
            Model = null

FlashMap:
       Attributes = null

MockHttpServletResponse:
           Status = 200
    Error message = null
          Headers = [X-Correlation-ID:"1", nextCursor:"", Content-Type:"application/json"]
     Content type = application/json
             Body = [{"customerIdentification":"123123456","customerReferenceCurrency":"CHF","accountOverview":[{"accountIdentification":"CH5604835012345678009","accountIdentificationType":"iban","accountType":"safekeepingAccount","accountReferenceCurrency":"USD","accountName":"Household account","accountDesignation":"Current Account CHF","portfolioInformation":{"portfolioIdentification":"CH5604835012345678009","portfolioReferenceCurrency":"USD"}}]},{"customerIdentification":"54325453","customerReferenceCurrency":"EUR","accountOverview":[{"accountIdentification":"DE75512108001245126199","accountIdentificationType":"iban","accountType":"safekeepingAccount","accountReferenceCurrency":"EUR","accountName":"Business account","accountDesignation":"Current Account EUR","portfolioInformation":{"portfolioIdentification":"DE75512108001245126199","portfolioReferenceCurrency":"EUR"}}]}]
    Forwarded URL = null
   Redirected URL = null
          Cookies = []
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.532 s <<< FAILURE! - in com.synpulse8.openwealth.sandbox.integration.EndpointTest
[ERROR] com.synpulse8.openwealth.sandbox.integration.EndpointTest.Given limit 2 and cursor should return 200 and 2 customer accounts  Time elapsed: 0.591 s  <<< FAILURE!
org.spockframework.runtime.SpockComparisonFailure: 
Condition not satisfied:

expectedResponseObject == actualResponseObject
|                      |  |
|                      |  [[customerIdentification:123123456, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:CH5604835012345678009, accountIdentificationType:iban, accountType:safekeepingAccount, accountReferenceCurrency:USD, accountName:Household account, accountDesignation:Current Account CHF, portfolioInformation:[portfolioIdentification:CH5604835012345678009, portfolioReferenceCurrency:USD]]]], [customerIdentification:54325453, customerReferenceCurrency:EUR, accountOverview:[[accountIdentification:DE75512108001245126199, accountIdentificationType:iban, accountType:safekeepingAccount, accountReferenceCurrency:EUR, accountName:Business account, accountDesignation:Current Account EUR, portfolioInformation:[portfolioIdentification:DE75512108001245126199, portfolioReferenceCurrency:EUR]]]]]
|                      false
[[customerIdentification:OTTBE, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:OTTBE_CONT, accountIdentificationType:other, accountType:safekeepingAccount, accountReferenceCurrency:CHF, accountName:OTTBE_CONT / Ottiger Beat 01, accountDesignation:account designation], [accountIdentification:CH1588880100013982008, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_PA/CHF/Privatkonto, accountDesignation:account designation], [accountIdentification:CH0288880100021902001, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_VA/CHF/Vorsorgekonto 3a, accountDesignation:account designation], [accountIdentification:CH7288880100021902002, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_HA/CHF/Hypothekarkonto, accountDesignation:account designation]]], [customerIdentification:SUNFOUND, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:CH7988880100055282001, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2001/CHF/71 , accountDesignation:account designation], [accountIdentification:CH5288880100055282002, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:EUR, accountName:10005528.2002/EUR/71 , accountDesignation:account designation], [accountIdentification:CH2588880100055282003, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:USD, accountName:10005528.2003/USD/71 , accountDesignation:account designation], [accountIdentification:CH9588880100055282004, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2004/CHF/71 , accountDesignation:account designation], [accountIdentification:CH1488880100055282007, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2007/CHF/71 , accountDesignation:account designation], [accountIdentification:CH8488880100055282008, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:EUR, accountName:10005528.2008/EUR/71 , accountDesignation:account designation], [accountIdentification:AMSUN, accountIdentificationType:other, accountType:safekeepingAccount, accountReferenceCurrency:CHF, accountName:Advisory Mandate / Sunshine Foundation 01, accountDesignation:account designation]]]]

	at com.synpulse8.openwealth.sandbox.integration.EndpointTest.Given limit 2 and cursor should return 200 and 2 customer accounts(EndpointTest.groovy:67)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   EndpointTest.Given limit 2 and cursor should return 200 and 2 customer accounts:67 Condition not satisfied:

expectedResponseObject == actualResponseObject
|                      |  |
|                      |  [[customerIdentification:123123456, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:CH5604835012345678009, accountIdentificationType:iban, accountType:safekeepingAccount, accountReferenceCurrency:USD, accountName:Household account, accountDesignation:Current Account CHF, portfolioInformation:[portfolioIdentification:CH5604835012345678009, portfolioReferenceCurrency:USD]]]], [customerIdentification:54325453, customerReferenceCurrency:EUR, accountOverview:[[accountIdentification:DE75512108001245126199, accountIdentificationType:iban, accountType:safekeepingAccount, accountReferenceCurrency:EUR, accountName:Business account, accountDesignation:Current Account EUR, portfolioInformation:[portfolioIdentification:DE75512108001245126199, portfolioReferenceCurrency:EUR]]]]]
|                      false
[[customerIdentification:OTTBE, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:OTTBE_CONT, accountIdentificationType:other, accountType:safekeepingAccount, accountReferenceCurrency:CHF, accountName:OTTBE_CONT / Ottiger Beat 01, accountDesignation:account designation], [accountIdentification:CH1588880100013982008, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_PA/CHF/Privatkonto, accountDesignation:account designation], [accountIdentification:CH0288880100021902001, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_VA/CHF/Vorsorgekonto 3a, accountDesignation:account designation], [accountIdentification:CH7288880100021902002, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:OTTBE_MACC_HA/CHF/Hypothekarkonto, accountDesignation:account designation]]], [customerIdentification:SUNFOUND, customerReferenceCurrency:CHF, accountOverview:[[accountIdentification:CH7988880100055282001, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2001/CHF/71 , accountDesignation:account designation], [accountIdentification:CH5288880100055282002, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:EUR, accountName:10005528.2002/EUR/71 , accountDesignation:account designation], [accountIdentification:CH2588880100055282003, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:USD, accountName:10005528.2003/USD/71 , accountDesignation:account designation], [accountIdentification:CH9588880100055282004, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2004/CHF/71 , accountDesignation:account designation], [accountIdentification:CH1488880100055282007, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:CHF, accountName:10005528.2007/CHF/71 , accountDesignation:account designation], [accountIdentification:CH8488880100055282008, accountIdentificationType:iban, accountType:cashAccount, accountReferenceCurrency:EUR, accountName:10005528.2008/EUR/71 , accountDesignation:account designation], [accountIdentification:AMSUN, accountIdentificationType:other, accountType:safekeepingAccount, accountReferenceCurrency:CHF, accountName:Advisory Mandate / Sunshine Foundation 01, accountDesignation:account designation]]]]

[INFO] 
[ERROR] Tests run: 45, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] openwealth-api 1.2.0 ............................... SUCCESS [  5.564 s]
[INFO] openwealth-sandbox 0.0.1-SNAPSHOT .................. FAILURE [ 17.854 s]
[INFO] openwealth-cli-utility 0.0.1-SNAPSHOT .............. SKIPPED
[INFO] capi-client 0.0.1-SNAPSHOT ......................... SKIPPED
[INFO] openwealth-capi-adapter 0.0.1-SNAPSHOT ............. SKIPPED
[INFO] openwealth 0.0.1-SNAPSHOT .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.753 s
[INFO] Finished at: 2022-05-26T15:44:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project openwealth-sandbox: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/openwealth-interfaceadapter/openwealth-sandbox/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :openwealth-sandbox
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE