Hi Sheshu/Max/Byung,
While migrating SO project from java 8 to java 11, I have taken the SO code
from the Master branch, and able to compile successfully 50 projects (pom
files) out of 51,
but one of the project i.e. so/bpmn/mso-infrastructure-bpmn
I have tried to execute the remaining projects individually and they all are
running fine except the above mentioned project mso-infrastructure-bpmn
is failing and giving the error -
Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure:
Is due to org.onap.so.bpmn.mock does not exist
I am unaware about this mock,
Can I get some idea on this error from anyone?
Environment : Java 11 , Maven 3.3.9, Ubuntu 18
Here is the brief log of building SO project -
p/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35,35] error:
package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] so ................................................. SUCCESS [ 8.770 s]
[INFO] deployment-configs ................................. SUCCESS [ 0.492 s]
[INFO] MSO Common classes ................................. SUCCESS [ 5.010 s]
[INFO] graph-inventory .................................... SUCCESS [ 0.072 s]
[INFO] fluent-builder-maven-plugin ........................ SUCCESS [ 1.346 s]
[INFO] aai-client ......................................... SUCCESS [ 4.478 s]
[INFO] mso-catalog-db ..................................... SUCCESS [ 3.082 s]
[INFO] API Handler ........................................ SUCCESS [ 0.077 s]
[INFO] mso-requests-db .................................... SUCCESS [ 0.580 s]
[INFO] mso-requests-db-repositories ....................... SUCCESS [ 0.407 s]
[INFO] mso-api-handler-common ............................. SUCCESS [ 0.610 s]
[INFO] mso-api-handler-infra .............................. SUCCESS [ 4.223 s]
[INFO] MSO Adapters ....................................... SUCCESS [ 0.072 s]
[INFO] mso-adapters-rest-interface ........................ SUCCESS [ 10.684 s]
[INFO] Cloudify Rest Client ............................... SUCCESS [ 0.447 s]
[INFO] mso-adapter-utils .................................. SUCCESS [ 1.048 s]
[INFO] CXFLogging ......................................... SUCCESS [ 0.195 s]
[INFO] mso-sdnc-adapter ................................... SUCCESS [ 1.256 s]
[INFO] mso-requests-db-adapter ............................ SUCCESS [ 2.674 s]
[INFO] mso-catalog-db-adapter ............................. SUCCESS [ 2.440 s]
[INFO] mso-vfc-adapter .................................... SUCCESS [ 1.521 s]
[INFO] mso-openstack-adapters ............................. SUCCESS [ 2.361 s]
[INFO] ETSI SOL003 Adapter ................................ SUCCESS [ 0.068 s]
[INFO] ETSI SOL003 Adapter Common ......................... SUCCESS [ 0.263 s]
[INFO] ETSI SOL003 VNF Package Management ................. SUCCESS [ 0.059 s]
[INFO] ETSI SOL003 VNF Package Management Adapter API ..... SUCCESS [ 1.592 s]
[INFO] ETSI SOL003 VNF Package Management Adapter Ext Clients SUCCESS [ 1.434
s]
[INFO] ETSI SOL003 VNF Package Management Adapter ......... SUCCESS [ 0.536 s]
[INFO] ETSI SOL003 Life Cycle Management .................. SUCCESS [ 0.060 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter API ...... SUCCESS [ 1.259 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter Ext Clients SUCCESS [ 1.134 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter .......... SUCCESS [ 0.635 s]
[INFO] ETSI SOL003 Application Jar ........................ SUCCESS [ 0.597 s]
[INFO] ETSI SOL002 Application Jar ........................ SUCCESS [ 0.899 s]
[INFO] mso-nssmf-adapter .................................. SUCCESS [ 1.309 s]
[INFO] BPMN Subsystem ..................................... SUCCESS [ 0.059 s]
[INFO] MSOCoreBPMN ........................................ SUCCESS [ 1.000 s]
[INFO] MSOCommonBPMN ...................................... SUCCESS [ 5.212 s]
[INFO] so-appc-orchestrator ............................... SUCCESS [ 2.341 s]
[INFO] asdc-controller .................................... SUCCESS [ 2.823 s]
[INFO] so-bpmn-infrastructure-common ...................... SUCCESS [ 5.121 s]
[INFO] so-bpmn-tasks ...................................... SUCCESS [ 3.477 s]
[INFO] so-bpmn-building-blocks ............................ SUCCESS [ 0.764 s]
[INFO] so-bpmn-infrastructure-flows ....................... SUCCESS [ 0.511 s]
[INFO] mso-infrastructure-bpmn ............................ FAILURE [ 2.629 s]
[INFO] so-monitoring ...................................... SKIPPED
[INFO] so-monitoring-ui ................................... SKIPPED
[INFO] so-monitoring-handler .............................. SKIPPED
[INFO] so-monitoring-service .............................. SKIPPED
[INFO] SO REST Simulator .................................. SKIPPED
[INFO] MSO Packages ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:27 min
[INFO] Finished at: 2020-05-10T22:59:28+00:00
[INFO] Final Memory: 244M/830M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure: Compilation failure:
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/RainyDayHandlerIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/RainyDayHandlerIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/SniroHomingV1IT.java:[40,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/ConfirmVolumeGroupTenantIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/ConfirmVolumeGroupTenantIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/VnfAdapterRestV1IT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/DecomposeServiceIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/DecomposeServiceIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[34]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DeleteVcpeResCustServiceIT.java:[43,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[20,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[20]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[21,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[21]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[22,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[22]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[23,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[23]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceBRGIT.java:[31,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CompleteMsoProcessIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CompleteMsoProcessIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[38,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[49,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[49]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[50,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[50]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[51,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/OofHomingTestIT.java:[51]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[25,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[25]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/CreateAAIVfModuleVolumeGroupIT.java:[36,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[21,28]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[34]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/DoCreateAllottedResourceTXCRollbackIT.java:[35]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/common/GenerateVfModuleNameIT.java:[24]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[26]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[27]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[28]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[29]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[30]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[31]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[32]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[33]
error: static import only from classes and interfaces
[ERROR]
/home/ubuntu/onap_so/so_Code/master/so/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/vcpe/CreateVcpeResCustServiceIT.java:[34,35]
error: package org.onap.so.bpmn.mock does not exist
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (test-compile)
on project mso-infrastructure-bpmn: Compilation failure
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
Compilation failure
at
org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1215)
at
org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:181)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
[ERROR]
[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 <goals> -rf :mso-infrastructure-bpmn
Thanks & Regards
Rajiv Vishwkarma
78 38 30 60 60
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended
for the named recipient(s) only. E-mail transmission is not guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or may contain viruses in transmission.
The e mail and its contents (with or without referred errors) shall therefore
not attach any liability on the originator or HCL or its affiliates. Views or
opinions, if any, presented in this email are solely those of the author and
may not necessarily reflect the views or opinions of HCL or its affiliates. Any
form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written
consent of authorized representative of HCL is strictly prohibited. If you have
received this email in error please delete it and notify the sender
immediately. Before opening any email and/or attachments, please check them for
viruses and other defects.
________________________________
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21027): https://lists.onap.org/g/onap-discuss/message/21027
Mute This Topic: https://lists.onap.org/mt/74154451/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-