Hi all, I am following this guide ( https://wiki.onap.org/display/DW/Camunda+custom+workflows ) to import new custom bpmn . The steps I have made are: 1. git clone so from gerrit (casablanca branch) 2. added new bpmn and groovy 3. Build it with the command mvn clean install -P docker
But at the end, I have the following error: [INFO] Reactor Summary: [INFO] [INFO] so ................................................. SUCCESS [ 2.211 s] [INFO] deployment-configs ................................. SUCCESS [ 0.696 s] [INFO] MSO Common classes ................................. SUCCESS [ 5.477 s] [INFO] mso-catalog-db ..................................... SUCCESS [ 1.134 s] [INFO] API Handler ........................................ SUCCESS [ 0.137 s] [INFO] mso-requests-db .................................... SUCCESS [ 0.377 s] [INFO] mso-requests-db-repositories ....................... SUCCESS [ 0.423 s] [INFO] mso-api-handler-common ............................. SUCCESS [ 0.791 s] [INFO] BPMN Subsystem ..................................... SUCCESS [ 0.053 s] [INFO] MSO REST Client API ................................ SUCCESS [ 0.424 s] [INFO] mso-api-handler-infra .............................. SUCCESS [ 5.132 s] [INFO] MSO Adapters ....................................... SUCCESS [ 0.042 s] [INFO] mso-adapters-rest-interface ........................ SUCCESS [ 0.880 s] [INFO] Cloudify Rest Client ............................... SUCCESS [ 0.490 s] [INFO] mso-adapter-utils .................................. SUCCESS [ 0.998 s] [INFO] CXFLogging ......................................... SUCCESS [ 0.185 s] [INFO] mso-sdnc-adapter ................................... SUCCESS [ 1.978 s] [INFO] mso-requests-db-adapter ............................ SUCCESS [ 3.984 s] [INFO] mso-catalog-db-adapter ............................. SUCCESS [ 1.542 s] [INFO] mso-vfc-adapter .................................... SUCCESS [ 0.946 s] [INFO] mso-openstack-adapters ............................. SUCCESS [ 2.270 s] [INFO] asdc-controller .................................... SUCCESS [ 2.658 s] [INFO] MSOCoreBPMN ........................................ SUCCESS [ 1.088 s] [INFO] MSOCommonBPMN ...................................... SUCCESS [ 12.307 s] [INFO] so-bpmn-infrastructure-common ...................... SUCCESS [ 7.595 s] [INFO] so-bpmn-tasks ...................................... SUCCESS [ 1.019 s] [INFO] so-bpmn-building-blocks ............................ SUCCESS [ 0.335 s] [INFO] so-bpmn-infrastructure-flows ....................... SUCCESS [ 0.482 s] [INFO] mso-infrastructure-bpmn ............................ SUCCESS [ 2.534 s] [INFO] so-monitoring ...................................... SUCCESS [ 0.060 s] [INFO] so-monitoring-ui ................................... SUCCESS [ 30.472 s] [INFO] so-monitoring-handler .............................. SUCCESS [ 0.359 s] [INFO] so-monitoring-service .............................. SUCCESS [ 2.153 s] [INFO] MSO Packages ....................................... SUCCESS [ 0.023 s] *[INFO] Docker Images ...................................... FAILURE [ 13.765 s]* [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:47 min [INFO] Finished at: 2019-05-07T14:07:13+00:00 [INFO] Final Memory: 257M/1702M [INFO] ------------------------------------------------------------------------ *[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.19.1:build (generate-images) on project docker: Unable to build image [onap/so/base-image:1.0]: The command '/bin/sh -c apk update && apk upgrade' returned a non-zero code: 2 -> [Help 1]* *org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.fabric8:docker-maven-plugin:0.19.1:build (generate-images) on project docker: Unable to build image [onap/so/base-image:1.0]* It seems that when docker engine runs the "APK command" into docker image , for some reason it fails and docker exit from the building process. Someone can help me to solve this issue? Some weeks ago, this procedure worked well. Thanks, Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16941): https://lists.onap.org/g/onap-discuss/message/16941 Mute This Topic: https://lists.onap.org/mt/31532362/21656 Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
